Skip to content

Fix/warnings revived #256

Fix/warnings revived

Fix/warnings revived #256

Triggered via pull request December 24, 2024 11:59
Status Failure
Total duration 6m 3s
Artifacts

pullrequest.yml

on: pull_request
build  /  ...  /  Build and test analog-core
1m 14s
build / Build codebase / Build and test analog-core
build  /  ...  /  Build ARM template
28s
build / Build infrastructure / Build ARM template
SonarCloud  /  Configure and scan using SonarCloud
5m 51s
SonarCloud / Configure and scan using SonarCloud
build  /  ...  /  Build and push docker image
0s
build / Build codebase / Build and push docker image
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build / Build infrastructure / Build ARM template
Process completed with exit code 1.
build / Build codebase / Build and test analog-core
Process completed with exit code 2.
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/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.
build / Build codebase / Build and test analog-core: 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.
build / Build codebase / Build and test analog-core: 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.
build / Build codebase / Build and test analog-core: coffeecard/CoffeeCard.Models/Entities/MenuItemProduct.cs#L26
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.