Skip to content

Update queue mode

Update queue mode #1

Triggered via pull request February 25, 2025 15:55
Status Success
Total duration 2m 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ReflectionEventing/EventBusBuilderExtensions.cs#L86
'consumerType' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'ReflectionEventing.EventBusBuilder.AddConsumer(Type)'. The return value of method 'System.Collections.Generic.IEnumerator<T>.Current.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ReflectionEventing/EventBusBuilderExtensions.cs#L26
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
build: src/ReflectionEventing/EventBus.cs#L84
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
build: src/ReflectionEventing/EventBus.cs#L46
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
build: src/ReflectionEventing/EventBusBuilderExtensions.cs#L86
'consumerType' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'ReflectionEventing.EventBusBuilder.AddConsumer(Type)'. The return value of method 'System.Collections.Generic.IEnumerator<T>.Current.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ReflectionEventing/EventBusBuilderExtensions.cs#L86
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
build: src/ReflectionEventing.Ninject/NinjectEventBusBuilder.cs#L16
'DynamicallyAccessedMemberTypes' in 'DynamicallyAccessedMembersAttribute' on the parameter 'consumerType' of method 'ReflectionEventing.Ninject.NinjectEventBusBuilder.AddConsumer(Type)' don't match overridden parameter 'consumerType' of method 'ReflectionEventing.EventBusBuilder.AddConsumer(Type)'. All overridden members must have the same 'DynamicallyAccessedMembersAttribute' usage.
build: src/ReflectionEventing.Ninject/NinjectEventBusBuilder.cs#L23
'consumerType' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'ReflectionEventing.EventBusBuilder.AddConsumer(Type)'. The parameter 'consumerType' of method 'ReflectionEventing.Ninject.NinjectEventBusBuilder.AddConsumer(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: src/ReflectionEventing.Unity/UnityEventBusBuilder.cs#L13
Parameter 'container' is unread.
build: tests/ReflectionEventing.UnitTests/EventBusBuilderTests.cs#L18
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)