Merge pull request #12 from DilmurodDeveloper/users/DilmurodDeveloper… #4
Annotations
8 warnings
|
Build:
LibraryManagement.Api/Brokers/Storages/StorageBroker.cs#L24
Converting null literal or possible null value to non-nullable type.
|
|
Build:
LibraryManagement.Api/Models/Foundations/Books/Book.cs#L14
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#L13
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#L12
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/Brokers/Storages/StorageBroker.cs#L24
Converting null literal or possible null value to non-nullable type.
|
|
Build:
LibraryManagement.Api/Models/Foundations/Books/Book.cs#L14
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#L13
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#L12
Non-nullable property 'BookTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|