dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.96k stars 4.02k forks source link

Create LangVersion 13 #74194

Closed jaredpar closed 2 months ago

jaredpar commented 3 months ago

Now that main is VS 17.12 and .NET 9 it's time to add LanguageVersion.CSharp13.

When doing this work please keep the ref struct interfaces support behind the preview flag.

CyrusNajmabadi commented 3 months ago

lmk when this happens @jcouv . there's some ide code to update. Tnx! :)

jcouv commented 3 months ago

@CyrusNajmabadi I'm aiming to do this today

CyrusNajmabadi commented 3 months ago

Perfect!

jaredpar commented 2 months ago

Can we close now that #74215 is merged?

jcouv commented 2 months ago

Closing as done