2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00
2025-03-29 17:37:52 +02:00

Templates - Dotnet

A starting point for new .NET projects, based on opinionated rules.

  1. In order to be able to update your repository with the latest changes, you can use the following command after creating your repo:
git remote add template https://github.com/kritikos-io/templates-dotnet
git fetch --all
git merge template/main --allow-unrelated-histories
  1. Do this as soon as possible, as the unrelated histories flag will lead to a few conflicts that you will need to resolve manually.
  2. Afterward, you can pull changes using
git pull template main
  1. Rename the solution and project files, replacing 'Sample' to match your project name.
    1. Sample.sln
    2. Sample.sln.DotSettings
    3. Sample.code-workspace

Keep in mind that until the dotnet toolset handles generating new projects correctly, you will need to edit new csproj files and remove Version attributes from PackageReference entries. For more details consult Central Package Management.

Description
No description provided
Readme 50 KiB
Languages
JSON 100%