Standard.Licensing icon indicating copy to clipboard operation
Standard.Licensing copied to clipboard

Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products

Results 27 Standard.Licensing issues
Sort by recently updated
recently updated
newest added

It seems that after iterate over the failures collection, calling ToList() or ToArray() doesn't populate it again. You can test with this code. I've generated an xml license file (copy/paste...

Hi, I retrieve the solution and try to compile it but I encounter the following errors : 1) ``` MSB4019 The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\Portable\v4.5\Microsoft.Portable.CSharp.targets" was not...

Hi! How can I create a single license file and use it on more than one machine, but limited?

How do we create additional public keys together with our private keys?

Handle the exception if the licence file is modified and the signature is an invalid length. Should just create an invalid signature validation fault.

Hi. I was wondering if by referencing the Standard.Licensing nuget package, it is possible for a "customer" to circumvent the licence validation by replacing the original `Standard.Licensing.dll` with a dummy...

When modifying the signature base64 string, the validation process won't produce a proper validation failure, but throws an unhandled exception. Maybe this can be fixed by checking if the signature...

In a .Net Framework (4.6.2) application. If you have a licence which has been generated with an attribue of "Random1" and when you validate it you try to get an...

This fixes issue junian/Standard.Licensing#28 We will now use a List to store validators and will only use them instead of also clearing them.

When given an invalid license, AssertValidLicense returns an IEnumerable with a ValidationFailure on the first enumeration but an empty IEnumerable on the second enumeration. As a workaround, I suggest users...