Skip to content

Update azure-functions-app-dotnet.yml #64

Update azure-functions-app-dotnet.yml

Update azure-functions-app-dotnet.yml #64

Triggered via push January 14, 2024 16:11
Status Success
Total duration 1m 18s
Artifacts
build-and-deploy
1m 9s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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.