Fix strong naming for Couchbase.Extensions.DependencyInjection
Description
The current strong-naming approach is based on the incorrect assumption that Castle DynamicProxy is being used to power the dynamic assembly generation process. Actually, System.Reflection.Emit is being used directly.
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The current strong-naming approach is based on the incorrect assumption
that Castle DynamicProxy is being used to power the dynamic assembly
generation process. Actually, System.Reflection.Emit is being used
directly.