Make static implicit on all members in in C# static classes #3967
Unanswered
vsfeedback
asked this question in
Language Ideas
Replies: 1 comment
-
The reason |
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
Uh oh!
There was an error while loading. Please reload this page.
-
This issue has been moved from a ticket on Developer Community.
When I create a static class, the static should be implicitly applied, not merely required, on all members. Being forced to put static on every member in a static class is silly redundancy for a language that strives for clarity via brevity. I should not have to write
I should be able to just write
Original Comments
Mila Zhou[MSFT] on 9/27/2020, 00:32 AM:
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
Beta Was this translation helpful? Give feedback.
All reactions