Merge pull request #43 from DilmurodDeveloper/users/DilmurodDeveloper… #36
Annotations
10 warnings
|
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.
|
|
Build:
LibraryManagement.Api/Brokers/Storages/StorageBroker.cs#L58
Converting null literal or possible null value to non-nullable type.
|
|
Build:
LibraryManagement.Api/Brokers/Storages/StorageBroker.cs#L49
Possible null reference argument for parameter 'entity' in 'EntityEntry DbContext.Entry(object entity)'.
|
|
Build:
LibraryManagement.Api/Brokers/Storages/StorageBroker.cs#L40
Possible null reference argument for parameter 'entity' in 'EntityEntry DbContext.Entry(object entity)'.
|
|
Build:
LibraryManagement.Api/Brokers/Storages/StorageBroker.cs#L24
Possible null reference argument for parameter 'entity' in 'EntityEntry DbContext.Entry(object entity)'.
|
|
Build:
LibraryManagement.Api/Brokers/Storages/StorageBroker.Book.cs#L31
Possible null reference return.
|