NightOwl888 commented on code in PR #1096: URL: https://github.com/apache/lucenenet/pull/1096#discussion_r1912498791
########## src/Lucene.Net.TestFramework/Support/Util/LifecycleScope.cs: ########## @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Lucene.Net.Util +{ Review Comment: Good catch. The audit tool does a good job at catching these prior to a release, but it is always better to catch them earlier. -- 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: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org