-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LicenseChecker is null problem #5624
Comments
Hello @omerozulku How do you use Blazorise in your project? Usually, all you need to do is register all internal Blazorise services by calling: builder.Services
.AddBlazorise()
.AddBootstrap5Providers(); Also, can you tell us more about your project, and how you plan to create your own component library? |
Hello @omerozulku, thank you for your submission. The issue was labeled "Status: Repro Missing", as you have not provided a way to reproduce the issue quickly. Most problems already solve themselves when isolated, but we would like you to provide us with a reproducible code to make it easier to investigate a possible bug. |
Hello @omerozulku we've patched this particular check where it makes the best effort to not throw any exception related to this particular service missing, it will be live on v1.6.1 I am closing this for now, feel free to reopen if the problem persists. |
I’m developing my component library based on blazorise such as library project.
I add reference this library to my blazor server app project. I’m developing chart componet on class library.
When I use this component on server app project I take an exception like blazoriselicensechecker is null.
But I give my blazorise token to blazorise service config in server app program.cs.
How can I send my license info to class library?
The text was updated successfully, but these errors were encountered: