Skip to content

Commit 701428f

Browse files
authored
Remove outdated TODO in JsonWriterHelper.Escaping.cs (#95806)
Remove TODO referencing an API issue that was closed and never implemented.
1 parent 46b3abe commit 701428f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.Text.Json/src/System/Text/Json/Writer/JsonWriterHelper.Escaping.cs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace System.Text.Json
1414
{
15-
// TODO: Replace the escaping logic with publicly shipping APIs from https://github.com/dotnet/runtime/issues/27919
1615
internal static partial class JsonWriterHelper
1716
{
1817
// Only allow ASCII characters between ' ' (0x20) and '~' (0x7E), inclusively,

0 commit comments

Comments
 (0)