Skip to content

MODEL: Add ReaderBook #7

MODEL: Add ReaderBook

MODEL: Add ReaderBook #7

Triggered via pull request July 19, 2025 20:04
Status Success
Total duration 2m 29s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: LibraryManagement.Api/Brokers/Storages/StorageBroker.cs#L25
Converting null literal or possible null value to non-nullable type.
Build: LibraryManagement.Api/Models/Foundations/Books/Book.cs#L17
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/Books/Book.cs#L16
Non-nullable property 'Genre' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/Books/Book.cs#L15
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/Books/Book.cs#L14
Non-nullable property 'BookTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/ReaderBooks/ReaderBook.cs#L14
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/ReaderBooks/ReaderBook.cs#L13
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/Readers/Reader.cs#L16
Non-nullable property 'Books' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/Readers/Reader.cs#L14
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: LibraryManagement.Api/Models/Foundations/Readers/Reader.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.