https://github.com/rebus-org/rebus.messagevalidation
:x: DEPRECATED :bus: Message validation plugin for Rebus
https://github.com/rebus-org/rebus.messagevalidation
fluent-validation message-queue rebus service-bus
Last synced: 3 months ago
JSON representation
:x: DEPRECATED :bus: Message validation plugin for Rebus
- Host: GitHub
- URL: https://github.com/rebus-org/rebus.messagevalidation
- Owner: rebus-org
- License: mit
- Created: 2018-06-04T21:35:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T09:41:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T06:49:55.541Z (4 months ago)
- Topics: fluent-validation, message-queue, rebus, service-bus
- Language: Batchfile
- Homepage: https://mookid.dk/category/rebus
- Size: 1.67 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Rebus.MessageValidation
[](https://www.nuget.org/packages/Rebus.MessageValidation)
Provides a message validation plugin for [Rebus](https://github.com/rebus-org/Rebus).
Use it like this:
```csharp
Configure.With(...)
.(...)
.Options(o => {
// maybe something in here=
})
.Start();
```
---