SigniFlow.EventHandler 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package SigniFlow.EventHandler --version 1.0.4                
NuGet\Install-Package SigniFlow.EventHandler -Version 1.0.4                
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="SigniFlow.EventHandler" Version="1.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SigniFlow.EventHandler --version 1.0.4                
#r "nuget: SigniFlow.EventHandler, 1.0.4"                
#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.
// Install SigniFlow.EventHandler as a Cake Addin
#addin nuget:?package=SigniFlow.EventHandler&version=1.0.4

// Install SigniFlow.EventHandler as a Cake Tool
#tool nuget:?package=SigniFlow.EventHandler&version=1.0.4                

Event-Handler-Library

A library for creating SigniFlow Event Handlers

Nuget Nuget

To learn what an Event Handler is, please consult our Event Handler product page

Usage

This library supports .NET 6 Minimal APIs:

// Setup WebApp
var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();

var myAuthOptions = new EventHandlerAuthOptions(signiFlowSecret: "myEventHandlerSecret"); /// Your secret as set up in your business config in SigniFlow
services.SetupEventHandler<MyEventHandlerImpl>(myAuthOptions); // You'll need to implement your own IEventHandler

app.UseEventHandler("/path/to/receiver");

// Run WebApp
app.Run();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 87 6/10/2024
1.0.6 217 4/17/2023
1.0.5 247 3/15/2023
1.0.4 304 12/30/2022
1.0.3 300 12/28/2022
1.0.2 304 12/28/2022
1.0.1 297 12/23/2022
1.0.0-pre0002 138 12/21/2022