Skip to content

Merge pull request #192 from learntocloud/adding-tests #67

Merge pull request #192 from learntocloud/adding-tests

Merge pull request #192 from learntocloud/adding-tests #67

Triggered via push February 27, 2024 12:43
Status Success
Total duration 1m 41s
Artifacts
build-and-deploy
1m 30s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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, Azure/functions-action@v1. 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/Project.cs#L7
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Shared/Project.cs#L7
Non-nullable property 'Description' 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 '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.