We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a6579 commit 3ce3d91Copy full SHA for 3ce3d91
1 file changed
src/DotNext/Runtime/CompilerServices/AdvancedHelpers.Unsafe.cs
@@ -1,3 +1,4 @@
1
+using System.Diagnostics;
2
using System.Runtime.CompilerServices;
3
4
namespace DotNext.Runtime.CompilerServices;
@@ -82,5 +83,5 @@ file abstract class RawData
82
83
{
84
internal byte Data;
85
- private RawData() => throw new NotImplementedException();
86
+ private RawData() => throw new UnreachableException();
87
}
0 commit comments