couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

Error using Distributed Cache Dependency 3.2.5 when 3.3.0 DependencyInjection is installed #102

Closed Simba-Mupfunya closed 2 years ago

Simba-Mupfunya commented 2 years ago

System.IO.FileNotFoundException: 'Could not load file or assembly 'Couchbase.Extensions.DependencyInjection, Version=3.2.5.0, Culture=neutral, PublicKeyToken=05e9c6b5a9ec94c2'. The system cannot find the file specified

"Couchbase.Extensions.Caching.CouchbaseCacheServiceCollectionExtensions.AddDistributedCouchbaseCache(IServiceCollection services, string bucketName, Action setupAction)"

jeffrymorris commented 2 years ago

@Simba-Mupfunya

It looks like packaging issue in versions 3.2.7 to 3.3.0 where the assembly version is being set to 3.0.1.0 which is a default in the scripts. Thanks for reporting, we will push 3.3.1 up shortly with the proper assembly version.

Jeff

Simba-Mupfunya commented 2 years ago

any news? i still dont see an update to the package

jeffrymorris commented 2 years ago

@Simba-Mupfunya

It should be up, but looks like the publishing step in the build pipeline failed.

jeffrymorris commented 2 years ago

This has been resolved.