AlexaVoxCraft.MediatR
1.0.0.43
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AlexaVoxCraft.MediatR --version 1.0.0.43
NuGet\Install-Package AlexaVoxCraft.MediatR -Version 1.0.0.43
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlexaVoxCraft.MediatR" Version="1.0.0.43" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlexaVoxCraft.MediatR" Version="1.0.0.43" />
<PackageReference Include="AlexaVoxCraft.MediatR" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AlexaVoxCraft.MediatR --version 1.0.0.43
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AlexaVoxCraft.MediatR, 1.0.0.43"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AlexaVoxCraft.MediatR@1.0.0.43
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AlexaVoxCraft.MediatR&version=1.0.0.43
#tool nuget:?package=AlexaVoxCraft.MediatR&version=1.0.0.43
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AlexaVoxCraft.MediatR
Contains the base request pipeline and interfaces used for routing Alexa requests using MediatR. This includes:
IHandlerInput
abstraction- Handler resolution via
ICanHandle
- Custom
IExceptionHandler
interface for error handling
✅ Features
- Works with MediatR and System.Text.Json
- AddSkillMediator extension for easy registration
- Structured and extensible pipeline
🚀 Getting Started
Install the package:
dotnet add package AlexaVoxCraft.MediatR
Implement a handler:
public sealed class MyIntentHandler : IRequestHandler<IntentRequest>
{
public bool CanHandle(IHandlerInput input) =>
input.RequestEnvelope.Request is IntentRequest r && r.Intent.Name == "MyIntent";
public Task<SkillResponse> Handle(IHandlerInput input, CancellationToken cancellationToken)
{
return Task.FromResult(input.ResponseBuilder.Speak("Handled").GetResponse());
}
}
📄 License
Apache-2.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AlexaVoxCraft.Model (>= 1.0.0.43)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Options (>= 9.0.4)
-
net9.0
- AlexaVoxCraft.Model (>= 1.0.0.43)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Options (>= 9.0.4)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AlexaVoxCraft.MediatR:
Package | Downloads |
---|---|
AlexaVoxCraft.MediatR.Lambda
Lambda hosting and middleware integration for Alexa skills using MediatR and AlexaVoxCraft. |
|
AlexaVoxCraft.Observability
OpenTelemetry instrumentation for AlexaVoxCraft, providing comprehensive observability for Alexa skill development. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.2.1.71 | 110 | 8/30/2025 |
3.2.0.70 | 135 | 8/29/2025 |
3.2.0.69 | 134 | 8/29/2025 |
3.2.0-preview.68 | 133 | 8/28/2025 |
3.2.0-preview.67 | 132 | 8/28/2025 |
3.2.0-preview.66 | 131 | 8/28/2025 |
3.2.0-preview.65 | 148 | 8/28/2025 |
3.1.0.64 | 293 | 8/25/2025 |
3.0.0.63 | 162 | 7/15/2025 |
2.0.1.62 | 158 | 7/11/2025 |
2.0.0.61 | 161 | 7/2/2025 |
2.0.0.59 | 157 | 7/1/2025 |
2.0.0.58 | 151 | 7/1/2025 |
2.0.0-beta.57 | 125 | 6/30/2025 |
2.0.0-beta.56 | 121 | 6/23/2025 |
2.0.0-beta.55 | 119 | 6/23/2025 |
1.0.1.54 | 263 | 5/21/2025 |
1.0.1.53 | 167 | 5/19/2025 |
1.0.1.50 | 265 | 5/13/2025 |
1.0.1.49 | 242 | 5/13/2025 |
1.0.1-beta.52 | 132 | 5/19/2025 |
1.0.1-beta.48 | 212 | 5/13/2025 |
1.0.1-beta.47 | 218 | 5/13/2025 |
1.0.1-beta.46 | 219 | 5/13/2025 |
1.0.1-beta.45 | 213 | 5/13/2025 |
1.0.1-beta.44 | 211 | 5/13/2025 |
1.0.0.43 | 163 | 5/8/2025 |
1.0.0.42 | 159 | 5/7/2025 |
1.0.0.41 | 277 | 4/21/2025 |
1.0.0-beta.40 | 143 | 4/21/2025 |
0.3.0-beta-38 | 228 | 4/17/2025 |
0.3.0-beta-37 | 203 | 4/17/2025 |
0.3.0-beta-36 | 206 | 4/17/2025 |
0.3.0-beta-35 | 217 | 4/15/2025 |
0.3.0-beta-34 | 227 | 4/9/2025 |
0.3.0-beta-31 | 187 | 4/9/2025 |
0.3.0-beta-30 | 177 | 4/9/2025 |
0.3.0-beta-29 | 186 | 4/9/2025 |
0.2.0-alpha-28 | 188 | 4/9/2025 |
0.2.0-alpha-27 | 197 | 4/7/2025 |
0.2.0-alpha-26 | 186 | 4/3/2025 |
0.1.0-alpha-24 | 180 | 3/30/2025 |
0.1.0-alpha-23 | 168 | 1/28/2025 |
0.1.0-alpha-22 | 129 | 1/28/2025 |
0.1.0-alpha-21 | 111 | 12/19/2024 |