We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This feature intends to allow developers to apply attributes directly to the backing fields of auto-implemented properties.
Roslyn tracking issue: dotnet/roslyn#22512