We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Previously in 3.3.4 https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L19 would add the IDistributedCache to the service collection with CouchbaseCache as it's implementation, that was changed in 3.3.5 3207279
IDistributedCache
CouchbaseCache
https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L48 that takes a bucket-name as it's first paramter DOES add IDistributedCache to the service collection with CouchbaseCache as it's implementation
This seems unintentional, and a major or minor change for what is supposed to be a patch version change
The text was updated successfully, but these errors were encountered:
@JonathanAtCenterEdge thanks for reporting the issue! That does look like an unintentional bug.
Sorry, something went wrong.
No branches or pull requests
Previously in 3.3.4 https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L19 would add the
IDistributedCache
to the service collection withCouchbaseCache
as it's implementation, that was changed in 3.3.5 3207279https://github.com/couchbaselabs/Couchbase.Extensions/blob/master/src/Couchbase.Extensions.Caching/CouchbaseCacheServiceCollectionExtensions.cs#L48 that takes a bucket-name as it's first paramter DOES add
IDistributedCache
to the service collection withCouchbaseCache
as it's implementationThis seems unintentional, and a major or minor change for what is supposed to be a patch version change
The text was updated successfully, but these errors were encountered: