Update queue mode #1
reflection-events-pr-validator.yaml
on: pull_request
build
2m 12s
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)
|