Hi guys,
I've downloaded RT from the SVN and could not compile because
AutoMocking dosen't implement IHandler, after put the method Release
like bellow and it worked just fine.
void IHandler.Release(object instance)
{
throw new NotImplementedException();
}
Now with the GitHub this svn repository still being updated?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---