roslyn-sdk
roslyn-sdk copied to clipboard
Roslyn-SDK templates and Syntax Visualizer
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...
# 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...
# 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,...
**Version Used**: Version 16.11.0 Preview 3.0 [31416.256.d16.11] I am using Light theme.  Why do I need to select then see the operation?
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...
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...
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.