Get database deployments working #15
Annotations
2 errors and 11 warnings
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/login@v1, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
api/ExpressedRealms.DB/Models/Statistics/StatType.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Statistics/StatType.cs#L7
Non-nullable property 'ShortName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Statistics/StatType.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Statistics/StatDescriptionMapping.cs#L7
Non-nullable property 'ReasonableExpectation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Statistics/StatDescriptionMapping.cs#L9
Non-nullable property 'StatLevel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Statistics/StatDescriptionMapping.cs#L10
Non-nullable property 'StatType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Skills/SkillLevelBenefit.cs#L10
Non-nullable property 'SkillType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Skills/SkillLevelBenefit.cs#L11
Non-nullable property 'SkillLevel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Skills/SkillLevelBenefit.cs#L12
Non-nullable property 'ModifierType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
api/ExpressedRealms.DB/Models/Expressions/ExpressionSection.cs#L16
Cannot convert null literal to non-nullable reference type.
|
This job failed
Loading