autofac / Autofac.Extras.DynamicProxy

Interceptor and decorator support for Autofac IoC via Castle DynamicProxy
MIT License
106 stars 33 forks source link

Autofac.Extras.DynamicProxy2 not available for .NETCoreApp,Version=v1.0 #10

Closed toanxyz closed 8 years ago

toanxyz commented 8 years ago

Autofac.Extras.DynamicProxy2 not available for .NETCoreApp,Version=v1.0 when adding via Nuget package. Please help me because i wanna implement Interceptor concept.

.NET Core is realeased RC2!

tillig commented 8 years ago

Unfortunately, Castle.Core has not been updated quite yet to support netstandard so we can't bring this functionality forward.

However, it appears they are now working on supporting netstandard 1.3 which would open up the platform support for this library. When that's available, we will update to Castle.Core 4.0.0 and support netstandard.

tillig commented 8 years ago

Oops, looks like this is a duplicate for #8 - I'm going to close this as duplicate and update things over there as needed.