Create dotnet.yml #1
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/Admin/Pages/EmailStatus.razor#L35
Possible null reference assignment.
|
build:
src/CsobNG/Admin/Pages/LoanRequestStatus.razor#L37
Possible null reference assignment.
|