Fix/warnings revived #257
pullrequest.yml
on: pull_request
build
/
...
/
Build and test analog-core
1m 12s
build
/
...
/
Build ARM template
11s
SonarCloud
/
Configure and scan using SonarCloud
4m 21s
build
/
...
/
Build and push docker image
1m 5s
Annotations
1 error and 14 warnings
build / Build infrastructure / Build ARM template
Process completed with exit code 1.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L28
Dereference of a possibly null reference.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L27
Converting null literal or possible null value to non-nullable type.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Generators/Builder/BuilderGenerator.cs#L29
Possible null reference argument for parameter 'entity' in 'string BuilderGenerator.GenerateBuilderCode(INamedTypeSymbol typeSymbol, ITypeSymbol entity)'.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L28
Non-nullable property 'AssociatedProducts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/Entities/MenuItem.cs#L33
Non-nullable property 'MenuItemProducts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/Entities/Voucher.cs#L26
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/Entities/Voucher.cs#L63
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L39
Non-nullable property 'VoucherPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/DataTransferObjects/v2/Voucher/IssueVoucherRequest.cs#L46
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build / Build codebase / Build and push docker image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build / Build codebase / Build and push docker image
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build / Build codebase / Build and push docker image
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build / Build codebase / Build and push docker image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|