Asger Hallas
Asger Hallas
It should be possible to do collection.Contains and collection.Any/All. Maybe by having a projection type that projects to a separate table with references back to the documents table.
The LINQ implementaion misses a translations for string.EndsWith and that in turn might be best to implement by enabling custom projections - like one that reverses the string to speed...
What if we want to fetch a referenced document or a projection of data from another table in one round-trip when we query for a document... Or what if we...
There's a test named `ViewInstanceDeletion` which is currently skipped. Shouldn't we be able to delete view instances? Why is it skipped?
After @mhertis implemented the ability to emit events from subclasses of a root, the term _owner_ is now ambiguous: if the event is emitted from a subclass the Owner metadata...
Support for easily persisting and querying views-as-documents with SQL Server using HybridDb. - [x] fix three failing tests - [x] fix HybridDb Id projection, so we can get the id...
Currently _container.Register() will throw if you try to register a service, that already has a factory. That means I cannot call .Create() on a configuration twice, because it has the...
We've made some tools (base classes mostly) for testing commands and views in a structured way. I wonder if we should include these in Cirqus? It goes kind of like...