New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# 7.3: auto-implemented property field-targeted attributes #3962
Labels
Milestone
Comments
|
The following files will need to be updated for this feature:
|
|
The updated proposal is here |
|
This will get completed in Sprint 135. Current status: All the files listed in the comment above have been reviewed, and updated. All the samples have been migrated to the Samples repo. Remaining work:
|
This was referenced May 3, 2018
Sprint 135 (4/28/18 - 5/18/18) - Board View
automation
moved this from In Review (PR -not Merged)
to Done (Merged or Closed)
May 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature would enable this syntax:
The attribute
SomeThingAboutFieldAttributewould be applied to the compiler generated backing field forSomePropertySee dotnet/csharplang#42
This likely does not introduce any new articles. Instead, it will be looking at where we discuss Attributes and updates any locations where we say this isn't allowed.
The text was updated successfully, but these errors were encountered: