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

"go to definition" generated from metadata renders [NullableAttribute] #35436

Closed
stephentoub opened this issue May 2, 2019 · 1 comment
Closed

Comments

@stephentoub
Copy link
Member

Version Used:
16.1.0 Preview 2.0 [28822.285.d16.1

Steps to Reproduce:
Create an assembly that uses nullable annotations. Then reference that assembly from a project, use a symbol from it, and go to definition. Rather than seeing nullable annotations, the compiler-generated attributes show up:
image

cc: @dotnet/nullablefc

@jcouv
Copy link
Member

jcouv commented May 6, 2019

Indeed
Duplicate of #30327 (MetadataAsSource doesn't recognize NullableAttribute). This is tracked as part of our backlog of IDE work for nullable (https://github.com/dotnet/roslyn/projects/43).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants