Skip to content
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

Champion "Auto-Implemented Property Field-Targeted Attributes" (15.7) #42

Open
4 of 5 tasks
gafter opened this issue Feb 9, 2017 · 1 comment
Open
4 of 5 tasks
Assignees
Labels
Implemented Needs ECMA Spec This feature has been implemented in C#, but still needs to be merged into the ECMA specification Proposal champion
Milestone

Comments

@gafter
Copy link
Member

gafter commented Feb 9, 2017

This feature intends to allow developers to apply attributes directly to the backing fields of auto-implemented properties.

[field: SomeAttribute]
public int { get; set; }

Roslyn tracking issue: dotnet/roslyn#22512

@gafter gafter self-assigned this Feb 9, 2017
@gafter gafter assigned MadsTorgersen and unassigned gafter Feb 16, 2017
@gafter gafter added this to the 7.1 candidate milestone Feb 22, 2017
@MadsTorgersen MadsTorgersen modified the milestones: 7.1 candidate, 7.2 candidate May 16, 2017
@MadsTorgersen MadsTorgersen assigned jcouv and unassigned MadsTorgersen Jul 5, 2017
@MadsTorgersen MadsTorgersen modified the milestones: 7.2 candidate, 7.3 Candidate Oct 2, 2017
@jcouv jcouv changed the title Champion "Auto-Implemented Property Field-Targeted Attributes" Champion "Auto-Implemented Property Field-Targeted Attributes" (15.7) Mar 16, 2018
@333fred 333fred added the Implemented Needs ECMA Spec This feature has been implemented in C#, but still needs to be merged into the ECMA specification label Oct 16, 2020
@gafter
Copy link
Member Author

gafter commented May 13, 2022

Specification in progress at dotnet/csharpstandard#262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implemented Needs ECMA Spec This feature has been implemented in C#, but still needs to be merged into the ECMA specification Proposal champion
Projects
None yet
Development

No branches or pull requests

4 participants