Create dotnet.yml #1
Annotations
10 warnings
build:
BookInfoAPI/Models/Category.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Category.cs#L7
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Book.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Book.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Book.cs#L9
Non-nullable property 'ISBN' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Book.cs#L12
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Author.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Author.cs#L8
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Category.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
BookInfoAPI/Models/Category.cs#L7
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|