ci: update CI/workflow (#18) #1
Annotations
1 error and 10 warnings
|
src/Rebus.Correlate/DependencyResolverAdapter.cs#L47
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#L47
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#L47
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/DependencyResolverAdapterTests.cs#L16
Dereference of a possibly null reference.
|
test/Rebus.Correlate.Tests/DependencyResolverAdapterTests.cs#L14
Non-nullable field '_optionalResolve' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test/Rebus.Correlate.Tests/Extensions/LoggingExtensions.cs#L21
Non-nullable field '_testLogger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test/Rebus.Correlate.Tests/Fixtures/RebusFixture.cs#L17
Non-nullable field '_busStarter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L18
Converting null literal or possible null value to non-nullable type.
|
test/Rebus.Correlate.Tests/CorrelateConfigurationExtensionsTests.cs#L20
Possible null reference argument for parameter 'configurer' in 'OptionsConfigurer CorrelateConfigurationExtensions.EnableCorrelate(OptionsConfigurer configurer, IServiceProvider serviceProvider)'.
|
test/Rebus.Correlate.Tests/DependencyResolverAdapterTests.cs#L22
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading