Skip to content

Instantly share code, notes, and snippets.

View Tsabo's full-sized avatar

Jeremy Brown Tsabo

View GitHub Profile
@Tsabo
Tsabo / AutoMapperExtensions.cs
Last active July 23, 2016 03:24
Automatically register all Profiles's that can be located by using the ApplicationPartManager
using System;
using System.Collections.Generic;
using System.Linq;
using AutoMapper;
using Microsoft.AspNetCore.Mvc.ApplicationParts;
// ReSharper disable once CheckNamespace
namespace Microsoft.Extensions.DependencyInjection
{
/// <summary>