Cleanup code and make it more performant #290
Triggered via pull request
September 11, 2023 17:10
Status
Success
Total duration
2m 22s
Artifacts
–
ci-build.yml
on: pull_request
build
2m 10s
build-playbackservice
31s
Annotations
6 warnings
build-playbackservice
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-playbackservice:
tools/PlaybackService/src/Controllers/KeyDeliverController.cs#L116
Possible null reference argument for parameter 'k' in 'string KeyDeliverController.ToDashKeyOrKeyId(string k)'.
|
build-playbackservice:
tools/PlaybackService/test/PlaybackControllerTest.cs#L29
'ObsoleteMockExtensions.SetupSet<T, TProperty>(Mock<T>, Expression<Func<T, TProperty>>)' is obsolete: 'Replaced by SetupSet(Action)'
|
build-playbackservice:
tools/PlaybackService/test/PlaybackControllerTest.cs#L70
'ObsoleteMockExtensions.SetupSet<T, TProperty>(Mock<T>, Expression<Func<T, TProperty>>)' is obsolete: 'Replaced by SetupSet(Action)'
|
build-playbackservice:
tools/PlaybackService/test/KeyDeliverControllerTest.cs#L34
'ObsoleteMockExtensions.SetupSet<T, TProperty>(Mock<T>, Expression<Func<T, TProperty>>)' is obsolete: 'Replaced by SetupSet(Action)'
|
build-playbackservice:
tools/PlaybackService/test/KeyDeliverControllerTest.cs#L35
'ObsoleteMockExtensions.SetupSet<T, TProperty>(Mock<T>, Expression<Func<T, TProperty>>)' is obsolete: 'Replaced by SetupSet(Action)'
|