VijayAnand.WindowsForms.Blazor 2.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install VijayAnand.WindowsForms.Blazor::2.0.0
This package contains a .NET Template Package you can call from the shell/command line.

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

To install the template:

dotnet new --install VijayAnand.WindowsForms.Blazor

To make use of the template:

dotnet new winforms-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
4.2.0 30 6/24/2024
4.1.0 94 5/28/2024
4.0.0 1,070 2/15/2024
3.6.1 758 1/18/2024
3.6.0 243 1/11/2024
3.5.0 1,608 11/14/2023
3.5.0-preview.1 679 10/19/2023
3.4.0 324 10/12/2023
3.3.0 171 9/14/2023
3.2.4 150 8/14/2023
3.2.3 141 7/16/2023
3.2.2 120 6/14/2023
3.2.1 110 5/19/2023
3.2.0 149 4/12/2023
3.2.0-preview.2 71 4/4/2023
3.2.0-preview.1 71 4/1/2023
3.1.0 126 3/27/2023
3.0.3 88 3/25/2023
3.0.2 84 3/24/2023
3.0.1 116 3/15/2023
3.0.0 161 2/22/2023
2.2.0 1,127 12/16/2022
2.1.1 387 11/24/2022
2.1.0 350 11/10/2022
2.0.0 417 10/5/2022
1.2.0 594 6/14/2022
1.1.0 465 5/23/2022
1.0.18 486 5/12/2022
1.0.17 438 4/28/2022
1.0.16 411 4/18/2022
1.0.15 428 4/12/2022
1.0.14 428 3/18/2022
1.0.13 438 2/23/2022
1.0.12 425 2/17/2022
1.0.11 442 2/7/2022
1.0.10 343 12/17/2021
1.0.9 354 11/19/2021
1.0.8 286 11/12/2021
1.0.7 299 11/9/2021
1.0.6 380 10/15/2021
1.0.5 368 9/16/2021
1.0.4 744 8/17/2021
1.0.3 467 8/11/2021
1.0.2 944 7/15/2021
1.0.1 860 6/23/2021
1.0.0 483 6/8/2021

What's new in ver 2.0.0:

Currently targeting .NET 6 / 7 and the corresponding .NET MAUI release.

A parameter named framework has been introduced that takes either net6.0 or net7.0 as its options (with net7.0 being the default value).

dotnet new winforms-blazor --framework net6.0

dotnet new winforms-blazor -f net7.0

Unified template now also available as a VS extension.

https://marketplace.visualstudio.com/items?itemName=egvijayanand.blazor-desktop-templates

Take a look at this Blazor article for working with these templates:

https://egvijayanand.in/2021/11/13/net-maui-blazor/