Matthew Conradie
Results
1
issues of
Matthew Conradie
When trying to replace a function call within a task started by PoseContext.Isolate... ` Shim consoleShim = Shim.Replace(() => Debug.WriteLine(Is.A())).With( delegate (string s) { Debug.WriteLine($"Hijacked: {s}"); }); var tcs =...