You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: LicenseKey property will now throw error also for null values (in addition to empty string (whitespace) values in v2.1.5).
TrialExtensionKey property will now throw for null and empty string (whitespace) values.
This is useful to prevent silently falling back to trial mode when you are not aware you are passing invalid values (e.g. setting values
retrieved from an external source).
Included example projects:
ASP.NET Core (C#) - Visual Studio 2017+
ASP.NET Core on .NET Framework (C#)- Visual Studio 2017+