fix: reduce allocation #63
Annotations
10 warnings
test:
src/Mediator.DependencyInjection/PublisherBase.cs#L87
Converting null literal or possible null value to non-nullable type.
|
test:
src/Mediator.DependencyInjection/Wrappers/NotificationWrapper.cs#L22
Possible null reference return.
|
test:
src/Mediator.DependencyInjection/Wrappers/NotificationWrapper.cs#L22
Converting null literal or possible null value to non-nullable type.
|
test:
src/Mediator.DependencyInjection/Wrappers/RequestResponseWrapper.cs#L62
Possible null reference return.
|
test:
src/Mediator.DependencyInjection/Wrappers/RequestResponseWrapper.cs#L62
Converting null literal or possible null value to non-nullable type.
|
test:
src/Mediator.DependencyInjection/Wrappers/RequestResponseWrapper.cs#L45
Possible null reference return.
|
test:
src/Mediator.DependencyInjection/Wrappers/RequestResponseWrapper.cs#L45
Converting null literal or possible null value to non-nullable type.
|
test:
src/Mediator.DependencyInjection/Wrappers/StreamRequestWrapper.cs#L43
Possible null reference return.
|
test:
src/Mediator.DependencyInjection/Wrappers/StreamRequestWrapper.cs#L43
Converting null literal or possible null value to non-nullable type.
|
test:
src/Mediator/Exceptions/HandlerNotFoundException.cs#L12
'InvalidOperationException.InvalidOperationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|