autofac / Autofac.Extras.DynamicProxy

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

Visual Studio 2017 Castle Core depends on System.ComponentModel.TypeConverter but was not found #19

Closed moliveto closed 7 years ago

moliveto commented 7 years ago

Severity Code Description Project File Line Suppression State Warning NU1603 Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved. Provider D:\VS 2017\Interception\Provider\Provider.csproj 1

moliveto commented 7 years ago

see https://github.com/moq/moq4/issues/375

tillig commented 7 years ago

You should file this with castle project. We rely on that, but we don't have control of it.

On a side note, I've found a lot of these sorts of things popping up for a lot of my work and personal projects, like Microsoft went through and delisted a bunch of things from NuGet when they released .NET Core 2.0. I've been filling issues with them about it. You should, too.

hikalkan commented 7 years ago

I believe you should upgrade to Castle.Core 4.1+ to resolve this issue because Castle.Core 4.1 depends on TypeConverter 4.3.0.

tillig commented 6 years ago

This has caused enough confusion that we went ahead and did that update. A.E.DP 4.3.0 released.