Skip to content

Get database deployments working #22

Get database deployments working

Get database deployments working #22

Re-run triggered September 4, 2024 06:28
Status Failure
Total duration 3m 19s
Artifacts

DeployDatabaseChanges.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 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: api/ExpressedRealms.Email/TestEmail/TestEmail.cs#L13
Possible null reference argument for parameter 'ToField' in 'EmailData.EmailData(string ToField, string Subject, string PlainTextBody, string HtmlBody)'.
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/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.
build: 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.