From 7a35f121cd91b5eb5bf8e4c60f78feda1c2198b6 Mon Sep 17 00:00:00 2001 From: neuecc Date: Thu, 3 Mar 2022 08:02:06 +0900 Subject: [PATCH] build and analyzer --- src/UniTask.NetCoreSandbox/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UniTask.NetCoreSandbox/Program.cs b/src/UniTask.NetCoreSandbox/Program.cs index 8067ab7..ef95a18 100644 --- a/src/UniTask.NetCoreSandbox/Program.cs +++ b/src/UniTask.NetCoreSandbox/Program.cs @@ -28,7 +28,7 @@ namespace NetCoreSandbox await FooAsync(10, cts.Token); // NG(Compiler Error) - await FooAsync(10); + // await FooAsync(10);