junian / Standard.Licensing

Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and MAUI / Xamarin products
https://junian.dev/Standard.Licensing/
MIT License
535 stars 120 forks source link

Validate method not found #2

Closed alexrainman closed 5 years ago

alexrainman commented 5 years ago

Cannot calculate validationFailures as License doesn't contain Validate method.

pricelessrabbit commented 5 years ago

Validate is an extension method. You can find it here

junian commented 5 years ago

Make sure to put using Standard.Licensing.Validation; at the top before calling Validate.