Open sylvainonweb opened 4 years ago
Not the author, and only wrote a little code for a PR a while ago. 1) you might not have the mobile toolkit installed for visual studio, you can download it with the installer. I do have it but I still never got the thing to compile. 2) (&3) the reason it isn't referenced and isn't running tests is because there aren't actually any tests written against the library. Maybe it was a to do item from a while ago that never got taken care of.
Hi,
I retrieve the solution and try to compile it but I encounter the following errors : 1)
=> I had to change the TargetFramework from this to this but don't think it's the right solution
2) The Standard.Licensing.Tests project wasn't in the solution. => I add it and add the following nuget packages :
System.Xml.Linq, System.Xml.ReaderWriter, NUnit
3) After that, the Standard.Licensing.Tests project compile but no test is runned
Is there a chance you can help me on these points?