Skip to content

test(LT-5584): fix unit test ListenSameCommandOnDifferentEndpointsTest #5

test(LT-5584): fix unit test ListenSameCommandOnDifferentEndpointsTest

test(LT-5584): fix unit test ListenSameCommandOnDifferentEndpointsTest #5

Triggered via pull request September 30, 2024 14:35
Status Failure
Total duration 1m 41s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Lykke.Cqrs/Utils/TelemetryHelper.cs#L10
'TelemetryClient.TelemetryClient()' is obsolete: 'We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details'
build: src/Lykke.Cqrs/Utils/QueuedTaskScheduler.cs#L231
'Thread.ResetAbort()' is obsolete: 'Thread.ResetAbort is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0006)
build: src/Lykke.Cqrs/Middleware/Logging/DefaultEventLogger.cs#L32
'LogExtensions.WriteInfo(ILog, string, object, string, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Info()'
build: src/Lykke.Cqrs/Middleware/Logging/DefaultCommandLogger.cs#L32
'LogExtensions.WriteInfo(ILog, string, object, string, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Info()'
build: src/Lykke.Cqrs/CqrsEngine.cs#L188
'CommandDispatcher.CommandDispatcher(ILog, string, CommandInterceptorsQueue, long)' is obsolete
build: src/Lykke.Cqrs/CqrsEngine.cs#L202
'EventDispatcher.EventDispatcher(ILog, string, EventInterceptorsQueue)' is obsolete
build: src/Lykke.Cqrs/BatchManager.cs#L182
'LogExtensions.WriteError(ILog, string, object, Exception, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Error()'
build: src/Lykke.Cqrs/EventDispatcher.cs#L151
'BatchManager.BatchManager(ILog, long, EventInterceptorsQueue, int, long, Func<object>, Action<object>)' is obsolete
build: src/Lykke.Cqrs/BatchManager.cs#L227
'LogExtensions.WriteError(ILog, string, object, Exception, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Error()'
build: src/Lykke.Cqrs/CqrsEngine.cs#L397
'LogExtensions.WriteInfo(ILog, string, object, string, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Info()'