Skip to content

Add Books and Categories tables and forms #64

Add Books and Categories tables and forms

Add Books and Categories tables and forms #64

Triggered via pull request August 20, 2023 16:10
Status Success
Total duration 47s
Artifacts

dotnet-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)'.