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 7479f7a commit 74de762Copy full SHA for 74de762
src/Configuration/test/RandomValue.Test/CrashDumpTest.cs
@@ -0,0 +1,19 @@
1
+// Licensed to the .NET Foundation under one or more agreements.
2
+// The .NET Foundation licenses this file to you under the Apache 2.0 License.
3
+// See the LICENSE file in the project root for more information.
4
+
5
+// ReSharper disable all
6
+#pragma warning disable
7
8
+namespace Steeltoe.Configuration.RandomValue.Test;
9
10
+public sealed class CrashDumpTest
11
+{
12
+ [Fact]
13
+ public void CrashTestHostUsingStackOverflow()
14
+ {
15
+ CrashTestHostUsingStackOverflow();
16
17
+ true.Should().BeTrue();
18
+ }
19
+}
0 commit comments