We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e361a commit 764d231Copy full SHA for 764d231
2 files changed
Ramstack.Structures.Tests/InteropServices/MemoryMarshalTests.cs
@@ -1,4 +1,4 @@
1
-namespace Ramstack.InteropServices;
+namespace Ramstack.InteropServices;
2
3
[TestFixture]
4
public class MemoryMarshalTests
Ramstack.Structures/Internal/ListAccessor.cs
@@ -1,7 +1,7 @@
-namespace Ramstack.Internal;
-
#if NET9_0_OR_GREATER
+namespace Ramstack.Internal;
+
5
/// <summary>
6
/// Provides low-level access to the internal array buffer of a <see cref="List{T}"/>.
7
/// </summary>
0 commit comments