Skip to content

Feature

Feature #4

Triggered via pull request July 20, 2024 11:56
Status Success
Total duration 39s
Artifacts

feature.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
EG.Backend
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.Backend: Common.Sagas/SagaException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
EG.Backend: Common.Commands/Exceptions/UnknownErrorCommandException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
EG.Backend: Common.Commands/Exceptions/OperationCancelledCommandException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
EG.Backend: Common.Commands/Exceptions/NoSuchItemCommandException.cs#L15
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
EG.Backend: Common.Commands/Exceptions/InvalidArgumentCommandException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
EG.Backend: DocumentDomain/Contracts/ApplicationInput.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Backend: DocumentDomain/Contracts/ApplicationInput.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Backend: DocumentDomain/Operations/Sagas/UpdateDocumentSagaContext.cs#L12
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Backend: DocumentDomain/Contracts/ApplicationContract.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
EG.Backend: DocumentDomain/Contracts/ApplicationContract.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.