We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81b114 commit 2672b77Copy full SHA for 2672b77
code/Console.cs
@@ -3,6 +3,9 @@
3
4
namespace TryMoreLinq
5
{
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
+
9
static class Console
10
11
public static void WriteLine() =>
0 commit comments