Skip to content

Merge pull request #10 from V1ck3s/ci-build #2

Merge pull request #10 from V1ck3s/ci-build

Merge pull request #10 from V1ck3s/ci-build #2

Triggered via push October 19, 2023 20:06
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Shared/MainLayout.razor#L6
Found markup element with unexpected name 'Authorized'. If this is intended to be a component, add a @using directive for its namespace.
build: _Imports.razor#L12
The using directive for 'Microsoft.AspNetCore.Components.Authorization' appeared previously in this namespace
build: _Imports.razor#L13
The using directive for 'Microsoft.AspNetCore.Authorization' appeared previously in this namespace
build: Shared/RedirectToLogin.razor#L6
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: Shared/GlobalValuesManager.cs#L5
Non-nullable field 'OnThemeChanged' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Shared/MainLayout.razor#L36
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: Pages/Settings/Account/ChangePasswordDialog.razor#L45
Dereference of a possibly null reference.
build: Pages/Settings/Account/ChangePasswordDialog.razor#L47
Converting null literal or possible null value to non-nullable type.
build: Pages/Settings/Account/ChangePasswordDialog.razor#L48
Possible null reference argument for parameter 'id' in 'Task<Account> AccountManager.GetAccount(string id)'.
build: Pages/Settings/Account/ChangePasswordDialog.razor#L62
Dereference of a possibly null reference.