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

As a repo that created this, this is a good place to validate the package I built last week.

I recently got acquainted with your package and for me creating a configuration file was problematic until I found an example. I think this can simplify the entry threshold because...

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/917796/vs-1645-invalidoperationexception-cannot-set-a-pro-1.html)._ --- While typing in a code file I got a yellow bar InvalidOperationException. See attached stacktrace from the log...

Area-SyntaxVisualizer

### Discussed in https://github.com/dotnet/roslyn/discussions/58345 Originally posted by **Herrmel** December 15, 2021 Currently the AnalyzerTestFramework (Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest & Co) is a little bit outdated on Nuget. I've seen ReferenceAssemblies.Net.Net60 is already existing...

question
Area-Infrastructure

Draft for now as I'm not certain this is the right approach or whether it's okay to increase the version of the Roslyn dependency. Fixes #941.

**Version Used**: VS2022 17.1.0, xUnit project in .NET6, SourceGenerator project in NetStandard2.0 **Steps to Reproduce**: 1. Create a blank solution 2. Add a class library project targeting NetStandard2.0 for the...

Area-Source Generators
untriaged

For now the only way I know for dependencies in SG is to use GetTargetPathDependsOn and TargetPathWithTargetPlatformMoniker . Are you planning to make work with dependency more built in? For...

question
Area-Source Generators

Update to remove duplicate issues with #598 It is not obvious how you add a reference to Roslyn into tests. Changing VerifyAnalyzerAsync is hard to discover and doesn't seem to...

enhancement
help wanted
Area-MS.CA.Testing

**Version Used**: **Steps to Reproduce**: 1. setup launchprofile: ``` { "profiles": { "Debug": { "commandName": "DebugRoslynComponent", "targetProject": "..\\generator.Tests\\generator.Tests.csproj" } } } ``` in generator.Tests.csproj, reference the generator: ``` ``` 2....

Area-Source Generators
untriaged