Romain_OD
-
- 852 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
Protocol-agnostic message validation pipeline for .NET — deserialize, validate, and dispatch messages from RabbitMQ, Kafka, MQTT, Azure Service Bus, NATS, or any messaging transport. Features DI integration,... More information -
- 829 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
FluentValidation adapter for the MessageValidation pipeline — automatically bridge FluentValidation AbstractValidator<T> rules into IMessageValidator<T> with assembly scanning and scoped DI lifetime. -
- 824 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
MQTTnet transport adapter for the MessageValidation pipeline — hook IMqttClient or MqttServer into the pipeline so every MQTT publish is automatically deserialized, validated, and dispatched. Supports QoS,... More information -
- 623 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
DataAnnotations validation adapter for the MessageValidation pipeline — automatically validate messages using System.ComponentModel.DataAnnotations attributes ([Required], [Range], [StringLength], etc.) with... More information -
- 510 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
RabbitMQ transport adapter for the MessageValidation pipeline — automatically deserialize, validate, and dispatch RabbitMQ messages using IChannel.UseMessageValidation(). Supports auto-ack, routing keys, and... More information -
- 502 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
Confluent Kafka transport adapter for the MessageValidation pipeline — subscribe to Kafka topics and automatically deserialize, validate, and dispatch consumed messages. Includes partition, offset, and key... More information -
- 358 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
Azure Service Bus transport adapter for the MessageValidation pipeline — wire a ServiceBusProcessor (or ServiceBusSessionProcessor) into the pipeline so every received message is automatically deserialized,... More information -
- 221 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
Azure Event Hubs transport adapter for the MessageValidation pipeline — wire an EventProcessorClient or EventHubConsumerClient into the pipeline so every received event is automatically deserialized, validated,... More information -
- 89 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
NATS.Net transport adapter for the MessageValidation pipeline — subscribe an INatsConnection to one or more subjects and every incoming NATS message is automatically deserialized, validated, and dispatched.... More information -
- 85 total downloads
- last updated 7/16/2026
- Latest version: 2.1.0
Immediate.Validations adapter for the MessageValidation pipeline — bridge source-generated, AOT-friendly, zero-reflection IValidationTarget<T> rules into IMessageValidator<T>.