Jeff Kluge
Jeff Kluge
You'll need your progress callback to return `WimMessageResult.Abort` like [this unit test](https://github.com/jeffkl/ManagedWimgApi/blob/master/src/Microsoft.Wim.Tests/ApplyImageTests.cs#L41). Depending on your application, you'll need to implement `IDisposable` which should get called when your process is killed.
I wrote a simple console application with cancellation and it appears to work with my simple test image. Debugging in Visual Studio worked if I stopped it as well. ```...
I'll try to find some time to test it out and see if there's anything I can get to work in regards to cancellation
I ran the above code and it worked just fine. Can you try registering a log file to see what it says? Please attach it as well. ```c# WimgApi.RegisterLogFile(logFile); try...
@Erarndt some tests are failing with this change https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9173771&view=ms.vss-test-web.build-test-results-tab&runId=95788042&resultId=112702&paneView=debug
Team Review: Closing this PR for now
> @jeffkl What's blocking this from making progress? I was the NuGet on-call engineer last week. Hoping to get back to this today or tomorrow, I'm also helping with the...
> @jeffkl Do you have any numbers on this? Before:  After: 
> Can you share out a trace? > […](#) > ________________________________ From: Jeff Kluge ***@***.***> Sent: Friday, April 5, 2024 6:55 AM To: NuGet/NuGet.Client ***@***.***> Cc: David Kean ***@***.***>; Review...
Here are 4 runs of before:  And after: 