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
554 stars 127 forks source link

Fix multi enumeration issue with AssertValidLicense #29

Closed AntiGuideAkquinet closed 6 months ago

AntiGuideAkquinet commented 1 year ago

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.

junian commented 6 months ago

Thank you!