Hello,
We are currently implementing a healthcheck in our application to validate our Syncfusion license using the SyncfusionLicenseProvider.ValidateLicense(Platform.ASPNETCore) method. While the validation process appears to verify the license format successfully, we but it doesn't seem to ensure that the license is valid for the current running version?
Our specific issue arises during dependency updates, where it's easy to overlook the necessity of generating a new Syncfusion license (which as a customer feel quite inconvenient).
Is there a more robust approach or additional steps we can take to ensure that the license validation not only checks the format but also confirms its compatibility with the current version? Any insights or suggestions would be greatly appreciated.