Skip to content
Triggered via push September 16, 2023 17:25
Status Success
Total duration 2m 4s
Artifacts
build-and-deploy
1m 54s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy: src/AdventureBotLib/Models/VotingCounter.cs#L9
Non-nullable property 'PriorVote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationOrchestatorStatus.cs#L8
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationOrchestatorStatus.cs#L14
Non-nullable property 'RegistrationConfirmationURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationInput.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationInput.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationInput.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationInput.cs#L17
Non-nullable property 'BaseUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserRegistrationInput.cs#L20
Non-nullable property 'InstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserProfileGameEntry.cs#L5
Non-nullable property 'userProfile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/AdventureBotLib/Models/UserProfileGameEntry.cs#L6
Non-nullable property 'gameEntry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.