bug #2
Annotations
3 errors and 10 warnings
build
There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.
|
build
There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.
|
build
Process completed with exit code 1.
|
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/Admin/Pages/EmailStatus.razor#L35
Possible null reference assignment.
|
build:
src/CsobNG/Admin/Pages/Status.razor#L51
The variable 'ex' is declared but never used
|