Update README.md #5
Annotations
10 warnings
BookLending/Models/LendingModel.cs#L10
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Models/LendingModel.cs#L13
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Models/LendingModel.cs#L16
Non-nullable property 'BookLend' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Data/ApplicationDbContext.cs#L9
Non-nullable property 'Lending' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Controllers/LendingController.cs#L38
Converting null literal or possible null value to non-nullable type.
|
BookLending/Controllers/LendingController.cs#L56
Converting null literal or possible null value to non-nullable type.
|
BookLending/Models/LendingModel.cs#L10
Non-nullable property 'Receiver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Models/LendingModel.cs#L13
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Models/LendingModel.cs#L16
Non-nullable property 'BookLend' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BookLending/Data/ApplicationDbContext.cs#L9
Non-nullable property 'Lending' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading