Skip to content

Commit a868f5e

Browse files
committed
Remove trailing XML documentation override
1 parent 643d8dc commit a868f5e

File tree

1 file changed

+0
-4
lines changed
  • src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlTypes

1 file changed

+0
-4
lines changed

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlTypes/SqlVectorTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Microsoft.Data.SqlTypes.UnitTests;
1313

14-
#pragma warning disable CS1591 // Test classes do not require XML documentation comments
15-
1614
public class SqlVectorTest
1715
{
1816
#region Tests
@@ -246,5 +244,3 @@ private byte[] MakeTdsPayload(byte[] header, ReadOnlyMemory<float> values)
246244

247245
#endregion
248246
}
249-
250-
#pragma warning restore CS1591

0 commit comments

Comments
 (0)