Skip to content
Triggered via push October 13, 2023 10:24
Status Success
Total duration 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/CsobNG/Model/LoanRequest.cs#L13
Non-nullable property 'StatusChangedLog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CsobNG/Model/Email.cs#L10
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CsobNG/Model/Email.cs#L13
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CsobNG/LoanRequestAPI/Migrations/20231012111130_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/CsobNG/LoanRequestAPI/Migrations/20231012111130_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/CsobNG/LoanRequestAPI/Services/LoanRequestService.cs#L63
Converting null literal or possible null value to non-nullable type.
build: src/CsobNG/LoanRequestAPI/Services/LoanRequestService.cs#L65
Dereference of a possibly null reference.
build: src/CsobNG/LoanRequestAPI/Services/LoanRequestService.cs#L65
Possible null reference return.
build: src/CsobNG/EmailsAPI/Services/EmailService.cs#L46
Possible null reference return.
build: src/CsobNG/Admin/Pages/Status.razor#L51
The variable 'ex' is declared but never used