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.7k stars 3.98k forks source link

Test Plan for "Partial Properties" feature #73090

Open RikkiGibson opened 2 months ago

RikkiGibson commented 2 months ago

Championed proposal: https://github.com/dotnet/csharplang/issues/6420 Speclet: https://github.com/dotnet/csharplang/blob/main/proposals/partial-properties.md Feature branch: https://github.com/dotnet/roslyn/tree/features/partial-properties

Compiler

Productivity

Cosifne commented 1 month ago

Verified works in Document outline, Navigation bar and solution explorer

hi-xiaoxin commented 1 month ago

When can we experience partial properties in the VS preview version? I can't wait any longer. This feature will greatly simplify and optimize many of our libraries, and it definitely has revolutionary significance.

Thank you for the contributions of the Roslyn team.

RikkiGibson commented 1 month ago

The feature will be available in VS 17.11 Preview 3. If you want to experiment with the feature in the short term, a nightly compiler build should be available within a day or so.