[UI] Add Project core 7 #84
Annotations
11 warnings
Restore dependencies
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build:
src/Services/Discount/Discount.Grpc/Entities/Coupon.cs#L6
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Services/Discount/Discount.Grpc/Entities/Coupon.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Services/Discount/Discount.Grpc/Extensions/HostExtensions.cs#L9
Nullable value type may be null.
|
Build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L11
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L12
Non-nullable property 'AddressLine' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingBlocks/EventBus.Messages/Events/BasketCheckoutEvent.cs#L13
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading