Skip to content

Project Phoenix πŸ¦β€πŸ”₯ #99

Project Phoenix πŸ¦β€πŸ”₯

Project Phoenix πŸ¦β€πŸ”₯ #99

Triggered via pull request April 9, 2025 18:51
Status Success
Total duration 34s
Artifacts

blazor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/apps/blazor/client/Pages/Multitenancy/Tenants.razor#L28
Possible null reference argument for parameter 'id' in 'Task Tenants.ViewUpgradeSubscriptionModalAsync(string id)'.
build: src/apps/blazor/client/Pages/Identity/Users/UserRoles.razor.cs#L68
Possible null reference argument for parameter 'id' in 'Task IApiClient.AssignRolesToUserEndpointAsync(string id, AssignUserRoleCommand body)'.
build: src/apps/blazor/client/Components/EntityTable/EntityTable.razor.cs#L274
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
build: src/apps/blazor/client/Layout/MainLayout.razor.cs#L48
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
build: src/apps/blazor/client/Pages/Multitenancy/Tenants.razor.cs#L87
Dereference of a possibly null reference.
build: src/apps/blazor/client/Pages/Multitenancy/Tenants.razor.cs#L85
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
build: src/apps/blazor/client/Pages/Multitenancy/Tenants.razor.cs#L50
Dereference of a possibly null reference.
build: src/apps/blazor/client/Components/Common/DialogServiceExtensions.cs#L17
'IDialogService.Show<TComponent>(string?, DialogParameters, DialogOptions?)' is obsolete: 'Use ShowAsync instead. This will be removed in future major version.'
build: src/apps/blazor/client/Components/Dialogs/Logout.razor#L31
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/apps/blazor/infrastructure/Preferences/ClientPreferenceManager.cs#L54
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.