roslyn-sdk icon indicating copy to clipboard operation
roslyn-sdk copied to clipboard

Roslyn-SDK templates and Syntax Visualizer

Results 186 roslyn-sdk issues
Sort by recently updated
recently updated
newest added

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)...

Area-MS.CA.Testing

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...

question
Area-Templates

@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...

Area-Templates
need more info

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...

question
Area-Templates

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)...

need more info

https://github.com/KirillOsenkov/RoslynQuoter

Area-SyntaxVisualizer

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...

Area-Templates
need more info

_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...

Area-Templates
need more info