Skip to content

Implementing (kinda) proper error handling #35

Implementing (kinda) proper error handling

Implementing (kinda) proper error handling #35

Triggered via push May 8, 2024 15:57
Status Success
Total duration 2m 10s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: MPM-Betting.Services/Data/FootballApi.cs#L10
Parameter 'logger' is unread.
build-and-test: MPM-Betting.Services/Data/FootballApi.cs#L10
Parameter 'logger' is unread.
build-and-test: MPM-Betting.Blazor/Components/Account/Pages/_Imports.razor#L2
The using directive for 'MPM_Betting.Blazor.Components.Account.Shared' appeared previously in this namespace
build-and-test: MPM-Betting.Blazor/Components/Account/Pages/RegisterConfirmation.razor#L36
Field 'RegisterConfirmation.m_EmailConfirmationLink' is never assigned to, and will always have its default value null
build-and-test: MPM-Betting.Blazor/Components/Account/Pages/_Imports.razor#L2
The using directive for 'MPM_Betting.Blazor.Components.Account.Shared' appeared previously in this namespace
build-and-test: MPM-Betting.Blazor/Components/Account/Pages/RegisterConfirmation.razor#L36
Field 'RegisterConfirmation.m_EmailConfirmationLink' is never assigned to, and will always have its default value null
build-and-test: MPM-Betting.DbManager/Migrations/20240430170747_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-and-test: MPM-Betting.DbManager/Migrations/20240430170747_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-and-test: MPM-Betting.DbManager/DbInitializer.cs#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-and-test: MPM-Betting.DbManager/Migrations/20240430170747_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.