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

The code used to filter the target projects to only those that use the generator is currently deadlocking on certain projects, so disabled for now. We should figure out a...

Area-Source Generators

# Description When including a PackageReference for a Generator that would normally be packed, the assembly reference is not copied into the execution directory when the Analyzer project is referenced...

question
Area-Source Generators

# Roslyn Documentation Topics - [ ] **Things You Can Build** - [ ] Hosted by Roslyn - [ ] Analyzers - [ ] Basics - [ ] Registration -...

I am working on [Unity Container](https://github.com/unitycontainer) extension that would analyze injections and generate static code that would be used at runtime. Theoretically, I would like to provide a NuGet package,...

question
Area-Source Generators

**Version Used**: Version 16.11.0 Preview 3.0 [31416.256.d16.11] I am using Light theme. ![image](https://user-images.githubusercontent.com/24360909/122483059-96f2e480-cf86-11eb-9e61-6dce492db5f5.png) Why do I need to select then see the operation?

Area-SyntaxVisualizer

Currently the following packages are independent of each other: * Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit * Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit * Microsoft.CodeAnalysis.VisualBasic.Analyzer.Testing.XUnit * Microsoft.CodeAnalysis.VisualBasic.CodeFix.Testing.XUnit We should consider making the Analyzer packages a dependency of the associated CodeFix...

Area-MS.CA.Testing

How can a "Source generator" be debugged? - where to find the generated output file as mentioned in the section "Output files" from [ Source Generators](https://github.com/dotnet/roslyn/blob/master/docs/features/source-generators.md)? For now I store...

Area-Source Generators

In the first sample case of mustache section template in `UseMustacheGenerator.cs`, It would get result: "Hello Chris, You have just won 10000 dollars!". But it should be "Hello Chris, You...

This change updates the diagnostic analyzer templates to support both C# and Visual Basic analysis.

Area-Templates