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: 11 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T00:07:13.000Z (over 1 year ago)
- Last Synced: 2025-06-09T17:52:39.313Z (12 months ago)
- Topics: c-sharp, cqrs, extension-methods, nuget, voodoo
- Language: C#
- Size: 2.19 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
voodoo.patterns
=============
   [](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)