Blazing.Mvvm.Base
3.2.1
dotnet add package Blazing.Mvvm.Base --version 3.2.1
NuGet\Install-Package Blazing.Mvvm.Base -Version 3.2.1
<PackageReference Include="Blazing.Mvvm.Base" Version="3.2.1" />
<PackageVersion Include="Blazing.Mvvm.Base" Version="3.2.1" />
<PackageReference Include="Blazing.Mvvm.Base" />
paket add Blazing.Mvvm.Base --version 3.2.1
#r "nuget: Blazing.Mvvm.Base, 3.2.1"
#:package Blazing.Mvvm.Base@3.2.1
#addin nuget:?package=Blazing.Mvvm.Base&version=3.2.1
#tool nuget:?package=Blazing.Mvvm.Base&version=3.2.1
MVVM for Blazor using CommunityToolkit.Mvvm
| Product | Versions 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 is compatible. 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. |
-
net10.0
- CommunityToolkit.Mvvm (>= 8.3.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
-
net8.0
- CommunityToolkit.Mvvm (>= 8.3.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
-
net9.0
- CommunityToolkit.Mvvm (>= 8.3.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Blazing.Mvvm.Base:
| Package | Downloads |
|---|---|
|
Blazing.Mvvm
A simple and easy-to-use MVVM implementation for Blazor wrapping CommunityToolkit.Mvvm. Features automatic ViewModel discovery, strongly-typed navigation with multi-parameter route support, parameter resolution, validation support, Automatic Two-Way Binding, and dynamic base path detection for YARP and subpath hosting scenarios. |
GitHub repositories
This package is not used by any popular GitHub repositories.
V3.2.1: ViewModelBase, RecipientViewModelBase, and ValidatorViewModelBase now implement IDisposable for automatic PropertyChanged event cleanup. Fixed IAsyncRelayCommand edge cases for AllowConcurrentExecutions. Breaking change: Manual IDisposable implementations must use protected override void Dispose(bool disposing).