Revert UnicodeDebug.cs to not depend on the Debug.Assert interpolated string handler...
authorStephen Toub <stoub@microsoft.com>
Tue, 20 Jul 2021 01:18:52 +0000 (21:18 -0400)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 01:18:52 +0000 (21:18 -0400)
commit3d1467412eac6a5f0cce054f3d376848bbae679f
tree672815aecf732e9e670a42402d0636fdb6eef0bf
parent04072ff3de988de016a909597a65f29f0af5a4f9
Revert UnicodeDebug.cs to not depend on the Debug.Assert interpolated string handler (#55954)

Turns out we use this file outside of corelib, in projects that build for pre-.NET 6, and the change was causing lots of string formatting for asserts that pass.
src/libraries/System.Private.CoreLib/src/System/Text/UnicodeDebug.cs