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

Add CultureInfo to SKContext #1519

Merged
merged 6 commits into from
Jun 20, 2023
Merged

Commits on Jun 16, 2023

  1. Add CultureInfo to SKContext

    The culture defaults to CurrentCulture but can be explicitly set to change it.  Native functions can declare a CultureInfo or IFormatProvider argument, and the culture from the context will implicitly flow as the value of that argument, such that functions can then naturally use it for culture-related customization. The culture from the context is also used for all implicit parsing / formatting operations performed as part of function invocation.
    stephentoub committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    400376e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24b8da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ffc61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd218dc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    c557678 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    a07ac0e View commit details
    Browse the repository at this point in the history