Hi,
I've been reading up on FluentValidation and seems like a great solution. However, I can not determine how or if it can run in a multi-tenant project.
My tenants want to be able to have their own validation and validation messages. For example, on a registration page Field1 may be required for Tenant1 and Tenant2 but not required for Tenant3.
Also Tenants 1 & 2 may want different messages for the same required field. For example for Tenant1 username is an email and for Tenant2 it can be anything.
Is any of this possible with this library?
Thanks,
Patrick
I've been reading up on FluentValidation and seems like a great solution. However, I can not determine how or if it can run in a multi-tenant project.
My tenants want to be able to have their own validation and validation messages. For example, on a registration page Field1 may be required for Tenant1 and Tenant2 but not required for Tenant3.
Also Tenants 1 & 2 may want different messages for the same required field. For example for Tenant1 username is an email and for Tenant2 it can be anything.
Is any of this possible with this library?
Thanks,
Patrick