Maxim Trushin
Results
1
issues of
Maxim Trushin
VS 2022 v17.4.2: **Steps to Reproduce**: Try to compile the following code: ```cs ... Task r1 = TestAsyncDelayAsync(15).ContinueWith((Task task) => { return TestAsyncDelayAsync(task.**Result**.Value + 10); }, TaskScheduler.Default).Unwrap(); var r2 =...
bug
analyzers