You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: