Skip to content

Merge pull request #190 from learntocloud/adding-tests #65

Merge pull request #190 from learntocloud/adding-tests

Merge pull request #190 from learntocloud/adding-tests #65

Triggered via push February 25, 2024 12:09
Status Failure
Total duration 1m 19s
Artifacts
build-and-deploy
1m 9s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'LearnMoreUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Repositories/DefintionOfTheDayRepository.cs#L31
Converting null literal or possible null value to non-nullable type.
build-and-deploy: src/Repositories/DefintionOfTheDayRepository.cs#L35
Converting null literal or possible null value to non-nullable type.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Definition.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.