Update README.md #3
Merged
Annotations
10 warnings
|
samples/BooksWebApi/Books.Domain/Book.cs#L42
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Book.cs#L42
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Book.cs#L33
Non-nullable property 'Genre' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Book.cs#L33
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Book.cs#L33
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Author.cs#L36
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Author.cs#L36
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Author.cs#L28
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Author.cs#L28
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
samples/BooksWebApi/Books.Domain/Genre.cs#L18
Non-nullable property 'GenreName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading