docs
docs copied to clipboard
Compiler Error Link to Help Not Working
I'm working on a solution with a mix of .NET Framework and a few .NET Code projects. One of these projects is .NET Framework 4.7.2, with the Active Rule set to Microsoft All Rules. I have found at least a few links to help in the Error window do not work. I get this error when VS tries to open the page:
Sorry, we don't have specifics on this C# error
A few of these code violations are:
- CS8357
- CS1574
- CS7035
I am using Visual Studio 2019.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: fc586192-534e-0108-d265-c4f2f6947c57
- Version Independent ID: 4d39f536-5d78-335b-3525-d4b581c28fdc
- Content: C# Compiler messages
- Content Source: docs/csharp/language-reference/compiler-messages/index.md
- Product: dotnet-csharp
- Technology: csharp-diagnostics
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn
Hey @RealDotNetDave, thanks for the comments!
This repository mainly targets CAXXX rules (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/#index-of-rules), the CSXXX rules are compiler related so this message should be moved to roslyn repository.
Tagging @mavasani
Related: https://github.com/dotnet/docs/issues/5410.