build and analyzer

This commit is contained in:
neuecc
2022-03-03 08:02:06 +09:00
parent 364b67805d
commit 7a35f121cd

View File

@@ -28,7 +28,7 @@ namespace NetCoreSandbox
await FooAsync(10, cts.Token);
// NG(Compiler Error)
await FooAsync(10);
// await FooAsync(10);