Skip to content

Merge pull request #11 from V1ck3s/refactoring #4

Merge pull request #11 from V1ck3s/refactoring

Merge pull request #11 from V1ck3s/refactoring #4

Triggered via push October 20, 2023 22:35
Status Success
Total duration 28s
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/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: Shared/GlobalValuesManager.cs#L5
Non-nullable field 'OnThemeChanged' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Pages/Settings/Account/ChangePasswordDialog.razor#L40
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: Components/Dialog/SimpleDialog.razor#L13
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Components/Dialog/SimpleDialog.razor#L15
Non-nullable property 'ContentText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Components/Dialog/SimpleDialog.razor#L17
Non-nullable property 'ButtonText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.