Can you see if it is still happening in the lastest source? I think I have fixed this a while back and I couldn't repro this just now.
To run the tests for both, just run in through PSake script: .\psake.ps1 Test (you may need to run your powershell in elevated mode).
On Wednesday, January 9, 2013 11:23:02 AM UTC+11, Brian Parma wrote:
Hey, I'm planning on using a simple implementation of rhino-licensing in a project so I was testing it out.
I checked out rhino-licensing from git (https://github.com/ayende/rhino-licensing), compiled, and ran the AdminTool project. It ran fine, but when I clicked File->Open it threw an exception from the Caliburn? library. It seems the Gesture defined for the MenuItem in ShellView.xaml had no action. I added "=[Action OpenProject];[Gesture Key:O, Modifiers:Control]=[Action OpenProject]" (based off the New entry) and it fixed the exception.
Also, I tried running the unit tests with xUnit (both gui and console runner), and the tests for the library run fine but the tests for the AdminTool get partway through (~27) and then just hang.
Anyway, the git seems old so I don't know if this project is still in use but it's very helpful for people (like me) who need to do simple licensing schemes. Thanks for creating it.
B