From 5f7fe3347e245e263994fd82778d5cf1e2416612 Mon Sep 17 00:00:00 2001 From: ewdlop Date: Sat, 23 Mar 2024 18:32:57 -0400 Subject: [PATCH] add an ignore comment --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 5d96f58..2147d0e 100644 --- a/Program.cs +++ b/Program.cs @@ -18,7 +18,7 @@ { "state", "WA" }, { "postalCode", "98052" } }), - Enumerable.Range(0, 10).Select(i => new {}), + Enumerable.Range(0, 10).Select(i => new {}), //ignored 1, //ignored new { Name = "John Doe", Age = 42 }, ("test","123"), @@ -34,6 +34,7 @@ List patchOperations = patchOperationList; IList patchOperations2 = new PatchOperationList(); +IReadOnlyList patchOperations3 = patchOperationList; //Not done yet