docs icon indicating copy to clipboard operation
docs copied to clipboard

Compiler Error Link to Help Not Working

Open RealDotNetDave opened this issue 4 years ago • 2 comments

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.

RealDotNetDave avatar Nov 16 '21 21:11 RealDotNetDave

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

Evangelink avatar Nov 16 '21 21:11 Evangelink

Related: https://github.com/dotnet/docs/issues/5410.

svick avatar Nov 17 '21 12:11 svick