fixbug: config publish to azure #21
Annotations
10 warnings
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Shared/UserInformation.cs#L9
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Products/Product.cs#L9
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Orders/Order.cs#L11
Non-nullable property 'UserInformation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Orders/Order.cs#L37
Dereference of a possibly null reference.
|
publish:
src/Core/CleanArchitecture.Domain/AggregatesModels/Orders/Order.cs#L45
Converting null literal or possible null value to non-nullable type.
|
publish:
src/Core/CleanArchitecture.Application/Features/V1/Baskets/Commands/RemoveBasketProductItem/RemoveBasketProductItemCommandHandler.cs#L24
Converting null literal or possible null value to non-nullable type.
|
publish:
src/Core/CleanArchitecture.Application/Features/V1/Baskets/Commands/RemoveBasketProductItem/RemoveBasketProductItemCommandHandler.cs#L29
Converting null literal or possible null value to non-nullable type.
|
publish:
src/Core/CleanArchitecture.Application/Features/V1/Baskets/Commands/ClearBasket/ClearBasketCommandHandler.cs#L24
Converting null literal or possible null value to non-nullable type.
|