Update LangVersion to preview#25768
Conversation
|
Only MSFT team members can merge this. |
We should ensure the codebase remains compatible with the version of C# supported in .NET 10. For reference, see What’s new in C# 14. In particular, new field keyword could be used. |
|
I think we prefer exact LangVersion. Immediately after .Net 10 release, you can pull PR to set C# 14. |
|
📣 Hey @@xtqqczze, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
We can use c# 14 in RC |
|
We turned on preview when we needed new features as quickly as possible. There has been no such need for a long time. |
I mean we can set LangVersion to 14.0, see #26214 |
No description provided.