Crazy T-Mack
Crazy T-Mack
NU1202: Package MediatR.Extensions.Microsoft.DependencyInjection 9.0.0 is not compatible with net5.0
... does not support any target frameworks. ... has a package type 'SymbolsPackage' that is not supported by project 'X'
Absolutely no code is generated. Followed the instructions. I have an EditViewModel: ``` public partial class EditViewModel { [Reactive] public string Email { get; set; } = string.Empty; [Reactive] public...
Great product, but would like to see more advanced scenarios for Blazor (other than Counter and FetchData), such as Input forms, binding parameters and data validation.