dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.85k stars 670 forks source link

Diagnostics related feature requests and improvements #5951

Open mavasani opened 1 year ago

mavasani commented 1 year ago

This issue tracks all diagnostics/analyzers related feature requests and improvements in VSCode C# extension:

mavasani commented 1 year ago

@arkalyanms @mikadumont - not sure if there is already a story tracking all diagnostics related work. If so, feel free to dupe this one and close it out.

marcospgp commented 5 months ago

Is there an issue for being able to load analyzers by linking to the .dll instead of installing them as a nuget package? This is required in order to use third party analyzers with Unity:

Unity doesn’t support the installation of Roslyn Analyzers or source generators through NuGet directly

https://docs.unity3d.com/Manual/roslyn-analyzers.html