New Version of Visual Studio announced

This forum is meant for anything you would like to share with other visitors
Post Reply
VR
Posts: 114
Joined: Sun Aug 23, 2020 3:07 pm
Location: Italy

New Version of Visual Studio announced

Post by VR »

Microsoft announced a new version of Visual Studio called Visual Studio 2026... No release date yet, just an insider version for now.

https://visualstudio.microsoft.com/insiders/?rwnlp=de
User avatar
robert
Posts: 5068
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: New Version of Visual Studio announced

Post by robert »

Volkmar,
Thanks for pointing at this.
We will of course make sure that our VS integration works with VS 2026 as well.
Hopefully that did not make too many (undocumented?) changes.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
VR
Posts: 114
Joined: Sun Aug 23, 2020 3:07 pm
Location: Italy

Re: New Version of Visual Studio announced

Post by VR »

Robert.

At least on the announcement, the say that:

Visual Studio now offers compatibility with extensions developed for Visual Studio 2022, enabling you to install your favorite extensions on day one.

But your integration is probably quite deep, so it's very likely that some things changed under the surface.

My guess is that the official release will probably be this November (.net conf) or may next year (build)...

This install is side by side so at least, you can start play around with an early version...

But I guess, there is no rush for now, because vs 2022 is quite stable.

Volkmar
User avatar
robert
Posts: 5068
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: New Version of Visual Studio announced

Post by robert »

Volkmar,

A quick first test shows that our installer detects this version (it identifiers it as Visual Studio 2022 Enterprise (18.0)) and the extension is installed correctly.
The Edit / Compile / Debug cycle also seems to work.
Our debugger windows (Globals, Publics/Privates, Workareas, Settings) also work as well as our expression evaluator.
Our custom form and menu editors work
Our Tools/Options screens are not completely integrated in the new options "experience". Microsoft has still to document what we need to do for this.
The project properties windows work, and the File/New shows our templates.

So things are looking good !

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
VR
Posts: 114
Joined: Sun Aug 23, 2020 3:07 pm
Location: Italy

Re: New Version of Visual Studio announced

Post by VR »

Interesting. That is good news.

Thanks
Post Reply