Skip to content

Feature

Feature #14

Triggered via pull request July 20, 2024 16:18
Status Success
Total duration 35s
Artifacts

feature.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
EG.Commons
The following actions uses Node.js version which is deprecated 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/
EG.Commons: BusinessLogic.Contracts/ApplicationResult.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/ApplicationResult.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/ApplicationInput.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/ApplicationInput.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/DocumentGroupResult.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/DocumentGroupResult.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/DocumentResult.cs#L10
Non-nullable property 'DocumentStructure' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/DocumentStructureResult.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/DocumentStructureResult.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Commons: BusinessLogic.Contracts/DocumentStructureResult.cs#L8
Non-nullable property 'StructureNode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.