Denys Grozenok
Results
2
issues of
Denys Grozenok
1. Setup the Marten document store with ```_.Policies.AllDocumentsAreMultiTenanted();``` 2. Store several documents with a specific tenantId. 3. In the aspnet core web api action open the query session with that...
I would like to be able to dynamically generate arbitraries for classes that are not know to FsCheck or not registered yet. Is it possible to register such a class...