feat: add EventServer roles to authentication claims #25
Annotations
10 warnings
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Components/UpcomingSessionsComponent.razor#L1
Illegal Attribute 'Direction' on 'MudStack' using pattern 'LowerCase' source location '(141,20)-(141,85)' (https://mudblazor.com/features/analyzers)
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/ClientSessionsPage.razor#L195
The field 'ClientSessionsPage._selectedTab' is assigned but its value is never used
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/Home.razor#L575
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/Home.razor#L531
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/PartnerHome.razor#L432
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Components/AdvancedPartnerFilterComponent.razor#L399
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Services/OptimizedFilterService.cs#L202
Nullable value type may be null.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Components/PartnerFilterComponent.razor#L116
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/UserProfile.razor#L286
Possible null reference argument for parameter 'lastName' in 'Task<bool> UserService.EnsureUserExistsAsync(string emailAddress, string firstName, string lastName)'.
|
|
build:
src/FxExpert.Blazor/FxExpert.Blazor.Client/Pages/UserProfile.razor#L286
Possible null reference argument for parameter 'firstName' in 'Task<bool> UserService.EnsureUserExistsAsync(string emailAddress, string firstName, string lastName)'.
|