Skip to content

fix: reduce allocation #63

fix: reduce allocation

fix: reduce allocation #63

Triggered via push March 18, 2025 22:21
Status Success
Total duration 51s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

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
Converting null literal or possible null value to non-nullable type.
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)