Does anyone know how to create views in code with .Net SDK similar to how it was done with CouchbaseModelViews in 1.3.10
@game99 -
There currently isn’t a replacement for CouchbaseModelViews using the Couchbase .NET SDK 2.0; however, you could use the Management API to create views programmatically.
If there is enough demand for it, we could always create a 2.0 branch on github and start porting it over (if possible).
-Jeff
@jmorris thank you for the response