Skip to content

Expressed realms 162 Add Auditing to Expressions #158

Expressed realms 162 Add Auditing to Expressions

Expressed realms 162 Add Auditing to Expressions #158

Triggered via pull request October 26, 2024 05:59
Status Success
Total duration 30s
Artifacts

APIBuild.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
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.Repositories.Shared/Helpers/EnumHelpers.cs#L15
Unboxing a possibly null value.
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.