Skip to content

Add listeners monitoring #17

Add listeners monitoring

Add listeners monitoring #17

Triggered via pull request September 18, 2024 09:22
Status Success
Total duration 1m 9s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Lykke.RabbitMqBroker/Deduplication/HashHelper.cs#L13
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: src/Lykke.RabbitMqBroker/Publisher/RawMessagePublisher.cs#L36
'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.RabbitMqBroker/Subscriber/Middleware/Telemetry/TelemetryMiddleware.cs#L13
'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.RabbitMqBroker/Restored/QueueingBasicConsumer.cs#L9
XML comment has cref attribute 'SharedQueue' that could not be resolved
build: src/Lykke.RabbitMqBroker/Restored/QueueingBasicConsumer.cs#L57
XML comment has cref attribute 'SharedQueue' that could not be resolved
build: src/Lykke.RabbitMqBroker/Restored/QueueingBasicConsumer.cs#L65
XML comment has cref attribute 'SharedQueue' that could not be resolved
build: src/Lykke.RabbitMqBroker/Restored/QueueingBasicConsumer.cs#L82
XML comment has cref attribute 'SharedQueue' that could not be resolved
build: src/Lykke.RabbitMqBroker/Restored/QueueingBasicConsumer.cs#L115
XML comment has cref attribute 'SharedQueue' that could not be resolved
build: src/LogParser/Program.cs#L38
Possible null reference argument for parameter 'parameters' in 'Publisher ActivatorUtilities.CreateInstance<Publisher>(IServiceProvider provider, params object[] parameters)'.
build: tests/Lykke.RabbitMqBroker.Tests/ImmediatePublisherTests/FakeConnection.cs#L46
The event 'FakeConnection.ConnectionBlocked' is never used