-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
base: main
Are you sure you want to change the base?
Commits on Jul 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9b86682 - Browse repository at this point
Copy the full SHA 9b86682View commit details
Commits on Jul 5, 2024
-
New CompareOptions example showing each option.
Configuration menu - View commit details
-
Copy full SHA for 5689fbf - Browse repository at this point
Copy the full SHA 5689fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc89046 - Browse repository at this point
Copy the full SHA fc89046View commit details -
F# example showing usage of each CompareOptions value.
Configuration menu - View commit details
-
Copy full SHA for ca78dfd - Browse repository at this point
Copy the full SHA ca78dfdView commit details -
Update compareoptions_stringsort.vb
Rewritten. Uses more modern language constructs. Includes note about differences between .NET 5+ and earlier versions.
Configuration menu - View commit details
-
Copy full SHA for da5bd85 - Browse repository at this point
Copy the full SHA da5bd85View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8103253 - Browse repository at this point
Copy the full SHA 8103253View commit details -
Create compareoptions_values.cpp
New C++ example showing the effect of each of the CompareOptions values.
Configuration menu - View commit details
-
Copy full SHA for c37fe64 - Browse repository at this point
Copy the full SHA c37fe64View commit details -
Create compareoptions_values.vb
New VB example showing the effect of each of the CompareOptions values.
Configuration menu - View commit details
-
Copy full SHA for a90e560 - Browse repository at this point
Copy the full SHA a90e560View commit details -
Delete snippets/visualbasic/system.Globalization.CompareOptions.Value…
…s/VB/compareoptions_values.vb Remove misplaced file.
Configuration menu - View commit details
-
Copy full SHA for 1ad3624 - Browse repository at this point
Copy the full SHA 1ad3624View commit details -
Create compareoptions_values.vb
New VB example showing the effect of each of the CompareOptions values.
Configuration menu - View commit details
-
Copy full SHA for ac97b73 - Browse repository at this point
Copy the full SHA ac97b73View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a5e9fb8 - Browse repository at this point
Copy the full SHA a5e9fb8View commit details