Vishnu Menon
Vishnu Menon
Hello Mark, Sorry. My bad. The actual index definition looks below - `public class TaskIndex : IndexDefinition { public IndexedValue Completed { get; set; } } ` Answers to your...
Hi Mark, I was able to reproduce this consistently and the exception is thrown in the below line of code ` protected Collection GetCollection() { var collection = GetFileCollection().Collection(Name, KeyPredicate);...
Hello Mark, You are right. We had the objectdisposed exceptions in the earlier stages of application development and it got resolved with marcellodb v 1.0.6. We also implemented all your...