rsaz / csharp-snippet-productivity

The complete snippet toolbox for C#"
MIT License
19 stars 6 forks source link

Lack of project templates #12

Closed BachiMjavanadze closed 2 years ago

BachiMjavanadze commented 2 years ago

Can you please add more project templates? Fore example: Nunit, MStest, xUnit test projects.

Also please add "Minimal Web API". With Visual Studio IDE you can easily create it, you just need to uncheck this:

1

.Net CLI command for "Minimal Web API":

dotnet new webapi -minimal -o PROJECT_NAME

rsaz commented 2 years ago

@BachiMjavanadze I added all project templates requested in the version v1.3.0. (minimal webapi, mstest, nunit, xunit) In a soon future I will recreate the project creating webview with a more interactive interface.