Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minivercheevy/voodoo
a c# library containing extension methods and reusable base classes
https://github.com/minivercheevy/voodoo
c-sharp cqrs extension-methods nuget voodoo
Last synced: about 11 hours ago
JSON representation
a c# library containing extension methods and reusable base classes
- Host: GitHub
- URL: https://github.com/minivercheevy/voodoo
- Owner: MiniverCheevy
- License: mit
- Created: 2014-09-27T12:19:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:07:13.000Z (4 months ago)
- Last Synced: 2025-01-22T12:05:00.448Z (24 days ago)
- Topics: c-sharp, cqrs, extension-methods, nuget, voodoo
- Language: C#
- Size: 2.19 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
voodoo.patterns
=============
![build status](https://ci.appveyor.com/api/projects/status/9y1dqafs85pkieyd/branch/master?svg=true) ![language](https://img.shields.io/badge/language-C%23-blue.svg) ![MIT license](https://img.shields.io/badge/license-MIT-blue.svg) [![NuGet](https://img.shields.io/nuget/v/Voodoo.Patterns.svg)](https://www.nuget.org/packages/Voodoo.Patterns/)The build is actually passing I'm having some AppVeyor issues.
A c# library containing a light cqrs implementation and a variety of extension methods. Full documentation available.
Install from nuget
> PM> Install-Package Voodoo.Patterns
breaking changes in 3.0
removed GridConstants
removed Request
removed ValidationExtensions.IsValid
removed EventLog support in FallbackLogger
Supports only NetStandard 2.0 (.net 4.6.1/.net Core 2.0)