ashmind / SharpLab

.NET language playground
https://sharplab.io
BSD 2-Clause "Simplified" License
2.73k stars 202 forks source link

Make features/field-keyword branch available #1342

Closed jnm2 closed 1 month ago

jnm2 commented 3 months ago

The https://github.com/dotnet/roslyn/commits/features/field-keyword branch replaces https://github.com/dotnet/roslyn/commits/features/semi-auto-props in implementing https://github.com/dotnet/csharplang/blob/main/proposals/field-keyword.md for https://github.com/dotnet/csharplang/issues/140.

Implementation has just started going into the features/field-keyword branch, e.g. https://github.com/dotnet/roslyn/pull/74641, and it would be great to test it out and share examples as it gets implemented.

jnm2 commented 1 month ago

The feature merged to main! (https://github.com/dotnet/roslyn/pull/75228)