Update flexdeploy.yaml #2
Annotations
10 warnings
Resolve Project Dependencies Using Dotnet:
src/Repositories/DefintionOfTheDayRepository.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Resolve Project Dependencies Using Dotnet:
src/Repositories/DefintionOfTheDayRepository.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Project.cs#L7
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Project.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Definition.cs#L8
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Definition.cs#L8
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Definition.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Definition.cs#L8
Non-nullable property 'LearnMoreUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Definition.cs#L8
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/Shared/Definition.cs#L8
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading