You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
Looks like JSIL ignore whether comparison should be down with unsigned values. Here is test case:
It means
if ((uint)-1 >5) Console.WriteLine("HelloWorld")
but was translated as:Roslyn use such expressions pretty much within async state machines with try/catch statements.
The text was updated successfully, but these errors were encountered: