BlazorGenerator 1.3.162

Suggested Alternatives

BlazorEngine

Additional Details

BlazorGenerator has changed its name!
From now on, use the new Nuget package "BlazorEngine"

dotnet add package BlazorGenerator --version 1.3.162
                    
NuGet\Install-Package BlazorGenerator -Version 1.3.162
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazorGenerator" Version="1.3.162" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazorGenerator" Version="1.3.162" />
                    
Directory.Packages.props
<PackageReference Include="BlazorGenerator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlazorGenerator --version 1.3.162
                    
#r "nuget: BlazorGenerator, 1.3.162"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BlazorGenerator@1.3.162
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BlazorGenerator&version=1.3.162
                    
Install as a Cake Addin
#tool nuget:?package=BlazorGenerator&version=1.3.162
                    
Install as a Cake Tool

Nuget

BlazorGenerator

You create the models and BlazorGenerator will create the pages! All the components are made from Microsoft Fluent UI.

What types of UI handle?

  1. List Pages
  2. Card Pages
  3. Worksheet Pages
  4. Two List (side-by-side) Pages
  5. Auto-add menu via Attribute
  6. Actions: functions decored with the "PageAction" attribute will be shown as buttons on the pages
  7. GridActions: functions decored with the "PageAction" attribute will be shown as buttons on datagrid rows
  8. Custom razor page: just use razor normally!

Getting Started

Look at the Server/WebAssembly/Maui Project and see by yourself

Note for NET MAUI

add in your index.html before the webassembly script <script app-name="MauiApp1" src="./_content/Microsoft.FluentUI.AspNetCore.Components/js/initializersLoader.webview.js"></script>

In the tag <BlazorGenApp> add this parameter BlazorGenRenderMode="null"

Contributing

I'm a lonely programmer, feel free to open issues or submit Pull Requests!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.162 278 1/15/2025 1.3.162 is deprecated because it is no longer maintained.
1.3.161 226 1/13/2025 1.3.161 is deprecated because it is no longer maintained.
1.3.160 217 1/13/2025 1.3.160 is deprecated because it is no longer maintained.
1.3.159 212 1/13/2025 1.3.159 is deprecated because it is no longer maintained.
1.3.158 229 1/13/2025 1.3.158 is deprecated because it is no longer maintained.
1.3.157 270 1/10/2025 1.3.157 is deprecated because it is no longer maintained.
1.3.156 246 1/10/2025 1.3.156 is deprecated because it is no longer maintained.
1.3.155 242 1/2/2025 1.3.155 is deprecated because it is no longer maintained.
1.3.154 250 12/31/2024 1.3.154 is deprecated because it is no longer maintained.
1.3.153 249 12/30/2024 1.3.153 is deprecated because it is no longer maintained.
1.3.152 245 12/27/2024 1.3.152 is deprecated because it is no longer maintained.
1.3.151 272 12/20/2024 1.3.151 is deprecated because it is no longer maintained.
1.3.150 233 12/20/2024 1.3.150 is deprecated because it is no longer maintained.
1.3.149 263 12/10/2024 1.3.149 is deprecated because it is no longer maintained.
1.3.148 285 11/22/2024 1.3.148 is deprecated because it is no longer maintained.
1.3.147 288 11/20/2024 1.3.147 is deprecated because it is no longer maintained.
1.3.146 269 11/13/2024 1.3.146 is deprecated because it is no longer maintained.
1.3.145 242 11/13/2024 1.3.145 is deprecated because it is no longer maintained.
1.3.142 268 11/11/2024 1.3.142 is deprecated because it is no longer maintained.
1.3.141 278 11/8/2024 1.3.141 is deprecated because it is no longer maintained.
Loading failed