diff --git a/CouchDB/CouchDBContext.cs b/CouchDB/CouchDBContext.cs index e5bd395..c3fa82b 100644 --- a/CouchDB/CouchDBContext.cs +++ b/CouchDB/CouchDBContext.cs @@ -14,7 +14,8 @@ public CouchDBContext() { } - public CouchDBContext(CouchOptions options) : base(options) + // ReSharper disable once SuggestBaseTypeForParameterInConstructor + public CouchDBContext(CouchOptions options) : base(options) { }