Comment #5 on issue 961 by [email protected]: robot can't load c#-based keywords
http://code.google.com/p/robotframework/issues/detail?id=961
Yes, once I get a bit more practical experience with the code I'll be glad to contribute it. It's a little rough right now and I haven't implemented the `get_keyword_arguments` method yet so it's not quite ready for public consumption.
I gotta admit, though, it's cool. I use IronPython, and I have a library named "CSharpLibrary". In a test suite I pass that library the name of a project, and from that it finds the dll, gets all the classes, instantiates them, then registers all the methods.
I can edit the code in Visual Studio, and have another tab open on my test, I can edit either and click the "Start Debugging" button on Visual Studio and it builds and runs just great.
