devdeer.Templates.Solution 9.0.0

dotnet new install devdeer.Templates.Solution::9.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Description

This nuget package can be used to initialize a dotnet solution with API and one UI project for web.

Installation

The solution template package can be found at nuget.org. To perform the installation the dotnet cli is required.

dotnet new install devdeer.Templates.Solution

The valid versions can be found on the nuget package site.

Usage

dotnet new devdeer-sln -P YOUR-PROJECT-NAME -C YOUR-COMPANY-NAME -Co YOUR-COMPANY-SHORT-KEY -T YOUR-TENANT-ID -S YOUR-SUBSCRIPTION-ID [-DotnetMajor 8 | 9 | ...] -o OUTPUT-DIR
  • YOUR-PROJECT-NAME: The name of your solution.
  • YOUR-COMPANY-NAME: The name of your company / organization.
  • YOUR-COMPANY-SHORT-KEY: The abbreviation of your company / organization.
  • YOUR-TENANT-ID: The unique identifier of the Azure tenant to use.
  • YOUR-SUBSCRIPTION-ID: The Azure subscription to use.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.0 265 1/9/2025
7.0.0 296 7/19/2024
6.0.0 373 4/24/2024
5.0.0 1,759 2/16/2024
4.0.0 1,070 1/18/2024
3.1.4-beta 2,471 11/1/2023
3.1.3-beta 921 7/28/2023
3.1.2-beta 625 7/21/2023
3.1.1-beta 747 7/13/2023
3.1.0-beta 599 7/12/2023
3.0.1 679 7/4/2023
3.0.0 574 6/30/2023
2.0.6 746 6/13/2023
2.0.5 816 3/23/2023
2.0.4-beta 704 2/7/2023
2.0.3-beta 750 2/1/2023
2.0.2-beta 718 1/9/2023
2.0.0-beta 802 12/20/2022
1.4.0 848 12/5/2022
1.3.0 776 11/18/2022
1.2.1 1,001 6/27/2022
1.2.0 834 6/1/2022
1.1.0 1,016 5/10/2022
1.0.6 940 5/9/2022
1.0.5 883 4/11/2022
1.0.4 947 2/21/2022
1.0.3 829 1/5/2022
1.0.2 751 12/23/2021
1.0.1 804 12/21/2021
1.0.0 929 12/21/2021
0.2.5-beta 805 12/9/2021
0.2.4-beta 1,507 12/1/2021
0.2.2-beta 718 11/29/2021
0.2.1-beta 779 11/19/2021
0.2.0-beta 798 11/12/2021
0.1.17-beta 690 10/22/2021
0.1.16-beta 832 9/28/2021
0.1.15-beta 902 9/16/2021
0.1.13-beta 1,380 8/9/2021
0.1.12-beta 1,108 7/28/2021
0.1.10-beta 2,017 5/1/2021
0.1.9-beta 892 5/1/2021
0.1.7-beta 911 2/10/2021
0.1.6-beta 864 2/10/2021
0.1.5-beta 771 1/14/2021
0.1.4-beta 934 1/14/2021
0.1.2-beta 884 1/10/2021
0.1.1-beta 909 1/10/2021

- UI is moved away from next.js to plain react with Vite hosting.
- Infrastructure is updated to newest Bicep.
- Solution is repaired.
- csproj files are using $(MSBuildProjectName) variable.
- Nuget updates and breaking changes fixed.
- API startup is cleaned and modernized.
- New template option DotnetMajor allows to define another .NET runtime.
- KeyVault is used at startup for any remote environment.
- AutoMapper config now in new shared project und thus re-usable by additional projects.
- Repositories.Core renamed to Repositories.AzureSql and contexts moved to it.
- Data.Entities moved to Logic.Entities.
- CI/CD is overhauled to not use CD states anymore and now by default runs Backend and Frontend in separate jobs.