VijayAnand.BlazorTemplates 1.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install VijayAnand.BlazorTemplates::1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Blazor desktop project template

A project template for hosting the Blazor component in the Windows Forms and WPF desktop application.

To install the template package:

dotnet new --install VijayAnand.BlazorTemplates

To make use of the template:

For WinForms:

dotnet new winforms-blazor

For WPF:

dotnet new wpf-blazor
  • .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
6.6.0 47 9/15/2025
6.5.0 48 8/15/2025
6.4.0 50 7/22/2025
6.3.0 48 6/20/2025
6.2.0 70 5/21/2025
6.1.0 66 5/2/2025
6.0.0 116 3/19/2025
5.0.0 150 11/21/2024
4.5.0 113 10/20/2024
4.4.0 87 9/17/2024
4.3.0 110 8/20/2024
4.2.0 104 6/24/2024
4.1.0 130 5/28/2024
4.0.0 1,021 2/15/2024
3.6.1 776 1/18/2024
3.6.0 291 1/11/2024
3.5.0 1,592 11/14/2023
3.5.0-preview.1 709 10/19/2023
3.4.0 297 10/12/2023
3.3.0 158 9/14/2023
3.2.4 163 8/14/2023
3.2.3 148 7/16/2023
3.2.2 140 6/14/2023
3.2.1 128 5/19/2023
3.2.0 161 4/12/2023
3.2.0-preview.2 113 4/4/2023
3.2.0-preview.1 132 4/1/2023
3.1.0 143 3/27/2023
3.0.3 151 3/25/2023
3.0.2 129 3/24/2023
3.0.1 127 3/15/2023
3.0.0 138 2/21/2023
2.2.0 1,282 12/16/2022
2.1.1 453 11/23/2022
2.1.0 519 11/8/2022
2.0.0 552 10/5/2022
1.2.0 698 6/14/2022
1.1.0 618 5/23/2022
1.0.14 619 5/12/2022
1.0.13 641 4/28/2022
1.0.12 627 4/18/2022
1.0.11 615 4/12/2022
1.0.10 609 3/18/2022
1.0.9 551 2/18/2022
1.0.8 600 2/17/2022
1.0.7 611 2/7/2022
1.0.6 561 12/17/2021
1.0.5 527 11/19/2021
1.0.4 454 11/12/2021
1.0.3 439 11/9/2021
1.0.2 548 10/15/2021
1.0.1 531 9/16/2021
1.0.0 958 8/18/2021

What's new in ver. 1.0.0:

Blazor desktop templates for Windows Forms and WPF.

Currently targeting .NET 6 Preview 7.

Templates have been named as winforms-blazor and wpf-blazor respectively.