Re: [Mono-dev] Changing an assembly loaded with ReflectionOnlyLoadFrom

2012-12-23 Thread David McFarland
Done: https://bugzilla.xamarin.com/show_bug.cgi?id=9128 It's not a great bug because I'm not totally sure what the expected behaviour is. I imagine it will fail in a totally different way on ms.net, but I don't have a windows machine to test on atm. The test I added is not suitable for commit, b

Re: [Mono-dev] Changing an assembly loaded with ReflectionOnlyLoadFrom

2012-12-23 Thread Rodrigo Kumpera
Please file a bug with a test case. On Sun, Dec 23, 2012 at 1:18 PM, David McFarland wrote: > I just reported this bug on monodevelop, but I'm seeing some scary > stuff inside mono itself: > > https://bugzilla.xamarin.com/show_bug.cgi?id=9124 > > As part of the build process, MSBuild loads a de

[Mono-dev] Changing an assembly loaded with ReflectionOnlyLoadFrom

2012-12-23 Thread David McFarland
I just reported this bug on monodevelop, but I'm seeing some scary stuff inside mono itself: https://bugzilla.xamarin.com/show_bug.cgi?id=9124 As part of the build process, MSBuild loads a dependent assembly with ReflectionOnlyLoadFrom to determine it's referenced assemblies. If you then structu