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 c243d8e commit e755f39Copy full SHA for e755f39
samples/DotNetCoreSample/InMemoryStreamTest.cs
@@ -5,7 +5,7 @@
5
using WeihanLi.Extensions;
6
7
namespace DotNetCoreSample;
8
-internal static class MemoryStreamTest
+internal static class InMemoryStreamTest
9
{
10
public static async Task MainTest()
11
samples/DotNetCoreSample/Program.cs
@@ -348,7 +348,7 @@
348
// InvokeHelper.TryInvoke(() => throw null, 3);
349
350
// InvokeHelper.TryInvoke(LoggerTest.MicrosoftLoggingTest);
351
-await InvokeHelper.TryInvokeAsync(MemoryStreamTest.MainTest);
+await InvokeHelper.TryInvokeAsync(InMemoryStreamTest.MainTest);
352
353
ConsoleHelper.ReadKeyWithPrompt("Press any key to exit");
354
0 commit comments