How du I access session information from a fluent validator? I’m trying to apply some validation rules based using fluent validation based on the current logged in user data (name, role, etc). But it seems hard to get session information into a fluent validator?
I some example given online where the session was fetched from the CacheClient but when running my unit tests I just get:
This AppHost does not support accessing the current Request via a Singleton,StackTrace