MvvmBlazor icon indicating copy to clipboard operation
MvvmBlazor copied to clipboard

A lightweight Blazor Mvvm Library

Results 9 MvvmBlazor issues
Sort by recently updated
recently updated
newest added

### Question Hi, How can I get AuthenticationState in ViewModel? I'm trying with: [CascadingParameter] Task AuthenticationState { get; set; } but it is always null. Thanks. ### Code sample _No...

type: bug

### Feature description Hello, I am in the process of evaluating the technical solutions for a new and relatively large Blazor/WASM project. We are going to use MVVM, and on...

type: feature

Is there a way to have cascading BindingContext? Say we have two components: ```c# class ParentComponent: MvvmComponentBase { ChildComponent Child; } class ChildComponent: MvvmComponentBase { } class ParentViewModel: ViewModelBase {...

type: feature

### Description The default protected constructor prevents the usage of the component generator as described in #117. It should be removed from the code generator. ### Code sample _No response_

type: feature

### Feature description Right now all the code generators are written from scratch. As version 8 of CommunityToolkit.Mvvm is oficialy released it would be great to use it. We could...

type: feature

Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.2 to 6.0.25. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 6.0.25 Release .NET 6.0.24 Release .NET 6.0.23 Release .NET 6.0.22 Release .NET 6.0.21 Release .NET 6.0.20 Release...

dependencies

Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.0 to 6.0.25. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 6.0.25 Release .NET 6.0.24 Release .NET 6.0.23 Release .NET 6.0.22 Release .NET 6.0.21 Release .NET 6.0.20 Release...

dependencies

Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.0 to 6.0.25. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 6.0.25 Release .NET 6.0.24 Release .NET 6.0.23 Release .NET 6.0.22 Release .NET 6.0.21 Release .NET 6.0.20 Release...

dependencies

### Bug description While working on my application it's a once in a lifetime scenario that I've encountered this exception and I'm unable to figure it out why this error...

type: bug
status: triage