Skip to content

Update README.md

Update README.md #3

Triggered via push September 15, 2023 01:53
Status Success
Total duration 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BookLending/Models/LendingModel.cs#L10
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L13
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L16
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/Controllers/LendingController.cs#L38
Converting null literal or possible null value to non-nullable type.
build: BookLending/Controllers/LendingController.cs#L56
Converting null literal or possible null value to non-nullable type.
build: BookLending/Models/LendingModel.cs#L10
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L13
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BookLending/Models/LendingModel.cs#L16
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.