DispatchR
Fast, zero-alloc alternative to MediatR for .NET – minimal, blazing fast, and DI-friendly.
File Explorer
Download Latest Version (.zip)- build-release.yml
- copilot-instructions.md
- FUNDING.yml
- notification-stable.png
- stream-with-pipeline-stable.png
- stream-without-pipeline-stable.png
- with-pipeline-stable.png
- without-pipeline-stable.png
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- AspireModularSample.AppHost.csproj
- Program.cs
- AspireModularSample.Modules.csproj
- Ping.cs
- Pong.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- AspireModularExample.ServiceA.http
- AspireModularSample.ServiceA.csproj
- Program.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- AspireModularExample.ServiceB.http
- AspireModularSample.ServiceB.csproj
- Program.cs
- AspireModularExample.sln
- README.md
- MultiHandler0.cs
- MultiHandler1.cs
- MultiHandler2.cs
- MultiHandlersNotification.cs
- MultiHandlerAsync0.cs
- MultiHandlerAsync1.cs
- MultiHandlerAsync2.cs
- MultiHandlersAsyncNotification.cs
- SingleHandler.cs
- SingleHandlerNotification.cs
- NotificationBenchmarks.cs
- launchSettings.json
- DispatchRCommands.cs
- MediatRCommands.cs
- MediatRVsDispatchRBenchmark.cs
- MediatRVsDispatchRWithPipelineBenchmark.cs
- MediatSGCommands.cs
- StreamDispatchRCommands.cs
- StreamMediatRCommands.cs
- StreamMediatRVsDispatchRBenchmark.cs
- StreamMediatRVsDispatchRWithPipelineBenchmark.cs
- StreamMediatSGCommands.cs
- appsettings.Development.json
- appsettings.json
- Benchmark.csproj
- Program.cs
- ConfigurationOptions.cs
- ServiceRegistrator.cs
- ExcludeHandlersCannotBeArrayEmptyException.cs
- HandlerNotFoundException.cs
- IncludeHandlersCannotBeArrayEmptyException.cs
- ServiceCollectionExtensions.cs
- Constants.cs
- DispatchR.csproj
- Mediator.cs
- TypeForwarders.cs
- INotification.cs
- INotificationHandler.cs
- IPipelineBehavior.cs
- IRequest.cs
- IRequestHandler.cs
- IStreamPipelineBehavior.cs
- IStreamRequest.cs
- IStreamRequestHandler.cs
- DispatchR.Abstractions.csproj
- IMediator.cs
- AllNotificationsLogger.cs
- GenericAwareNotification.cs
- MultiHandlersNotification.cs
- NotificationOneHandler.cs
- NotificationThreeHandler.cs
- NotificationTwoHandler.cs
- FirstPipelineBehavior.cs
- GenericPipelineBehavior.cs
- Ping.cs
- PingHandler.cs
- SecondPipelineBehavior.cs
- CounterPipelineStreamHandler.cs
- CounterStreamHandler.cs
- CounterStreamRequest.cs
- GenericPipelineBehavior.cs
- MultiHandlersNotification.cs
- NotificationOneHandler.cs
- NotificationThreeHandler.cs
- NotificationTwoHandler.cs
- FirstPipelineBehavior.cs
- GenericPipelineBehavior.cs
- Ping.cs
- PingHandler.cs
- SecondPipelineBehavior.cs
- CounterPipelineStreamHandler.cs
- CounterStreamHandler.cs
- CounterStreamRequest.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- BigFile.txt
- Program.cs
- Sample.csproj
- Sample.http
- DispatchR.IntegrationTest.csproj
- NotificationTests.cs
- RequestHandlerTests.cs
- StreamRequestHandlerTests.cs
- INonGenericInterface.cs
- AbstractNotificationHandler.cs
- ConcreteWorkflowEvent.cs
- ConcreteWorkflowNotificationHandler.cs
- IWorkflowEvent.cs
- IWorkflowNotificationHandler.cs
- MultiHandlersNotification.cs
- MultiHandlersNotification2.cs
- MultiNotificationHandler.cs
- NotificationOneHandler.cs
- NotificationThreeHandler.cs
- NotificationTwoHandler.cs
- OpenGenericNotificationExecutionStore.cs
- OpenGenericNotificationHandler.cs
- OpenGenericOnlyNotification.cs
- OpenGenericTargetNotification.cs
- OpenGenericTargetNotificationHandler.cs
- WorkflowNotification.cs
- AsyncEnumerableHandler.cs
- AsyncEnumerableRequest.cs
- RequestReusedInScopedLifetime.cs
- RequestReusedInScopedLifetimeHandler.cs
- Ping.cs
- PingHandler.cs
- PingTask.cs
- PingTaskHandler.cs
- PingValueTask.cs
- PingValueTaskFirstPipelineBehavior.cs
- PingValueTaskHandler.cs
- PingValueTaskSecondPipelineBehavior.cs
- PingValueTask.cs
- PingValueTaskFirstPipelineBehavior.cs
- PingValueTaskHandler.cs
- PingValueTaskSecondPipelineBehavior.cs
- AsyncEnumerablePipelineBehavior.cs
- GenericPipelineBehaviorTaskWithoutResponse.cs
- GenericPipelineBehaviorWithoutResponse.cs
- GenericPipelineBehaviorWithResponse.cs
- MultiRequestHandler.cs
- RequestWithoutHandler.cs
- CounterPipelineStreamHandler.cs
- CounterStreamHandler.cs
- CounterStreamRequest.cs
- GenericPipelineBehavior.cs
- Fixture.cs
- DispatchR.TestCommon.csproj
- AddDispatchRConfigurationTests.cs
- DispatchR.UnitTest.csproj
- RequestHandlerTests.cs
- StreamRequestHandlerTests.cs
- .gitignore
- CHANGELOG.md
- Directory.Packages.props
- DispatchR.slnx
- icon-mini.png
- icon.jpg
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/hasanxdev/DispatchR
Downloads the entire project code from GitHub to your computer.
cd DispatchR
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package DispatchR.Mediator
Type this command into your terminal and run it.
dotnet add package DispatchR.Mediator.Abstractions
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
