updated getdefinitionsbytag pageSize #68
azure-functions-app-dotnet.yml
on: push
build-and-deploy
1m 19s
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.
|