LT-6045: update workflow to publish nuget package #18
Annotations
10 warnings
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/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/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/BatchManager.cs#L182
'LogExtensions.WriteError(ILog, string, object, Exception, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Error()'
|
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/BatchManager.cs#L268
'LogExtensions.WriteWarning(ILog, string, object, string, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Warning()'
|
Build:
src/Lykke.Cqrs/BatchManager.cs#L282
'LogExtensions.WriteError(ILog, string, object, Exception, DateTime?)' is obsolete: 'Use overloads of the new extension methods: Error()'
|
Build:
src/Lykke.Cqrs/BatchManager.cs#L337
'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
|
Loading