Hello Syncfusion-Team,
currently doing my first Blazor Project, which I'm gonna host on Github Pages.
In the past, I've used Syncfusion in WPF-Projects and just excluded App.xaml.cs (with git update-index --assume-unchanged) from pushing changes to Github, so my License Key wasn't shown online.
However, in my Blazor Project, I'm using Github Actions to automatically build the projects on commits and push them to Github Pages (used this tutorial: https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-github-pages). However, for successfully using Syncfusion in this project, I'd need to include my license key in Program.cs while commiting, so my key would be visible in the public repository.
Is there any other way to license instead of adding my license key in the Project's Code? Or having a special license key, which only works for this project and isn't usable in other projects?