Update dependency NServiceBus.Extensions.Logging to 4.1.0 #569
Annotations
5 errors and 1 notice
|
Windows
Process completed with exit code 1.
|
|
Windows:
src/Shared/LoggingUtils.cs#L27
'LogManager.UseFactory(ILoggerFactory)' is obsolete: 'Configure logging through Microsoft.Extensions.Logging instead. Will be treated as an error from version 11.0.0. Will be removed in version 12.0.0.'
|
|
Windows:
src/Shared/LoggingUtils.cs#L27
'ExtensionsLoggerFactory' is obsolete: 'NServiceBus now natively uses Microsoft.Extensions.Logging, so the NServiceBus.Extensions.Logging package is no longer required. When using 'AddNServiceBusEndpoint', configure logging on the host builder. For self-hosting with 'Endpoint.Start', use 'RegisterComponents(s => s.AddLogging(builder => builder.AddNLog() / builder.AddSerilog() / etc.))' instead. 'RegisterComponents' is also deprecated, but CS0618 may be suppressed as a migration step until all service registrations are moved to a host-managed service collection. Will be treated as an error from version 5.0.0. Will be removed in version 6.0.0.'
|
|
Windows:
src/Shared/LoggingUtils.cs#L27
'LogManager.UseFactory(ILoggerFactory)' is obsolete: 'Configure logging through Microsoft.Extensions.Logging instead. Will be treated as an error from version 11.0.0. Will be removed in version 12.0.0.'
|
|
Windows:
src/Shared/LoggingUtils.cs#L27
'ExtensionsLoggerFactory' is obsolete: 'NServiceBus now natively uses Microsoft.Extensions.Logging, so the NServiceBus.Extensions.Logging package is no longer required. When using 'AddNServiceBusEndpoint', configure logging on the host builder. For self-hosting with 'Endpoint.Start', use 'RegisterComponents(s => s.AddLogging(builder => builder.AddNLog() / builder.AddSerilog() / etc.))' instead. 'RegisterComponents' is also deprecated, but CS0618 may be suppressed as a migration step until all service registrations are moved to a host-managed service collection. Will be treated as an error from version 5.0.0. Will be removed in version 6.0.0.'
|
|
Windows
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|