• Nick Craver's avatar
    This removes TaskSource.CreateDenyExecSync (#798) · cb2f1559
    Nick Craver authored
    After 50547eba, TaskSource.Create and TaskSource.CreateDenyExecSync methods are the same. There was some crud left everywhere that appeared like differences but it's really determined once in the static initializer for TaskSource based on the platform anyway.
    
    I've fixed the tests as well - they were a bit backwards on logic/assumptions so hard to read, and have been failing for some time. Now we'd expect ContinueWithExecSync to *not* be hijacked, and everything else to be...that's how the tests are as well.
    
    Note: the #if DEBUG change is because internals are already visible to tests...just simpler.
    cb2f1559
TaskTests.cs 4.38 KB