Skip to content

Feature

Feature #5

Triggered via pull request July 27, 2024 16:25
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 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.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.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: DocumentDomain/Operations/Scenarios/AddDocumentSagaContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void AddDocumentSagaContext.Payload.set' doesn't match implicitly implemented member 'void ISagaContextWithPayload<DocumentInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/EditRelationSagaContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void EditRelationSagaContext.Payload.set' doesn't match implicitly implemented member 'void ISagaContextWithPayload<RelationInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/NewRelationSagaContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void NewRelationSagaContext.Payload.set' doesn't match implicitly implemented member 'void ISagaContextWithPayload<RelationInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/UpdateDocumentSagaContext.cs#L8
Nullability of reference types in type of parameter 'value' of 'void UpdateDocumentSagaContext.Payload.set' doesn't match implicitly implemented member 'void ISagaContextWithPayload<DocumentInput>.Payload.set' (possibly because of nullability attributes).
EG.Backend: DocumentDomain/Operations/Scenarios/UpdateDocumentSagaContext.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.