Update Purchase API v2 #165
Annotations
1 error and 12 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L28
Dereference of a possibly null reference.
|
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L27
Converting null literal or possible null value to non-nullable type.
|
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L29
Possible null reference argument for parameter 'entity' in 'string BuilderGenerator.GenerateBuilderCode(INamedTypeSymbol typeSymbol, ITypeSymbol entity)'.
|
coffeecard/CoffeeCard.Common/Errors/ApiException.cs#L26
Member 'ApiException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'ApiException.GetObjectData(SerializationInfo, StreamingContext)'.
|
coffeecard/CoffeeCard.Common/Errors/ApiException.cs#L21
'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)
|
coffeecard/CoffeeCard.Common/Errors/ApiException.cs#L28
'Exception.GetObjectData(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)
|
coffeecard/CoffeeCard.Models/Entities/PosPurchase.cs#L13
Non-nullable property 'Purchase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/PosPurchase.cs#L15
Non-nullable property 'BaristaInitials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/ProductUserGroup.cs#L7
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
coffeecard/CoffeeCard.Models/Entities/MenuItemProduct.cs#L16
Non-nullable property 'MenuItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "arm".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading