Skip to content

Get database deployments working #14

Get database deployments working

Get database deployments working #14

Triggered via pull request August 18, 2024 05:09
Status Failure
Total duration 3m 2s
Artifacts

DeployDatabaseChanges.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/login@v1, actions/setup-dotnet@v3, haythem/public-ip@v1.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: api/ExpressedRealms.DB/Models/Expressions/ExpressionSection.cs#L16
Cannot convert null literal to non-nullable reference type.
build: api/ExpressedRealms.DB/Models/Expressions/ExpressionSection.cs#L18
Non-nullable property 'CharactersList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: 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.
build: 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.