feat(core)!: Improve DI robustness by removing unsafe casts #42
Annotations
3 warnings
|
tests/DispatchR.IntegrationTest/NotificationTests.cs#L77
'IMediator.Publish(object, CancellationToken)' is obsolete: 'This method has performance issues. Use only if strictly necessary'
|
|
tests/DispatchR.TestCommon/Fixtures/StreamRequest/GenericPipelineBehavior.cs#L17
Non-nullable property 'NextPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests/DispatchR.TestCommon/Fixtures/StreamRequest/GenericPipelineBehavior.cs#L9
Async-iterator 'GenericPipelineBehavior<TRequest, TResponse>.Handle(TRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
The logs for this run have expired and are no longer available.
Loading