Re: Any plans to convert Castle.Core to a PCL? (.NetPortable,Version=4.5,Profile7)

2015-09-30 Thread Jon D
Profile 7 is * .Net Framework 4.5 * ASP.NET Core 5.0 * Windows 8 * Xamarin.Android * Xamarin.iOS * Xamarin.iOS (classic) What I really WANT to target is: * .Net Framework 4.5 * Windows Universal * Xamarin.Android * Xamarin.iOS ... but when I change Windows 8 to Windows Universal 10 (for

Re: Any plans to convert Castle.Core to a PCL? (.NetPortable,Version=4.5,Profile7)

2015-09-29 Thread Jonathon Rossi
Assuming Profile7 is .NET Framework 4.5 and Windows 8, it will never work because Win8 Metro apps are missing Reflection.Emit (among others) so DynamicProxy can't do its thing. There are no plans to support any PCL profile because DP just isn't a simple library, it relies heavily on the runtime,