Skip to content

Add the StreamClassOperatorService implementation #29

Add the StreamClassOperatorService implementation

Add the StreamClassOperatorService implementation #29

Triggered via pull request April 5, 2024 14:24
Status Failure
Total duration 1m 24s
Billable time 2m
Artifacts

build.yaml

on: pull_request
Validate commit
1m 13s
Validate commit
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
Arcane.Operator.Tests.Services.StreamClassOperatorServiceTests.TestStreamAdded: test/Services/StreamClassOperatorServiceTests.cs#L80
System.InvalidOperationException : Unable to resolve service for type 'Arcane.Operator.Services.Base.IStreamClassStateRepository' while attempting to activate 'Arcane.Operator.Services.Operator.StreamClassOperatorService'.
Arcane.Operator.Tests.Services.StreamClassOperatorServiceTests.TestStreamDeleted: test/Services/StreamClassOperatorServiceTests.cs#L126
System.InvalidOperationException : Unable to resolve service for type 'Arcane.Operator.Services.Base.IStreamClassStateRepository' while attempting to activate 'Arcane.Operator.Services.Operator.StreamClassOperatorService'.
Validate commit
Process completed with exit code 1.
Validate commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: romeovs/lcov-reporter-action@v0.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Validate commit
The following actions uses node12 which is deprecated and will be forced to run on node16: romeovs/lcov-reporter-action@v0.3.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Validate commit: src/Services/Operator/StreamOperatorService.cs#L158
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '{ HasValue: true, Value: _ }' is not covered. However, a pattern with a 'when' clause might successfully match this value.
Validate commit: src/Services/Operator/StreamOperatorService.cs#L158
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '{ HasValue: true, Value: _ }' is not covered. However, a pattern with a 'when' clause might successfully match this value.
Validate commit: src/Services/Operator/StreamOperatorService.cs#L158
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '{ HasValue: true, Value: _ }' is not covered. However, a pattern with a 'when' clause might successfully match this value.