Why is TinyIoC not picked up in my Xamarin.Android project when added using nuget?
问题 So I installed TinyIoC v1.3.0 using nuget in my Xamarin.Android project, its in the references, but I cannot type using TinyIoC; without a compile error. I would like to understand why this is? PS. I know I can use the TinyIoC.cs file directly, but I thought it would be more convenient to update if I added using nuget. I get this error: 回答1: I think the issue is related to the nuget package TinyIoC 1.3.0 itself. The nuget package does not contain the lib folder with the related dll so that