Skip to content

Add ToUpperOrdinal and ToLowerOrdinal casing APIs#130140

Open
tarekgh wants to merge 12 commits into
dotnet:mainfrom
tarekgh:ordinal-casing-apis
Open

Add ToUpperOrdinal and ToLowerOrdinal casing APIs#130140
tarekgh wants to merge 12 commits into
dotnet:mainfrom
tarekgh:ordinal-casing-apis

Remove unused using in String.Manipulation.cs

6752db1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jul 9, 2026 in 5h 52m 6s

Build #20260708.97 had test failures

Details

Tests

  • Failed: 11 (0.00%)
  • Passed: 2,818,401 (98.05%)
  • Other: 56,052 (1.95%)
  • Total: 2,874,464

Annotations

Check failure on line 25 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L25

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 26 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L26

The operation was canceled.

Check failure on line 1 in System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode

Test failed

Check failure on line 1 in System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_WithFlags

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_WithFlags

Test failed

Check failure on line 1 in System.Globalization.Tests.IdnMappingGetUnicodeTests.GetUnicode_NoTranslationNeeded_ResultIsSameObjectAsInput

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Globalization.Tests.IdnMappingGetUnicodeTests.GetUnicode_NoTranslationNeeded_ResultIsSameObjectAsInput

Test failed

Check failure on line 1 in System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_EmptyBuffer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_EmptyBuffer

System.DllNotFoundException : Unable to load shared library 'libSystem.Globalization.Native' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: 
dynamic linking not enabled
Raw output
   at Interop.Globalization.ToUnicode(UInt32 flags, ReadOnlySpan`1 src, Int32 srcLen, Span`1 dstBuffer, Int32 dstBufferCapacity)
   at System.Globalization.IdnMapping.IcuTryGetUnicodeCore(ReadOnlySpan`1 ascii, Span`1 destination, Int32& charsWritten)
   at System.Globalization.IdnMapping.TryGetUnicode(ReadOnlySpan`1 ascii, Span`1 destination, Int32& charsWritten)
   at System.Globalization.Tests.IdnMappingGetUnicodeTests.TryGetUnicode_EmptyBuffer()
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)