Uh oh!
There was an error while loading. Please reload this page.
Add DiagnosticDescriptorHelper to set HelpURI for generator / analyzer diagnostics - #90353
Conversation
Create a helper method that formats and sets the helpLink for DiagnosticDescriptors
ghost
commented
Aug 10, 2023
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsFixes #85181 Create a helper method that formats and sets the helpLink for DiagnosticDescriptors Absent are those from I wasn't sure if those are published at the same URL. Maybe those are all here: https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings ? If so - perhaps we can just modify that existing helper class. Thoughts @mateoatr@vitek-karas?
|
ericstj
commented
Aug 11, 2023
I took another look this morning and found that we could fix this. Please review @dotnet/illink |
sbomer
commented
Aug 11, 2023
Nice, thanks! Did you forget to commit |
2bd195d to
8f0a9bbCompareUh oh!
There was an error while loading. Please reload this page.
ericstj
commented
Aug 12, 2023
Linker test failures are #90431 |
Fixes#85181
Create a helper method that formats and sets the helpLink for DiagnosticDescriptors
See https://github.com/search?q=repo%3Adotnet%2Fruntime+%28%22new+DiagnosticDescriptor%28%22+OR+%22new+DiagnosticDescriptor+%28%22%29&type=code
Absent are those from
runtime/src/tools/illink/src/ILLink.RoslynAnalyzer/DiagnosticDescriptors.cs
Line 14 in 79b9707
I wasn't sure if those are published at the same URL. Maybe those are all here: https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings/il2001 ? If so - perhaps we can just modify that existing helper class. Thoughts @mateoatr@vitek-karas?