We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nameof
17.13.p3
This was actually merged in VS17.3.p2.
Unbound generic types, such as List<> can be used in nameof expressions. The nameof(List<>) expression evaluates to List.
List<>
nameof(List<>)
List
Note that the merge PR didn't add any new error codes. There's no corresponding issue for updating compiler errors and messages.
No response
The text was updated successfully, but these errors were encountered:
BillWagner
No branches or pull requests
Visual Studio release
17.13.p3
Link to speclet
Link to Pull request
New behavior
This was actually merged in VS17.3.p2.
Unbound generic types, such as
List<>
can be used innameof
expressions. Thenameof(List<>)
expression evaluates toList
.Language reference tasks
nameof
page.Note that the merge PR didn't add any new error codes. There's no corresponding issue for updating compiler errors and messages.
Everyday C# tasks
No response
The text was updated successfully, but these errors were encountered: