Skip to content

Feature

Feature #8

Triggered via pull request September 13, 2024 11:50
Status Success
Total duration 50s
Artifacts

feature.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
EG.Backend
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/
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: Common.Scenario/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: DocumentDomain/Operations/Scenarios/AddDocumentHavePayloadScenarioContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void AddDocumentHavePayloadScenarioContext.Payload.set' doesn't match implicitly implemented member 'void IHavePayloadScenarioContext<DocumentInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/UpdateDocumentHavePayloadScenarioContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void UpdateDocumentHavePayloadScenarioContext.Payload.set' doesn't match implicitly implemented member 'void IHavePayloadScenarioContext<DocumentInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/NewRelationHavePayloadScenarioContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void NewRelationHavePayloadScenarioContext.Payload.set' doesn't match implicitly implemented member 'void IHavePayloadScenarioContext<RelationInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/EditRelationHavePayloadScenarioContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void EditRelationHavePayloadScenarioContext.Payload.set' doesn't match implicitly implemented member 'void IHavePayloadScenarioContext<RelationInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/UpdateDocumentSaga.cs#L22
Parameter 'logger' is unread.