Romain_OD
-
- 927 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 -
- 886 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 -
- 883 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. -
- 662 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 -
- 564 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 -
- 560 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 -
- 403 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 -
- 254 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 -
- 128 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>. -
- 126 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