CreateHostBuilder(args).Build().Run();

| Vendor | Namespace | Additional Requirements | |--------|-----------|--------------------------| | Telerik | Telerik.Licensing | Must call before any Telerik control is instantiated. | | DevExpress | DevExpress.Data | Also requires adding a license file for design-time. | | Syncfusion | Syncfusion.Licensing | Use SyncfusionLicenseProvider.RegisterLicense() instead. | | GrapeCity (ComponentOne) | C1.Licensing | Use C1License.SetLicenseKey() . |

// Set license key as early as possible LicenseInfo.SetLicenseKey("YOUR_LICENSE_KEY_HERE");