I am using the SMART Blazor Components library and have not been able to get our license to work. I have added the below code in Startup.cs
Smart.Blazor.License.Key = Configuration.GetValue<string>(“SmartLicense”);
services.AddSmart();
I have verified that Configuration.GetValue<string>(“SmartLicense”) is pulling the correct license key from my appsettings.json but the SMART Blazor components are still showing the unlicensed tooltip. Has anyone else had this issue or is there additional configuration needed to get the license to work that I am missing.