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 269 1/15/2025 1.3.162 is deprecated because it is no longer maintained.
1.3.161 219 1/13/2025 1.3.161 is deprecated because it is no longer maintained.
1.3.160 210 1/13/2025 1.3.160 is deprecated because it is no longer maintained.
1.3.159 206 1/13/2025 1.3.159 is deprecated because it is no longer maintained.
1.3.158 221 1/13/2025 1.3.158 is deprecated because it is no longer maintained.
1.3.157 265 1/10/2025 1.3.157 is deprecated because it is no longer maintained.
1.3.156 240 1/10/2025 1.3.156 is deprecated because it is no longer maintained.
1.3.155 237 1/2/2025 1.3.155 is deprecated because it is no longer maintained.
1.3.154 244 12/31/2024 1.3.154 is deprecated because it is no longer maintained.
1.3.153 242 12/30/2024 1.3.153 is deprecated because it is no longer maintained.
1.3.152 237 12/27/2024 1.3.152 is deprecated because it is no longer maintained.
1.3.151 267 12/20/2024 1.3.151 is deprecated because it is no longer maintained.
1.3.150 225 12/20/2024 1.3.150 is deprecated because it is no longer maintained.
1.3.149 255 12/10/2024 1.3.149 is deprecated because it is no longer maintained.
1.3.148 280 11/22/2024 1.3.148 is deprecated because it is no longer maintained.
1.3.147 280 11/20/2024 1.3.147 is deprecated because it is no longer maintained.
1.3.146 263 11/13/2024 1.3.146 is deprecated because it is no longer maintained.
1.3.145 235 11/13/2024 1.3.145 is deprecated because it is no longer maintained.
1.3.142 261 11/11/2024 1.3.142 is deprecated because it is no longer maintained.
1.3.141 272 11/8/2024 1.3.141 is deprecated because it is no longer maintained.
Loading failed