We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e70477 commit 9c3d68fCopy full SHA for 9c3d68f
src/ImageSharp/Memory/Buffer2DExtensions.cs
@@ -22,7 +22,7 @@ public static IMemoryGroup<T> GetMemoryGroup<T>(this Buffer2D<T> buffer)
22
where T : struct
23
{
24
Guard.NotNull(buffer, nameof(buffer));
25
- return buffer.FastMemoryGroup.View!;
+ return buffer.FastMemoryGroup.View;
26
}
27
28
/// <summary>
0 commit comments