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
Add ToxiCode org nuget registry as one of nuget sources: dotnet nuget add source --username USERNAME --password TOKEN --store-password-in-clear-text --name github "https://nuget.pkg.github.com/mToxicCode/index.json" where USERNAME is your github login and TOKEN is your PAT github token.
Install nuget as template: dotnet new -i ToxiCode.Templates
Use template when creating a new solution: dotnet new tc-api(or other template name) PROJECT.NAME
Available templates
ToxiCode.Templates.WebApi || tc-api ----> Template for creating a web api app
ToxiCode.Templates.WebBlazor || tc-blazor-ssr ----> Template for creating a blazor app with SSR
ToxiCode.Templates.Package || tc-pkg ----> Template for creating packages and libs