Skip to content
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

Create project to use locales in MAUI #579

Conversation

thirstyape
Copy link
Contributor

Add .NET MAUI project
Add ApexChartsMauiExtensions class
Add ApexChartServiceMaui class
Update IApexChartService to make more methods public Update LocaleResources to make GetFileName public
Update ChartSerializer to be public
Update JSLoader to be public

Closes #578

Add .NET MAUI project
Add ApexChartsMauiExtensions class
Add ApexChartServiceMaui class
Update IApexChartService to make more methods public
Update LocaleResources to make GetFileName public
Update ChartSerializer to be public
Update JSLoader to be public
@joadan
Copy link
Member

joadan commented Feb 10, 2025

Hi,

Do you know what changes we need to do in order to get the build working?

Thank you,

@thirstyape
Copy link
Contributor Author

Ok, there we go, got the scripts working.

One consideration would be to use runs-on: Windows-Latest to speed things up as I believe that comes pre-bundled with .NET MAUI workloads. That said, you would need to be sure that the MAUI project is targeting a supported version otherwise the build will fail once the support lifecycle ends.

When using runs-on: Windows-2022, the dotnet workload install maui command may require something like --version 8.0.100 appended down the road if it starts failing.

@joadan joadan merged commit 4fe46c2 into apexcharts:master Feb 11, 2025
4 checks passed
@joadan
Copy link
Member

joadan commented Feb 11, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Exception when using .SetLocaleAsync with LocaleResource in MAUI
2 participants