Mkx.Templates.Blazor 1.0.13

dotnet new install Mkx.Templates.Blazor@1.0.13
                    
This package contains a .NET Template Package you can call from the shell/command line.

Mkx.Templates.Blazor

This is a Visual Studio and dotnet CLI template for a Blazor solution utilizing .NET 10 and the modern .slnx solution format.

Template structure

When instantiated, the template generates:

  • An XML-based .slnx solution file containing five numbered folders:
    • 1. App
    • 2. Shared
    • 3. Core
    • 4. Sdk
    • 5. Tests
  • A nuget.config file.
  • A src/ directory containing the corresponding App, Shared, Core, Sdk, and Tests directories.

How to Package

To build the NuGet package, run the following command from the root directory:

dotnet pack -c Release

This will produce the NuGet package file under bin/Release/Mkx.Templates.Blazor.1.0.0.nupkg.


How to Install Locally

To install the template from the generated package:

dotnet new install bin/Release/Mkx.Templates.Blazor.1.0.0.nupkg

Alternatively, to install it in editable development mode from the local directory:

dotnet new install ./template-content

How to Instantiate

Once installed, you can create a new solution by running:

dotnet new mkx-blazor -n MyCompany.MyProject

This will create a new folder named MyCompany.MyProject containing your .slnx solution and folder structure.

  • .NETStandard 2.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
1.0.13 46 9/20/2026
1.0.12 44 9/20/2026
1.0.11 131 8/19/2026
1.0.10 164 8/10/2026
1.0.9 187 7/22/2026
1.0.8 164 7/22/2026
1.0.7 161 7/22/2026
1.0.6 191 7/17/2026
1.0.5 193 6/30/2026
1.0.4 198 6/30/2026
1.0.3 206 6/28/2026
1.0.2 185 6/28/2026
1.0.1 204 6/28/2026