-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add Support for .NET9 #550
Comments
Can I use ApexCharts in a .net 9 project? |
Sure, no problem.. it's just that we currently not explicit target .NET 9 in the build. |
I tried out ApexCharts in dotnet 9 and my charts do not render anymore. I get the following error:
I tried a few different way to populate the chart, but keep bumping into this. Yet to find a workaround or fix. |
Hi, Make sure you clean the solution and deleted the bin and obj folders, hard refreshed the page. |
Cleaned the solution, removed obj and bin folders, hard refreshed the site. Still the same. |
Do you get the same error if you create a new .NET 9 project and add a chart? One tip is to check the network tab to see if you have any errors. |
This seems to be a problem on my end. I created an empty dotnet 9 blazor app and added a "dummy" chart. All works fine. |
No description provided.
The text was updated successfully, but these errors were encountered: