Skip to content

Instantly share code, notes, and snippets.

View Andrewthedev's full-sized avatar
🎯
Focusing

Andrew Francis Andrewthedev

🎯
Focusing
  • University of South Florida
  • Tampa, FL
View GitHub Profile
@Andrewthedev
Andrewthedev / AutofacExtensions.cs
Created May 19, 2017 18:22 — forked from tombatron/AutofacExtensions.cs
Setup MediatR, with "decorator" support.
using Autofac;
using Autofac.Features.Variance;
using MediatR;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace Mediatr.Extras.Autofac
{