Login with magic link #260
pullrequest.yml
on: pull_request
build
/
...
/
Build and test analog-core
1m 39s
build
/
...
/
Build ARM template
30s
SonarCloud
/
Configure and scan using SonarCloud
6m 43s
build
/
...
/
Build and push docker image
1m 1s
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.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)'.
|
build / Build codebase / Build and test analog-core:
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)
|
build / Build codebase / Build and test analog-core:
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)
|
build / Build codebase / Build and test analog-core:
coffeecard/CoffeeCard.Models/DataTransferObjects/CoffeeCard/CoffeeCard.cs#L31
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/LoginAttempt.cs#L10
Non-nullable property 'User' 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/Product/UpdateProductRequest.cs#L38
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/DataTransferObjects/v2/Product/UpdateProductRequest.cs#L47
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/
|