Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce dotnet new templates for analyzers/codefixes, refactorings, and source generators #721

Open
Youssef1313 opened this issue Oct 17, 2022 · 0 comments

Comments

@Youssef1313
Copy link
Member

Analyzers/CodeFixes & Refactorings

Currently, there is a template for analyzers from Visual Studio, but if a user doesn't have Visual Studio installed, he has to do manual work to get everything ready.

Having a dotnet new template for analyzers that don't require VS installation would be nice.

Source Generators

Currently, there is no template for source generators at all. It would be good to have one in VS (that work is tracked by dotnet/roslyn-sdk#873). After dotnet/roslyn-sdk#873 is done, there should be a dotnet new version that don't require VS installation.

@Youssef1313 Youssef1313 changed the title Introduce dotnet new templates for analyzers and source generators Introduce dotnet new templates for analyzers/codefixes and source generators Oct 17, 2022
@Youssef1313 Youssef1313 changed the title Introduce dotnet new templates for analyzers/codefixes and source generators Introduce dotnet new templates for analyzers/codefixes, refactorings, and source generators Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant