Bump Azure.Extensions.AspNetCore.Configuration.Secrets from 1.2.1 to 1.4.0 #5
Annotations
1 error and 10 warnings
|
Test with dotnet
Process completed with exit code 1.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L13
Non-nullable property 'BuyerID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L11
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Exceptions/EmptyBasketOnCheckoutException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build with dotnet:
src/ApplicationCore/Entities/ReserveItem.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L18
Non-nullable property 'items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L14
Non-nullable property 'ShipToAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L13
Non-nullable property 'BuyerID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Entities/Deliveryitem.cs#L11
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/ApplicationCore/Exceptions/EmptyBasketOnCheckoutException.cs#L12
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build with dotnet:
src/ApplicationCore/Entities/ReserveItem.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading