An open API service indexing awesome lists of open source software.

https://github.com/brianschroer/sparkytools

.NET Tool/Utility libraries - Source code for "SparkyTools" nuget packages: SparkyTools.AutoMapper, SparkyTools.DependencyProvider, SparkyTools.XmlConfig
https://github.com/brianschroer/sparkytools

automapper configuration-files csharp dotnet dotnet-standard

Last synced: 4 months ago
JSON representation

.NET Tool/Utility libraries - Source code for "SparkyTools" nuget packages: SparkyTools.AutoMapper, SparkyTools.DependencyProvider, SparkyTools.XmlConfig

Awesome Lists containing this project

README

        

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

## SparkyTools.AutoMapper
AutoMapper syntax helpers:
* [nuget.org link](https://www.nuget.org/packages/SparkyTools.AutoMapper/)
* [Source Code](/SparkyTools.AutoMapper)
* [API documentation](/SparkyTools.AutoMapper/api.md)

## SparkyTools.DependencyProvider
Ludicrously lightweight dependency wrapper/provider to improve testability of classes that use dependencies that aren't easily mockable (e.g. System.DateTime):
* [nuget.org link](https://www.nuget.org/packages/SparkyTools.DependencyProvider/)
* [Source Code](/SparkyTools.DependencyProvider)
* [API documentation](/SparkyTools.DependencyProvider/api.md)

## 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.
* [nuget.org link](https://www.nuget.org/packages/SparkyTools.XmlConfig/)
* [Source Code](/SparkyTools.XmlConfig)
* [API documentation](/SparkyTools.XmlConfig/api.md)