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

Use culture identifier instead of CultureInfo in NameTable #16310

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

BobLd
Copy link
Contributor

@BobLd BobLd commented Jul 14, 2024

The question was discussed on Telegram channel with @timunie and @Gillibald

What does the pull request do?

Use culture identifier instead of CultureInfo in NameTable class.

What is the current behavior?

Without the change, applications will build but fail to run the AOT InvariantGlobalization flag.

What is the updated/expected behavior with this PR?

This is in order to build and run Avalonia apps with the AOT flag <InvariantGlobalization>true</InvariantGlobalization>.

How was the solution implemented (if it's not obvious)?

Checklist

Breaking changes

Obsoletions / Deprecations

Fixed issues

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.2.999-cibuild0050098-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@cla-avalonia
Copy link
Collaborator

cla-avalonia commented Jul 14, 2024

  • All contributors have signed the CLA.

@BobLd
Copy link
Contributor Author

BobLd commented Jul 14, 2024

@cla-avalonia agree

@maxkatz6 maxkatz6 requested a review from Gillibald July 15, 2024 21:03
@maxkatz6 maxkatz6 added bug area-trimming-aot backport-candidate-11.1.x Consider this PR for backporting to 11.1 branch labels Jul 15, 2024
@Gillibald Gillibald added this pull request to the merge queue Jul 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 16, 2024
@maxkatz6 maxkatz6 merged commit 13eb047 into AvaloniaUI:master Jul 17, 2024
11 checks passed
@BobLd BobLd deleted the nametable-cultureinfo branch July 17, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-trimming-aot backport-candidate-11.1.x Consider this PR for backporting to 11.1 branch bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants