Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push September 14, 2023 20:07
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build: BookLending/Models/LendingModel.cs#L6
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L7
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L8
Non-nullable property 'BookLend' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Data/ApplicationDbContext.cs#L9
Non-nullable property 'Lending' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L6
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L7
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L8
Non-nullable property 'BookLend' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Data/ApplicationDbContext.cs#L9
Non-nullable property 'Lending' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.