Project Phoenix π¦βπ₯ #98
Annotations
10 warnings
build:
src/apps/blazor/client/Pages/Multitenancy/Tenants.razor#L41
Possible null reference argument for parameter 'id' in 'Task Tenants.DeactivateTenantAsync(string id)'.
|
build:
src/apps/blazor/client/Pages/Multitenancy/Tenants.razor#L37
Possible null reference argument for parameter 'id' in 'Task Tenants.ActivateTenantAsync(string id)'.
|
build:
src/apps/blazor/client/Pages/Multitenancy/Tenants.razor#L30
Possible null reference argument for parameter 'id' in 'void Tenants.ViewTenantDetails(string id)'.
|
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/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/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.
|