roslyn-sdk
roslyn-sdk copied to clipboard
Roslyn-SDK templates and Syntax Visualizer
Analyzer unit tests are returning wrong assert values (off by one). I have a successful unit test with the following ExpectedDiagnostic: ``` using VerifyCS = MisinformedDNA.PulumiAnalyzers.Test.CSharpAnalyzerVerifier; VerifyCS.Diagnostic().WithSpan(9, 9, 12, 10)...
Visual Studio **Version Used**: 16.2.1 **Steps to Reproduce**: 1. Create class library, .net standard, c# 2. Right-click new library in solution explorer 3. Click New > Add Item > Extensibility...
@sharwell If i debug my vsix i get codefixes - if i install the vsix i don't get code fixes and diagnostics only. Is there a known issue which rings...
If we have: ``` Lib.csproj Lib.Analyzers.csproj ``` And we want to pack so that `Lib.nupkg` has a package dependency on `Lib.Analyzers.nupkg` An example of the desired result is: [Microsoft.CodeAnalysis.Common](https://www.nuget.org/packages/Microsoft.CodeAnalysis.Common/) that...
i have a vs analyzer extension (built 2 or 3 years ago, when they were still portable and not .net standard, so not the most current project template, for sure)...
Hi, I hope I targetted the correct repository for this issue. I'm trying to follow [this tutorial](https://devblogs.microsoft.com/dotnet/how-to-write-a-roslyn-analyzer/), but I never get to step 3 in "Writing an analyzer" because after...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/983195/stand-alone-code-analysis-tool-project-creation-fa.html)._ --- When i start Stand-Alone Code Analysis Tool project i get the "Sequence contains no elements" warning and project...