Replies: 1 comment 1 reply
-
This looks like a Roslyn bug. Could you please file this under https://github.com/dotnet/roslyn/issues? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a very obscure bug with XML documentation comments when using nullable generic arguments and
inheritdoc
.This works (nullable string argument):

This works (non-nullable generic argument):

This doesn't work (nullable generic argument):

Code that doesn't work:
Note that the Visual Studio IDE recommends the non-working code when you use CTRL + Space:

Beta Was this translation helpful? Give feedback.
All reactions