SparkyTools.AutoMapper

AutoMapper syntax helpers


Keywords
mapping, automapper, csharp, dotnet, dotnet-standard, configuration-files
License
MIT
Install
Install-Package SparkyTools.AutoMapper -Version 2.0.4

Documentation

SparkyTools

This repo contains source code and unit tests for .NET utility nuget packages:

SparkyTools.AutoMapper

AutoMapper syntax helpers:

SparkyTools.DependencyProvider

Ludicrously lightweight dependency wrapper/provider to improve testability of classes that use dependencies that aren't easily mockable (e.g. System.DateTime):

SparkyTools.XmlConfig

Makes it easy to load a strongly-typed object (or IList of objects) from a custom web.config or app.config file section without having to write a custom IConfigurationSectionHandler implementation.