So far, we haven't observed the problem described in the comment from C# async

This commit is contained in:
tian-lt 2021-06-02 13:32:18 +08:00
commit fd5a38acd9

View file

@ -398,8 +398,6 @@ namespace CalculatorApp
private App m_parent; 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() private async Task SetupJumpList()
{ {
try try