dnauck / Portable.Licensing

Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software.
http://dev.nauck-it.de/projects/portable-licensing
MIT License
592 stars 173 forks source link

Completed validation interfaces to allow custom validation extensions… #42

Open Kaon68 opened 7 years ago

Kaon68 commented 7 years ago

… easily

Currently, the interfaces are quite empty and are not really useful. All validation extension methods cast parameter with "as" keyword, which is nonsense when using interfaces.

I hope it will be integrated soon as it doesn't change many things.