paulirwin commented on code in PR #1066:
URL: https://github.com/apache/lucenenet/pull/1066#discussion_r2354156147


##########
src/Lucene.Net.Tests.Grouping/GroupingSearchTest.cs:
##########
@@ -10,6 +10,7 @@
 using NUnit.Framework;
 using System;
 using System.Collections;
+using System.Linq;

Review Comment:
   This is test code; I think LINQ here is okay.



##########
src/Lucene.Net.Tests.Grouping/TestGrouping.cs:
##########
@@ -36,9 +36,11 @@
 using System;
 using System.Collections;
 using System.Collections.Generic;
+using System.Diagnostics.CodeAnalysis;
 using System.Globalization;
 using System.Linq;

Review Comment:
   This is test code; I think LINQ here is okay.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to