chore(deps): centralize ME versioning #6
Annotations
10 warnings
src/Rebus.Correlate/DependencyResolverAdapter.cs#L46
Make 'DependencyResolverAdapter' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'Rebus.Injection.IResolutionContext.Has' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
src/Rebus.Correlate/DependencyResolverAdapter.cs#L46
Make 'DependencyResolverAdapter' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'Rebus.Injection.IResolutionContext.Has' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
src/Rebus.Correlate/DependencyResolverAdapter.cs#L46
Make 'DependencyResolverAdapter' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'Rebus.Injection.IResolutionContext.Has' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L15
Converting null literal or possible null value to non-nullable type.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L17
Possible null reference argument for parameter 'configurer' in 'OptionsConfigurer CorrelateConfigurationExtensions.EnableCorrelate(OptionsConfigurer configurer, IServiceProvider serviceProvider)'.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L48
Converting null literal or possible null value to non-nullable type.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L50
Possible null reference argument for parameter 'configurer' in 'OptionsConfigurer CorrelateConfigurationExtensions.EnableCorrelate(OptionsConfigurer configurer, ILoggerFactory loggerFactory)'.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L81
Converting null literal or possible null value to non-nullable type.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L83
Possible null reference argument for parameter 'configurer' in 'OptionsConfigurer CorrelateConfigurationExtensions.EnableCorrelate(OptionsConfigurer configurer, DependencyResolverAdapter dependencyResolverAdapter)'.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L94
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading