Skip to content

Commit 2672b77

Browse files
committed
Add to-do note about using CSharpObjectFormatter
1 parent c81b114 commit 2672b77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code/Console.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
namespace TryMoreLinq
55
{
6+
// TODO Consider using CSharpObjectFormatter?
7+
// https://github.com/dotnet/roslyn/blob/Visual-Studio-2019-Version-16.1/src/Scripting/CSharp/Hosting/ObjectFormatter/CSharpObjectFormatter.cs
8+
69
static class Console
710
{
811
public static void WriteLine() =>

0 commit comments

Comments
 (0)