paulirwin commented on code in PR #1192:
URL: https://github.com/apache/lucenenet/pull/1192#discussion_r2388826740
##########
src/Lucene.Net.Tests/Support/TestMemoryExtensions.cs:
##########
@@ -0,0 +1,220 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+
+using J2N.Text;
+using Lucene.Net.Analysis.TokenAttributes;
+using Lucene.Net.Util;
+using NUnit.Framework;
+using System;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using Assert = Lucene.Net.TestFramework.Assert;
+
+namespace Lucene.Net
+{
+ [TestFixture]
+ public class TestMemoryExtensions : LuceneTestCase
Review Comment:
Should this class have a `[LuceneNetSpecific]` attribute?
--
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]