Skip to content

Instantly share code, notes, and snippets.

View cjjohansen's full-sized avatar

Christian Johansen cjjohansen

View GitHub Profile
@cjjohansen
cjjohansen / LifetimeScopeCommandHandlerDecorator.cs
Created April 5, 2020 19:53
Autofac LifeTimeScopeDecorator
using Autofac;
using MediatR;
using Microsoft.Owin;
using System.Diagnostics;
using System.Threading.Tasks;
namespace SB.PortAdapter.MediatR
{
/// <summary>
/// Wraps inner Command Handler in Autofac Lifetime scope named LifeTimeScopeKeys.PerHandlerKey