Skip to content

feat: Add GitHub Actions workflow for publishing and deploying the ap… #1

feat: Add GitHub Actions workflow for publishing and deploying the ap…

feat: Add GitHub Actions workflow for publishing and deploying the ap… #1

Triggered via push July 29, 2024 21:00
Status Failure
Total duration 48s
Artifacts

publish.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
main
Process completed with exit code 1.
main: src/Domain/CampaignCodeSettings.cs#L5
Non-nullable property 'Characters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main: src/Application/Requests/GenerateCodeRequest.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main: src/Application/Requests/GenerateCodeRequest.cs#L10
Non-nullable property 'Salt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main: src/Application/Requests/ValidateCodeRequest.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main: src/Application/Requests/ValidateCodeRequest.cs#L10
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main: src/Application/Requests/ValidateCodeRequest.cs#L12
Non-nullable property 'Salt' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
main: src/Application/Services/CodeGenerator.cs#L30
Converting null literal or possible null value to non-nullable type.
main: src/Application/Services/CodeGenerator.cs#L85
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
main: GenerateCampaignCode.Tests/Services/CodeGeneratorTests.cs#L50
Possible null reference assignment.
main: GenerateCampaignCode.Tests/Services/CodeGeneratorTests.cs#L18
Non-nullable field '_codeGenerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.