Add Books and Categories tables and forms #64
Annotations
6 warnings
build:
Server/src/Server.Application/ViewModels/PublisherViewModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Server/src/Server.Application/ViewModels/BookCategoryViewModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Server/src/Server.Application/Command/Handlers/AddBookHandler.cs#L33
Possible null reference argument for parameter 'publisher' in 'Book Book.Create(Guid id, string isbn, string title, int yearPublished, string? coverLink, Publisher publisher, List<Author> authors, List<BookCategory> categories)'.
|
build:
Server/src/Server.Application/ViewModels/PublisherViewModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Server/src/Server.Application/ViewModels/BookCategoryViewModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Server/src/Server.Application/Command/Handlers/AddBookHandler.cs#L33
Possible null reference argument for parameter 'publisher' in 'Book Book.Create(Guid id, string isbn, string title, int yearPublished, string? coverLink, Publisher publisher, List<Author> authors, List<BookCategory> categories)'.
|