From fd5a38acd94c3f0bf9089660dfce7f0f7c5314e4 Mon Sep 17 00:00:00 2001 From: tian-lt Date: Wed, 2 Jun 2021 13:32:18 +0800 Subject: [PATCH] So far, we haven't observed the problem described in the comment from C# async --- src/Calculator/App.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Calculator/App.xaml.cs b/src/Calculator/App.xaml.cs index d5bed05d..37251976 100644 --- a/src/Calculator/App.xaml.cs +++ b/src/Calculator/App.xaml.cs @@ -398,8 +398,6 @@ namespace CalculatorApp private App m_parent; }; - // CSHARP_MIGRATION: TODO: check what is the pragma used for??? - //#pragma optimize("", off) // Turn off optimizations to work around coroutine optimization bug private async Task SetupJumpList() { try