Skip to content

Feature

Feature #12

Triggered via pull request May 11, 2024 12:08
Status Success
Total duration 33s
Artifacts

feature.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
EG.Commons
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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.
EG.Commons: BusinessLogic.Contracts/DocumentTypeResult.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/DocumentTypeResult.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.