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

System.Globalization.CompareOptions update #10087

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jul 1, 2024

  1. Update compareoptions_stringsort.cs

    StringSort example updated with note about changes in .NET 5 and later versions. Now uses more modern and idiomatic C# language features, and correct formatting.
    daverayment authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9b86682 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Add files via upload

    New CompareOptions example showing each option.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5689fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc89046 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    F# example showing usage of each CompareOptions value.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ca78dfd View commit details
    Browse the repository at this point in the history
  4. Update compareoptions_stringsort.vb

    Rewritten. Uses more modern language constructs. Includes note about differences between .NET 5+ and earlier versions.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    da5bd85 View commit details
    Browse the repository at this point in the history
  5. Update compareoptions_stringsort.cpp

    Rewritten with more modern .NET language usage, and note about difference between .NET 5+ and prior versions with regard to sort order.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8103253 View commit details
    Browse the repository at this point in the history
  6. Create compareoptions_values.cpp

    New C++ example showing the effect of each of the CompareOptions values.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c37fe64 View commit details
    Browse the repository at this point in the history
  7. Create compareoptions_values.vb

    New VB example showing the effect of each of the CompareOptions values.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a90e560 View commit details
    Browse the repository at this point in the history
  8. Delete snippets/visualbasic/system.Globalization.CompareOptions.Value…

    …s/VB/compareoptions_values.vb
    
    Remove misplaced file.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1ad3624 View commit details
    Browse the repository at this point in the history
  9. Create compareoptions_values.vb

    New VB example showing the effect of each of the CompareOptions values.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ac97b73 View commit details
    Browse the repository at this point in the history
  10. Update CompareOptions.xml

    Updated descriptions for each of the options. New introduction, including notes about the StringSort and ligature character changes in .NET 5. Links added to updated and new example code for all supported languages.
    daverayment authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a5e9fb8 View commit details
    Browse the repository at this point in the history