Skip to content

Get database deployments working #23

Get database deployments working

Get database deployments working #23

Re-run triggered September 6, 2024 04:28
Status Failure
Total duration 1m 31s
Artifacts

DeployDatabaseChanges.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
build
Process completed with exit code 1.
build
AADSTS700213: No matching federated identity record found for presented assertion subject 'repo:Society-In-Shadow/ExpressedRealms:pull_request'. Please note that the matching is done using a case-sensitive comparison. Check your federated identity credential Subject, Audience and Issuer against the presented assertion. https://learn.microsoft.com/entra/workload-id/workload-identity-federation Trace ID: 524c2bf2-bc4a-47ef-97f1-79b281f14000 Correlation ID: 4e29c1ac-0c1b-4741-8a20-04c35c7b4556 Timestamp: 2024-09-06 04:29:34Z
build
Interactive authentication is needed. Please run: az login
build
Login failed with Error: The process '/usr/bin/az' failed with exit code 1. Double check if the 'auth-type' is correct. Refer to https://github.com/Azure/login#readme for more information.
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/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.