Update dotnet.yml #3
Annotations
10 warnings
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/SupplyItem.cs#L11
Non-nullable property 'Supply' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/SupplyItem.cs#L14
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/Supply.cs#L25
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/Supplier.cs#L15
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/Supplier.cs#L15
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/Supplier.cs#L15
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/Supplier.cs#L15
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/SaleItem.cs#L12
Non-nullable property 'Sale' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/SaleItem.cs#L15
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Reverse-Analytics/ReverseAnalytics.Domain/Entities/Customer.cs#L17
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading