Skip to content

Instantly share code, notes, and snippets.

@kaipm
Last active December 3, 2020 07:38
Show Gist options
  • Save kaipm/1247210953dc98d2e8732ece0e4bd4a0 to your computer and use it in GitHub Desktop.
Save kaipm/1247210953dc98d2e8732ece0e4bd4a0 to your computer and use it in GitHub Desktop.
.NET Cheat Sheet

.NET Cheat Sheet

Revert to default templates

Removes all custom installed templates and reverts to .NET Core default templates.

dotnet new --debug:reinit

Converting or upgrading projects

Checking compatibility for converting from .NET Framework to .NET

dotnet tool install -g apiport

Attempts to convert the current solution/project (use source control or backup!)

dotnet tool install -g try-convert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment