Import and Export types to and from IronRuby for use with MEF -- the Managed Extensibility Framework for .NET
This is code from Nicholas Blumhardt's 2008 article Ruby on MEF: Hybrid Application.
The goal is for it to be like IronPythonMef
I am attempting to upgrade it to .NET 4 and the latest version of MEF.
So far I'm having issues with running it, described here:
Method not found: 'Microsoft.Scripting.Actions.Calls.OverloadInfo[]
Microsoft.Scripting.Actions.Calls.ReflectionOverloadInfo.CreateArray(System.Reflection.MemberInfo[])
If there are any IronRuby gurus out there who understand this messages, please help :)