Open gafter opened 7 years ago
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: https://github.com/dotnet/roslyn/issues/22512
Specification in progress at https://github.com/dotnet/csharpstandard/pull/262
This feature intends to allow developers to apply attributes directly to the backing fields of auto-implemented properties.
Roslyn tracking issue: https://github.com/dotnet/roslyn/issues/22512