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
I've cloned the repo and targeted net6.0 on Windows 22631.3527, then modified DoSvcTests.cs to import System.Threading.Tasks and return a Task as required by NUnit.
dotnet test UnitTests\PInvoke\DOSvc fails with the following stack trace, running with admin or SYSTEM permissions. Apologies for the screenshot, it's on a VM without copy/paste:
What code is involved
UnitTests\PInvoke\DOSvc
Expected behavior
Test passes successfully. I can't find a successful CI run though, so this might be a regression.
The text was updated successfully, but these errors were encountered:
This starts a download, but the temp file remains empty until timeout. Get-DeliveryOptimizationStatus shows the download has completed though. I suspect an issue with the lock
Describe the bug and how to reproduce
I've cloned the repo and targeted net6.0 on Windows 22631.3527, then modified
DoSvcTests.cs
to importSystem.Threading.Tasks
and return aTask
as required by NUnit.dotnet test UnitTests\PInvoke\DOSvc
fails with the following stack trace, running with admin or SYSTEM permissions. Apologies for the screenshot, it's on a VM without copy/paste:What code is involved
UnitTests\PInvoke\DOSvc
Expected behavior
Test passes successfully. I can't find a successful CI run though, so this might be a regression.
The text was updated successfully, but these errors were encountered: