Replies: 2 comments 1 reply
-
Probably should have asked this closer to the release of C# 10, but has the LDT triaged the highest voted items in Discussions at any point? The public planning board you guys used to have under Projects disappeared some time ago. Seems like user popularity should have some weight in planning future versions. |
Beta Was this translation helpful? Give feedback.
1 reply
-
"My new goal is to be able to say C# 11 has a 'spaceship operator'. I don't care what it does." How about public int Foo <=> impl.Foo; as shorthand for public int Foo { get => impl.Foo; set => impl.Foo = value; } |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/dotnet/csharplang/blob/main/meetings/2022/LDM-2022-01-24.md
Agenda
Beta Was this translation helpful? Give feedback.
All reactions