couchbaselabs / Couchbase.Extensions

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

Remove DependencyInjection and DnsDiscovery projects #81

Closed brantburnett closed 4 years ago

brantburnett commented 4 years ago

Motivation

For SDK 3.x, DI has been moved to the main SDK repo and DNS SRV resolution is now built-in to the SDK.

Modifications

Remove the DI and DnsDiscovery projects, where other projects still require them use NuGet package references instead.

Update the documentation and the Appveyor build script.

Results

First step towards SDK 3.x compatibility is complete.

Closes #82