Update Directory.Build.props #22
Annotations
18 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget-packages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: microsoft/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
|
|
|
|
|
|
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.
|
src/ReflectionEventing.Autofac/AutofacEventBusBuilder.cs#L13
Parameter 'builder' is unread.
|
src/ReflectionEventing.Unity/UnityEventBusBuilder.cs#L13
Parameter 'container' is unread.
|
|
|
|
|
|
|
This job succeeded
Loading