CS1580 fired with a paramater that is generic and nullable (xml doc) #38401
Labels
Area-Compilers
Bug
Developer Community
The issue was originally reported on https://developercommunity.visualstudio.com
Feature - Nullable Reference Types
Nullable Reference Types
Resolution-Duplicate
The described behavior is tracked in another issue
Milestone
This issue has been moved from a ticket on Developer Community.
I'm using VS2019 16.1.1 (in VS2017 15.9.12 this does not happen)
The app is using .net core 2.2, and the analyzers Microsoft.CodeAnalysis.FxCopAnalyzers 2.9.2
StyleCop.Analyzers 1.1.118
I have method with this definition:
and in a xml doc I have this:
In VS2019 this fires the error:
If I change the documentation to
TypeValidations.HasValue{T}(Nullable{T})
now I got an analyzer error (SA1125) telling me that I should use the shorthand notation for nullable types.Original Comments
Visual Studio Feedback System on 5/30/2019, 07:14 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Visual Studio Feedback System on 6/10/2019, 02:19 AM:
This issue is currently being investigated. Our team will get back to you if either more information is needed, a workaround is available, or the issue is resolved.
Visual Studio Feedback System on 6/10/2019, 04:13 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: