Devexpress_license.txt Link
Or, check silently:
using DevExpress.DataAccess.Native; // Will throw if license is invalid DevExpress.DataAccess.Native.LicenseChecker.ThrowExceptionOnLicenseError = true; devexpress_license.txt
This is normal. To prevent it from being committed again, ensure your .gitignore includes: Or, check silently: using DevExpress