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
- Host: GitHub
- URL: https://github.com/brianschroer/sparkytools
- Owner: BrianSchroer
- License: mit
- Created: 2018-02-16T14:28:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:34:08.000Z (over 2 years ago)
- Last Synced: 2025-01-04T23:08:37.797Z (4 months ago)
- Topics: automapper, configuration-files, csharp, dotnet, dotnet-standard
- Language: C#
- Homepage: https://www.nuget.org/packages?q=SparkyTools
- Size: 110 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)