Open
Conversation
* Add MudBlazor project * Add Mud blazor project with identity * Implement Authorization on MudBlazor project.
* Add MudBlazor project (#1) * Add MudBlazor project * Add Mud blazor project with identity * Implement Authorization on MudBlazor project. * Clean remaining files in Bootstrap project * Rename dotnet 7 project Raname old .Net7 project namespace * Add .Net 8 projects to solution * Add .Net8 Test project to solution * Fixes namespaces for .Net project in solution * RapidBlazor.Domain.UnitTests Finish * Application.UnitTests Finish * Add .Net 8 Project References * RapidBlazor.Application.IntegrationTests started * RapidBlazor.Domain Completed * RapidBlazor.Application implementation - [x] Access Control - [x] Commands - [x] Queries - [x] Common - [x] Behaviours - [x] Exceptions - [x] Services - [x] Data - [x] Identity - [x] Roles - [x] Commands - [x] Queries - [x] TodoItems - [x] Commands - [x] Queries - [x] TodoLists - [x] Commands - [x] Queries - [x] Users - [x] Commands - [x] Queries - [x] WeatherForcasts - [x] Queries - [x] ConfigureServices.cs * RapidBlazor.Application implementation - [x] Access Control - [x] Commands - [x] Queries - [x] Common - [x] Behaviours - [x] Exceptions - [x] Services - [x] Data - [x] Identity - [x] Roles - [x] Commands - [x] Queries - [x] TodoItems - [x] Commands - [x] Queries - [x] TodoLists - [x] Commands - [x] Queries - [x] Users - [x] Commands - [x] Queries - [x] WeatherForcasts - [x] Queries - [x] ConfigureServices.cs * RapidBlazor.Infrastructure implementation - [x] Common - [x] Data - [x] Configuration - [x] Interceptors - [x] Migrations - [x] ApplicationDbContext - [x] ApplicationDbContextInitializer - [x] Identity - [x] Configure Services * RapidBlazor.WebUi Implementation - [x] Configure Services - [x] Todo - [x] Todo State - [x] Todo Item Component - [x] Todo List Component - [x] Todo Index - [x] Admin Pages - [x] Access Control - [x] Roles - [x] Users - [x] Index - [x] Edit - [x] Claims - [x] Weather ForeCast - [x] WebAssembly Component - [x] Add Controllers - [x] Add HttpClient - [x] Figure out Authorization for API Endpoint - [x] Convert Todo Item Component to WebAssembly with InteractiveAuto - [x] Convert Admin/Users/Edit Page to WebAssembly with InteractiveWebAssembly * WebUi.AcceptanceTests * Application.IntegrationTests * Delete .Net 7 projects * Fix typo
|
HI @ubhaya. Thanks for this PR, I got an error about injecting nswag clients. (Cannot provide a value for property 'UsersClient' on type 'RapidBlazor.WebUi.Client.Pages.Admin.Users.Edit'. There is no registered service of type 'RapidBlazor.WebUi.Client.Handlers.Interfaces.IUserHandler'.) Can you help me figure it out? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.