From c6a543b03b138dfd23903bb1ec7188991c677598 Mon Sep 17 00:00:00 2001 From: rickcowan Date: Mon, 20 Apr 2026 05:18:17 -0500 Subject: [PATCH] Test (#1) Reviewed-on: https://git.wyvernspeak.net/rickcowan/TestRepo/pulls/1 --- TestConsoleApp/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TestConsoleApp/Program.cs b/TestConsoleApp/Program.cs index 81c0b06..b677b91 100644 --- a/TestConsoleApp/Program.cs +++ b/TestConsoleApp/Program.cs @@ -1,6 +1,7 @@ using System.Linq.Expressions; using System.Reflection; +// I've added a comment TestClassRepo repo = new(); var test = repo.Get(_ => _.Name == "Test" || _.Id == "TestId2");