Create dotnet.yml #1
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.
|