roslyn-sdk
roslyn-sdk copied to clipboard
Roslyn-SDK templates and Syntax Visualizer
Resolves a component governance issue https://devdiv.visualstudio.com/DevDiv/_componentGovernance/112744/alert/7082179?typeId=6257816 (microsoft)
I am trying to test manually if the diagnostics emitted by a source generators are correct. To to do so I've added a reference to the source generator project with:...
I am new to Roslyn development, and have been trying to create a Roslyn project using VS 2022 "Standalone Code Analysis Tool" template. It's a command line tool, which seems...
I just began changing a unit test to assist me with writing a codefix and noticed that the way to verify diagnostics/fixes has changed. I noticed this syntax in the...
For debug Roslyn Source Code Generators in VS2022 , we have had first Debugger.Launch and later ``` true ``` But I cannot figure how to do it in VS2022. What...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Problem-debugging-VSIX-with-the-Analyze/1336100)._ --- [severity:It's more difficult to complete my work] When one creates a new Solution using the project template "Analyzer...
This would be a follow-up simplification to #991, provided it doesn't interfere with #993.
This is a new feature for refactorings and should be supported by the testing SDK.
This adds templates to the sdk that can be used with `dotnet new` to create new projects for each of these. Proposed naming: `dotnet new sourcegen` => new c# source...
This PR encompasses two things: 1. Move the code to C# 10. 2. Move the generator model to the incremental model. Lingering doubts: 1. Is the incremental model the recommended...