Skip to content

feat: add EventServer roles to authentication claims #25

feat: add EventServer roles to authentication claims

feat: add EventServer roles to authentication claims #25

Triggered via push August 17, 2025 17:35
Status Success
Total duration 1m 22s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/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)'.