devdeer.Templates.Solution 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install devdeer.Templates.Solution::5.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 -n YOUR-PROJECT-NAME -C YOUR-COMPANY-NAME -Co YOUR-COMPANY-SHORT-KEY -T YOUR-TENANT-ID -S YOUR-SUBSCRIPTION-ID
  • YOUR-PROJECT-NAME: The name of your solution in the correct casing.
  • YOUR-COMPANY-NAME: The name of your company/organization.
  • YOUR-COMPANY-SHORT-KEY: The abbreviation of your company/organization usually in lower case.
  • 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 269 1/9/2025
7.0.0 300 7/19/2024
6.0.0 377 4/24/2024
5.0.0 1,762 2/16/2024
4.0.0 1,074 1/18/2024
3.1.4-beta 2,476 11/1/2023
3.1.3-beta 925 7/28/2023
3.1.2-beta 629 7/21/2023
3.1.1-beta 751 7/13/2023
3.1.0-beta 603 7/12/2023
3.0.1 683 7/4/2023
3.0.0 579 6/30/2023
2.0.6 749 6/13/2023
2.0.5 820 3/23/2023
2.0.4-beta 708 2/7/2023
2.0.3-beta 754 2/1/2023
2.0.2-beta 723 1/9/2023
2.0.0-beta 806 12/20/2022
1.4.0 852 12/5/2022
1.3.0 781 11/18/2022
1.2.1 1,006 6/27/2022
1.2.0 839 6/1/2022
1.1.0 1,021 5/10/2022
1.0.6 945 5/9/2022
1.0.5 888 4/11/2022
1.0.4 952 2/21/2022
1.0.3 834 1/5/2022
1.0.2 756 12/23/2021
1.0.1 809 12/21/2021
1.0.0 935 12/21/2021
0.2.5-beta 810 12/9/2021
0.2.4-beta 1,512 12/1/2021
0.2.2-beta 725 11/29/2021
0.2.1-beta 784 11/19/2021
0.2.0-beta 803 11/12/2021
0.1.17-beta 695 10/22/2021
0.1.16-beta 837 9/28/2021
0.1.15-beta 907 9/16/2021
0.1.13-beta 1,385 8/9/2021
0.1.12-beta 1,113 7/28/2021
0.1.10-beta 2,023 5/1/2021
0.1.9-beta 897 5/1/2021
0.1.7-beta 917 2/10/2021
0.1.6-beta 870 2/10/2021
0.1.5-beta 777 1/14/2021
0.1.4-beta 940 1/14/2021
0.1.2-beta 890 1/10/2021
0.1.1-beta 915 1/10/2021

- Fixing integration using defaults.
     - "-P" now is replaced by "-n" default parameter.
     - Default behavior is now to create a directory for the solution.
     - BaseModel and BaseEntity are now removed.