CouchbaseModelView library - missing attributes?!

Hello!

I am using the latest NuGet version of the CouchbaseModelViews packet. The problem is that it doesn’t contain the [CocuhbaseCollatedViewKey] nor the [CouchbaseSpatialView] attributes, like the documentation (https://github.com/couchbaselabs/couchbase-model-views/tree/ec71165d2834eee253c561791341dfe4e4790be9) states as being supported.

I tried downloading the project form github and including those dlls in my project - and they do include the before-mentioned attributes -, but it now throws a compiling error when trying to create a new instance of DesignDocManager, so I reverted to the official NuGet package (which, ironically, is newer than the GitHub project).

Any help would be greatly appreciated. Thank you!

Tony -

I updated the github repo for this project to resolve this issue: https://github.com/couchbaselabs/couchbase-model-views

I’ll update the Nuget package ASAP.