Refactor logging to fix hang issues. #313
Triggered via pull request
September 22, 2023 23:34
Status
Success
Total duration
1m 46s
Artifacts
–
ci-build.yml
on: pull_request
build
1m 37s
build-playbackservice
34s
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/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)'
|
build-playbackservice:
tools/PlaybackService/test/PlaybackControllerTest.cs#L70
'ObsoleteMockExtensions.SetupSet<T, TProperty>(Mock<T>, Expression<Func<T, TProperty>>)' is obsolete: 'Replaced by SetupSet(Action)'
|