devdeer.Templates.Solution 7.0.0

dotnet new install devdeer.Templates.Solution::7.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 -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
7.0.0 150 7/19/2024
6.0.0 238 4/24/2024
5.0.0 1,606 2/16/2024
4.0.0 927 1/18/2024
3.1.4-beta 2,374 11/1/2023
3.1.3-beta 805 7/28/2023
3.1.2-beta 493 7/21/2023
3.1.1-beta 613 7/13/2023
3.1.0-beta 481 7/12/2023
3.0.1 559 7/4/2023
3.0.0 441 6/30/2023
2.0.6 616 6/13/2023
2.0.5 678 3/23/2023
2.0.4-beta 551 2/7/2023
2.0.3-beta 617 2/1/2023
2.0.2-beta 570 1/9/2023
2.0.0-beta 671 12/20/2022
1.4.0 707 12/5/2022
1.3.0 623 11/18/2022
1.2.1 852 6/27/2022
1.2.0 680 6/1/2022
1.1.0 847 5/10/2022
1.0.6 771 5/9/2022
1.0.5 723 4/11/2022
1.0.4 772 2/21/2022
1.0.3 677 1/5/2022
1.0.2 577 12/23/2021
1.0.1 628 12/21/2021
1.0.0 745 12/21/2021
0.2.5-beta 638 12/9/2021
0.2.4-beta 1,338 12/1/2021
0.2.2-beta 555 11/29/2021
0.2.1-beta 602 11/19/2021
0.2.0-beta 638 11/12/2021
0.1.17-beta 524 10/22/2021
0.1.16-beta 649 9/28/2021
0.1.15-beta 751 9/16/2021
0.1.13-beta 1,212 8/9/2021
0.1.12-beta 957 7/28/2021
0.1.10-beta 1,836 5/1/2021
0.1.9-beta 742 5/1/2021
0.1.7-beta 745 2/10/2021
0.1.6-beta 696 2/10/2021
0.1.5-beta 602 1/14/2021
0.1.4-beta 765 1/14/2021
0.1.2-beta 720 1/10/2021
0.1.1-beta 752 1/10/2021

- New Service Principal authorization for Azure DevOps Pipelines.
     - Added a CI pipeline that builds container images and pushes them to a Azure Container Registry.
     - Added pipeline templates for container deployments on Azure Container Apps.
     - Updated OWASP pipeline to use a NIST NVD Api key for CVE checks.
     - Enable yarn to use version 4.X.
     - Added automatic retries for possbile fails during slot swapping while deploying to Azure App Service.