Toolbelt.AspNetCore.Blazor.Minimum.Templates 0.8.0-preview-19104-04

This is a prerelease version of Toolbelt.AspNetCore.Blazor.Minimum.Templates.
There is a newer version of this package available.
See the version list below for details.
dotnet new install Toolbelt.AspNetCore.Blazor.Minimum.Templates::0.8.0-preview-19104-04
This package contains a .NET Template Package you can call from the shell/command line.

Blazor Minimum Project Templates NuGet Package

Summary

This is project templates package for ASP.NET Core "Blazor" without JavaScript and CSS libraries, designed for dotnet CLI.

Blazor is an experimental .NET web framework using C# and HTML that runs in the browser. Learn More...

The Blazor application project, which is created by this template, contains only the minimum necessary files, like this.

fig.1

When you run this project, the following page will be displayed in a web browser.

fig.2

System requirement

How to install

> dotnet new -i Toolbelt.AspNetCore.Blazor.Minimum.Templates::0.8.0-preview-19104-04

How to use

If you want to create a new Blazor application project which standalone edition, type dotnet new command with a short name of the template "blazormin".

> dotnet new blazormin

If you want a ASP.NET Core hosted edition, use a short name of the template "blazorhostedmin".

> dotnet new blazorhostedmin

These commands are create a new project in current directory, and the project name is same as the current directory name.

See also: "dotnet new command - .NET Core CLI" | Microsoft Docs

Known issues

There are a couple of known issues with this release that you may run into:

  • "It was not possible to find any compatible framework version. The specified framework 'Microsoft.NETCore.App', version '2.0.0' was not found.": You may see this error when building a Blazor app because the IL linker currently requires .NET Core 2.x to run. To work around this issue, either install .NET Core 2.2 or disable IL linking by setting the <BlazorLinkOnBuild>false</BlazorLinkOnBuild> property in your project file.
  • "Unable to generate deps.json, it may have been already generated.": You may see this error when running a standalone Blazor app and you haven't yet restored packages for any .NET Core apps. To workaround this issue create any .NET Core app (ex dotnet new console) and then rerun the Blazor app.

Upgrade to Blazor 0.8.0

See also: ASP.NET Blog - Blazor 0.8.0 experimental release now available

License

The Unlicense

This package has 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.100-preview.3 44 4/18/2024
8.0.204 74 4/18/2024
8.0.202 672 3/13/2024
8.0.200.1 1,039 2/23/2024
8.0.200 870 2/14/2024
8.0.101.1 1,698 1/9/2024
8.0.101 1,119 1/2/2024
8.0.100 970 12/29/2023
8.0.0 1,681 12/2/2023
8.0.0-rc.2.23480.2 1,285 10/11/2023
8.0.0-rc.1.23421.29.2 65 9/16/2023
7.0.11 1,215 9/14/2023
7.0.1 2,106 12/13/2022
7.0.0 1,570 11/7/2022
7.0.0-rc.2.22476.2 99 10/12/2022
7.0.0-rc.1.22427.2 121 9/15/2022
7.0.0-preview.7.22376.6 98 9/13/2022
6.0.10 1,545 10/12/2022
6.0.8.2 1,583 9/13/2022
6.0.8.1 1,376 9/10/2022
6.0.8 1,548 9/10/2022
6.0.0 1,583 11/11/2021
6.0.0-rc.2 140 10/13/2021
6.0.0-rc.1 156 9/18/2021
6.0.0-preview.7 330 8/11/2021
6.0.0-preview.5 162 6/18/2021
6.0.0-preview.4 159 5/26/2021
6.0.0-preview.3 167 5/15/2021
5.0.6 3,394 5/15/2021
5.0.4 1,590 3/14/2021
5.0.3 1,712 2/14/2021
5.0.2 1,609 1/13/2021
5.0.0 1,663 11/10/2020
5.0.0-rc.2.20475.17 220 10/17/2020
5.0.0-rc.1.20451.17 306 9/16/2020
5.0.0-preview.8.20414.8 240 8/26/2020
3.2.1 1,749 7/23/2020
3.2.0 1,733 5/19/2020
3.2.0-rc1.20223.4 279 4/30/2020
3.2.0-preview5.20216.8 253 4/24/2020
3.2.0-preview4.20210.8 264 4/17/2020
3.2.0-preview3.20168.3 277 3/28/2020
3.2.0-preview2.20160.5 259 3/11/2020
3.2.0-preview1.20073.1 311 1/29/2020
3.1.0-preview4.19579.2 322 12/4/2019
3.1.0-preview3.19555.2 254 11/21/2019
3.1.0-preview2.19528.8.2 254 11/6/2019
3.0.0-preview9.19465.2 291 9/24/2019
3.0.0-preview9.19457.4 269 9/17/2019
3.0.0-preview9.19424.4.3 275 9/9/2019
3.0.0-preview9.19424.4.1 259 9/6/2019
3.0.0-preview9.19424.4 260 9/5/2019
3.0.0-preview8.19405.7 295 8/16/2019
3.0.0-preview7.19365.7 299 7/25/2019
3.0.0-preview6.19307.2 322 6/14/2019
3.0.0-preview5-19227-01 1,523 5/8/2019
3.0.0-preview4-19216-03b 1,737 4/22/2019
0.9.0-preview3-19154-02 1,723 3/8/2019
0.8.0-preview-19104-04 1,907 2/7/2019
0.7.0 2,191 11/16/2018
0.6.0.1 2,126 10/3/2018
0.6.0 1,950 10/3/2018
0.5.1 2,466 7/27/2018
0.5.0 2,130 7/27/2018
0.4.0 2,271 7/20/2018