Console log: 'dotnet-watch.Tests.dll.2' from job 357d3a2a-ff30-43d0-8927-25cf3ca50c63 workitem e8c81e13-70e0-4aa0-a19a-b8633140986a (windows.amd64.vs2022.pre.open.svc) executed on machine a00CSVK running Windows-2022Server-10.0.20348-SP0 C:\h\w\AA32093B\w\ABC00908\e>call C:\h\w\AA32093B\p\t\RunTestsOnHelix.cmd true C:\h\w\AA32093B\w\ABC00908\e>REM make NuGet network operations more robust C:\h\w\AA32093B\w\ABC00908\e>set NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true C:\h\w\AA32093B\w\ABC00908\e>set NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 C:\h\w\AA32093B\w\ABC00908\e>set NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 C:\h\w\AA32093B\w\ABC00908\e>set MicrosoftNETBuildExtensionsTargets=C:\h\w\AA32093B\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets C:\h\w\AA32093B\w\ABC00908\e>set DOTNET_ROOT=C:\h\w\AA32093B\p\d C:\h\w\AA32093B\w\ABC00908\e>set PATH=C:\h\w\AA32093B\p\d;C:\python3\Scripts\;C:\python3\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Users\vsagent\AppData\Local\Microsoft\WindowsApps C:\h\w\AA32093B\w\ABC00908\e>set DOTNET_MULTILEVEL_LOOKUP=0 C:\h\w\AA32093B\w\ABC00908\e>set TestFullMSBuild=true C:\h\w\AA32093B\w\ABC00908\e>REM Ensure Visual Studio instances allow preview SDKs C:\h\w\AA32093B\w\ABC00908\e>PowerShell -ExecutionPolicy ByPass -NoProfile -File "C:\h\w\AA32093B\p\t\eng\enable-preview-sdks.ps1" LocateVisualStudio failed: The property 'vs' cannot be found on this object. Verify that the property exists. C:\h\w\AA32093B\w\ABC00908\e>REM Use powershell to call partical Arcade logic to get full framework msbuild path and assign it C:\h\w\AA32093B\w\ABC00908\e>if "true" == "true" (FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass -File "C:\h\w\AA32093B\p\t\eng\print-full-msbuild-path.ps1"') do (SET DOTNET_SDK_TEST_MSBUILD_PATH=%g ) ) C:\h\w\AA32093B\w\ABC00908\e>(SET DOTNET_SDK_TEST_MSBUILD_PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe ) C:\h\w\AA32093B\w\ABC00908\e>REM Use powershell to run GetRandomFileName C:\h\w\AA32093B\w\ABC00908\e>FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass [System.IO.Path]::GetRandomFileName()') do (SET RandomDirectoryName=%g ) C:\h\w\AA32093B\w\ABC00908\e>(SET RandomDirectoryName=tnaa0xwp.rte ) C:\h\w\AA32093B\w\ABC00908\e>set TestExecutionDirectory=C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte C:\h\w\AA32093B\w\ABC00908\e>set DOTNET_CLI_HOME=C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\.dotnet C:\h\w\AA32093B\w\ABC00908\e>mkdir C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte C:\h\w\AA32093B\w\ABC00908\e>REM https://stackoverflow.com/a/7487697/294804 C:\h\w\AA32093B\w\ABC00908\e>robocopy C:\h\w\AA32093B\p\t\TestExecutionDirectoryFiles C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte /s /nfl /ndl /njh /njs /np C:\h\w\AA32093B\w\ABC00908\e>set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte C:\h\w\AA32093B\w\ABC00908\e>set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\AA32093B\p\r C:\h\w\AA32093B\w\ABC00908\e>set DOTNET_SDK_TEST_ASSETS_DIRECTORY=C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestAssets C:\h\w\AA32093B\w\ABC00908\e>REM call dotnet new so the first run message doesn't interfere with the first test C:\h\w\AA32093B\w\ABC00908\e>dotnet new --debug:ephemeral-hive Welcome to .NET 9.0! --------------------- SDK Version: 9.0.114-ci ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- The 'dotnet new' command creates a .NET project based on a template. Common templates are: Template Name Short Name Language Tags ----------------- ---------- ---------- ---------------------- Blazor Web App blazor [C#] Web/Blazor/WebAssembly Class Library classlib [C#],F#,VB Common/Library Console App console [C#],F#,VB Common/Console Windows Forms App winforms [C#],VB Common/WinForms WPF Application wpf [C#],VB Common/WPF An example would be: dotnet new console Display template options with: dotnet new console -h Display all installed templates with: dotnet new list Display templates available on NuGet.org with: dotnet new search web C:\h\w\AA32093B\w\ABC00908\e>REM We downloaded a special zip of files to the .nuget folder so add that as a source C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget list source --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Registered Sources: 1. darc-pub-dotnet-deployment-tools-b2d5c0c [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5/nuget/v3/index.json 2. darc-pub-dotnet-deployment-tools-b2d5c0c-9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-9/nuget/v3/index.json 3. darc-pub-dotnet-deployment-tools-b2d5c0c-8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-8/nuget/v3/index.json 4. darc-pub-dotnet-deployment-tools-b2d5c0c-7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-7/nuget/v3/index.json 5. darc-pub-dotnet-deployment-tools-b2d5c0c-6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-6/nuget/v3/index.json 6. darc-pub-dotnet-deployment-tools-b2d5c0c-5 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-5/nuget/v3/index.json 7. darc-pub-dotnet-deployment-tools-b2d5c0c-4 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-4/nuget/v3/index.json 8. darc-pub-dotnet-deployment-tools-b2d5c0c-3 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-3/nuget/v3/index.json 9. darc-pub-dotnet-deployment-tools-b2d5c0c-2 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-2/nuget/v3/index.json 10. darc-pub-dotnet-deployment-tools-b2d5c0c-15 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-15/nuget/v3/index.json 11. darc-pub-dotnet-deployment-tools-b2d5c0c-14 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-14/nuget/v3/index.json 12. darc-pub-dotnet-deployment-tools-b2d5c0c-13 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-13/nuget/v3/index.json 13. darc-pub-dotnet-deployment-tools-b2d5c0c-12 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-12/nuget/v3/index.json 14. darc-pub-dotnet-deployment-tools-b2d5c0c-11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-11/nuget/v3/index.json 15. darc-pub-dotnet-deployment-tools-b2d5c0c-10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-10/nuget/v3/index.json 16. darc-pub-dotnet-deployment-tools-b2d5c0c-1 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-1/nuget/v3/index.json 17. darc-pub-DotNet-msbuild-Trusted-a3e0085 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a3e0085f/nuget/v3/index.json 18. darc-pub-dotnet-templating-9887f54 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9887f549/nuget/v3/index.json 19. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 20. dotnet6-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json 21. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 22. dotnet7-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json 23. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 24. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 25. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 26. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 27. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 28. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 29. dotnet-eng [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json 30. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 31. dotnet-tools-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json 32. dotnet-libraries [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 33. dotnet-libraries-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json 34. vs-impl [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json 35. richnav [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json C:\h\w\AA32093B\w\ABC00908\e>PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" Count : 27 Average : Sum : Maximum : Minimum : Property : C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget add source C:\h\w\AA32093B\p\d\.nuget --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: Package source 1 added successfully. C:\h\w\AA32093B\w\ABC00908\e>if exist C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Testpackages dotnet nuget add source C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Testpackages --name testpackages --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: testpackages added successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet6-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: dotnet6-transport removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet6-internal-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config error: Unable to find any package source(s) matching name: dotnet6-internal-transport. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet7-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: dotnet7-transport removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet7-internal-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config error: Unable to find any package source(s) matching name: dotnet7-internal-transport. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source richnav --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: richnav removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source vs-impl --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: vs-impl removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet-libraries-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: dotnet-libraries-transport removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet-tools-transport --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: dotnet-tools-transport removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet-libraries --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: dotnet-libraries removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget remove source dotnet-eng --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Package source with Name: dotnet-eng removed successfully. C:\h\w\AA32093B\w\ABC00908\e>dotnet nuget list source --configfile C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\nuget.config Registered Sources: 1. darc-pub-dotnet-deployment-tools-b2d5c0c [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5/nuget/v3/index.json 2. darc-pub-dotnet-deployment-tools-b2d5c0c-9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-9/nuget/v3/index.json 3. darc-pub-dotnet-deployment-tools-b2d5c0c-8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-8/nuget/v3/index.json 4. darc-pub-dotnet-deployment-tools-b2d5c0c-7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-7/nuget/v3/index.json 5. darc-pub-dotnet-deployment-tools-b2d5c0c-6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-6/nuget/v3/index.json 6. darc-pub-dotnet-deployment-tools-b2d5c0c-5 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-5/nuget/v3/index.json 7. darc-pub-dotnet-deployment-tools-b2d5c0c-4 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-4/nuget/v3/index.json 8. darc-pub-dotnet-deployment-tools-b2d5c0c-3 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-3/nuget/v3/index.json 9. darc-pub-dotnet-deployment-tools-b2d5c0c-2 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-2/nuget/v3/index.json 10. darc-pub-dotnet-deployment-tools-b2d5c0c-15 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-15/nuget/v3/index.json 11. darc-pub-dotnet-deployment-tools-b2d5c0c-14 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-14/nuget/v3/index.json 12. darc-pub-dotnet-deployment-tools-b2d5c0c-13 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-13/nuget/v3/index.json 13. darc-pub-dotnet-deployment-tools-b2d5c0c-12 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-12/nuget/v3/index.json 14. darc-pub-dotnet-deployment-tools-b2d5c0c-11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-11/nuget/v3/index.json 15. darc-pub-dotnet-deployment-tools-b2d5c0c-10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-10/nuget/v3/index.json 16. darc-pub-dotnet-deployment-tools-b2d5c0c-1 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-deployment-tools-b2d5c0c5-1/nuget/v3/index.json 17. darc-pub-DotNet-msbuild-Trusted-a3e0085 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-a3e0085f/nuget/v3/index.json 18. darc-pub-dotnet-templating-9887f54 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-9887f549/nuget/v3/index.json 19. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 20. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 21. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 22. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 23. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 24. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 25. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 26. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 27. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 28. Package source 1 [Enabled] C:\h\w\AA32093B\p\d\.nuget 29. testpackages [Enabled] C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Testpackages C:\h\w\AA32093B\w\ABC00908\e>dotnet test dotnet-watch.Tests.dll -e HELIX_WORK_ITEM_TIMEOUT=00:45:00 -e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte -e DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\AA32093B\p\r --results-directory .\ --logger trx --logger "console;verbosity=detailed" --blame-hang --blame-hang-timeout 15m --filter "Microsoft.DotNet.Watcher.Tests.NoDepsAppTests|Microsoft.DotNet.Watcher.Tests.ProgramTests|Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests|Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests+TriggerEvent|Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests+UpdateLocation|Microsoft.DotNet.Watcher.Tests.TestRuntimeProcessLauncher+Factory|Microsoft.DotNet.Watcher.Tests.UpdatePayloadTests|Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests" -d C:\h\w\AA32093B\w\ABC00908\uploads\dotnetTestLog.log VSTest version 17.12.0-release-24508-01 (x64) Starting test execution, please wait... Logging Vstest Diagnostics in file: C:\h\w\AA32093B\w\ABC00908\uploads\dotnetTestLog.log A total of 1 test files matched the specified pattern. C:\h\w\AA32093B\w\ABC00908\e\dotnet-watch.Tests.dll Data collection : Logging DataCollector Diagnostics in file: C:\h\w\AA32093B\w\ABC00908\uploads\dotnetTestLog.datacollector.26-01-08_10-34-10_66447_5.log Logging TestHost Diagnostics in file: C:\h\w\AA32093B\w\ABC00908\uploads\dotnetTestLog.host.26-01-08_10-34-11_19663_5.log [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 9.0.11) [xUnit.net 00:00:00.12] Discovering: dotnet-watch.Tests (method display = ClassAndMethod, method display options = None) Running C:\h\w\AA32093B\p\d\dotnet.exe --version Process ID: 4644 [xUnit.net 00:00:00.52] Discovered: dotnet-watch.Tests (found 215 test cases) [xUnit.net 00:00:00.53] Starting: dotnet-watch.Tests (parallel test collections = on [4 threads], stop on fail = off) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj /restore Process ID: 3708 Passed Microsoft.DotNet.Watcher.Tests.UpdatePayloadTests.UpdatePayload_WithLargeDeltas_CanRoundtrip [24 ms] Passed Microsoft.DotNet.Watcher.Tests.UpdatePayloadTests.UpdatePayload_CanRoundTrip [< 1 ms] Passed Microsoft.DotNet.Watcher.Tests.UpdatePayloadTests.UpdatePayload_CanRoundTripUpdatedTypes [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--quiet", before: True) [53 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--non-interactive", before: False) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--verbose", before: True) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--quiet", before: False) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--no-hot-reload", before: False) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--non-interactive", before: True) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--verbose", before: False) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.WatchOptions_NotPassedThrough_BeforeCommand(option: "--no-hot-reload", before: True) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.MultiplePropertyValues [7 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: After, arg: "--verbose") [1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Before, arg: "--verbose") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: After, arg: "--no-hot-reload") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: After, arg: "--non-interactive") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: After, arg: "--list") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Before, arg: "--non-interactive") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Before, arg: "--list") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Both, arg: "--verbose") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Before, arg: "--quiet") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Both, arg: "--no-hot-reload") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Both, arg: "--non-interactive") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: After, arg: "--quiet") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Both, arg: "--quiet") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Before, arg: "--no-hot-reload") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_Allowed_Bool(position: Both, arg: "--list") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_NotAllowed(option: "--framework") [3 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionDuplicates_NotAllowed(option: "--project") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Valid(argValue: "P=V", name: "P", value: "V") [4 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Valid(argValue: "P=A=B", name: "P", value: "A=B") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Valid(argValue: "P=", name: "P", value: "") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Valid(argValue: " P\t = V ", name: "P", value: " V ") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Valid(argValue: "P==", name: "P", value: "=") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "clean") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "tool") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "test") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "store") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "pack") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "build-server") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "sln") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "format") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "add") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "help") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "sdk") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "nuget") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "list") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "workload") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "new") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "run") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "publish") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "msbuild") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "restore") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "vstest") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "remove") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ExplicitCommand(command: "build") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsedNonWatchOptionsAfterDashDash_NoLaunchProfile [2 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.LongFormForProjectArgumentWorks [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsedNonWatchOptionsAfterDashDash_LaunchProfile [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsesRemainingArgs(args: ["--unrecognized-arg"], expected: ["--unrecognized-arg"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsesRemainingArgs(args: ["--verbose", "run", "runarg1", "-runarg2"], expected: ["runarg1", "-runarg2"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsesRemainingArgs(args: ["run", "--", "runarg"], expected: ["--", "runarg"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsesRemainingArgs(args: ["--verbose", "--", "run", "--", "runarg"], expected: ["--", "run", "--", "runarg"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsesRemainingArgs(args: ["run"], expected: []) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsesRemainingArgs(args: ["--verbose", "run", "--", "--", "runarg"], expected: ["--", "--", "runarg"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.HelpArgs(args: ["--help"]) [57 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.HelpArgs(args: ["--help", "--bogus"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.HelpArgs(args: ["-?"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.HelpArgs(args: ["-h"]) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionsSpecifiedBeforeOrAfterRun(afterRun: True) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.OptionsSpecifiedBeforeOrAfterRun(afterRun: False) [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsedNonWatchOptionsAfterDashDash_Property [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Invalid(value: "=") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Invalid(value: "=P3") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Invalid(value: "P") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.BuildProperties_Invalid(value: "==") [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.UnknownOption [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RemainingOptions [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.LongFormForLaunchProfileArgumentWorks [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsedNonWatchOptionsAfterDashDash_Project [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RunOptions_LaunchProfile_Both [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RunOptions_NoProfile_Watch [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RemainingOptionsDashDashRun [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RemainingOptionsDashDash [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ImplicitCommand [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.NoOptionsAfterDashDash [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RunOptions_NoProfile_Both [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ShortFormForLaunchProfileArgumentWorks [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.CannotHaveQuietAndVerbose [< 1 ms] [xUnit.net 00:00:01.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD' [xUnit.net 00:00:02.07] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:02.07] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:13 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.59 [xUnit.net 00:00:02.07] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] [xUnit.net 00:00:02.07] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] StdErr: [xUnit.net 00:00:02.07] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:02.07] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:02.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [FAIL] [xUnit.net 00:00:02.12] Expected command to pass but it did not. [xUnit.net 00:00:02.12] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:02.12] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:02.12] Exit Code: 1 [xUnit.net 00:00:02.12] StdOut: [xUnit.net 00:00:02.12] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:02.13] Build started 1/8/2026 10:34:13 AM. [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:02.13] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] [xUnit.net 00:00:02.13] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] Build FAILED. [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. Process ID: 6488 [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:02.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] 0 Warning(s) [xUnit.net 00:00:02.13] 2 Error(s) [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] Time Elapsed 00:00:00.59 [xUnit.net 00:00:02.13] StdErr: [xUnit.net 00:00:02.13] No .NET SDKs were found. [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] Download a .NET SDK: [xUnit.net 00:00:02.13] https://aka.ms/dotnet/download [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] Learn about SDK resolution: [xUnit.net 00:00:02.13] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:02.13] No .NET SDKs were found. [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] Download a .NET SDK: [xUnit.net 00:00:02.13] https://aka.ms/dotnet/download [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.13] Learn about SDK resolution: [xUnit.net 00:00:02.13] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:02.13] [xUnit.net 00:00:02.14] Stack Trace: [xUnit.net 00:00:02.14] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:02.14] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:02.14] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:02.14] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:02.14] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:02.14] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:02.14] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:02.14] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:02.14] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:02.14] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:02.14] --- End of stack trace from previous location --- [xUnit.net 00:00:02.14] Output: [xUnit.net 00:00:02.14] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:02.14] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:02.14] Build started 1/8/2026 10:34:13 AM. [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:02.14] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] [xUnit.net 00:00:02.14] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] Build FAILED. [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:02.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] 0 Warning(s) [xUnit.net 00:00:02.14] 2 Error(s) [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] Time Elapsed 00:00:00.59 [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] StdErr: [xUnit.net 00:00:02.14] No .NET SDKs were found. [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] Download a .NET SDK: [xUnit.net 00:00:02.14] https://aka.ms/dotnet/download [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] Learn about SDK resolution: [xUnit.net 00:00:02.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:02.14] No .NET SDKs were found. [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] Download a .NET SDK: [xUnit.net 00:00:02.14] https://aka.ms/dotnet/download [xUnit.net 00:00:02.14] [xUnit.net 00:00:02.14] Learn about SDK resolution: [xUnit.net 00:00:02.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:02.15] Exit Code: 1 [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:14 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.56 [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [OUTPUT] [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [OUTPUT] StdErr: [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:03.44] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [FAIL] [xUnit.net 00:00:03.45] Expected command to pass but it did not. [xUnit.net 00:00:03.45] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:03.45] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:03.45] Exit Code: 1 [xUnit.net 00:00:03.45] StdOut: [xUnit.net 00:00:03.45] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:03.45] Build started 1/8/2026 10:34:14 AM. [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:03.45] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] [xUnit.net 00:00:03.45] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] Build FAILED. [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target) (1) -> Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:03.45] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] 0 Warning(s) [xUnit.net 00:00:03.45] 2 Error(s) [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] Time Elapsed 00:00:00.56 [xUnit.net 00:00:03.45] StdErr: [xUnit.net 00:00:03.45] No .NET SDKs were found. [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] Download a .NET SDK: [xUnit.net 00:00:03.45] https://aka.ms/dotnet/download [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] Learn about SDK resolution: [xUnit.net 00:00:03.45] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:03.45] No .NET SDKs were found. [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.45] Download a .NET SDK: [xUnit.net 00:00:03.45] https://aka.ms/dotnet/download [xUnit.net 00:00:03.45] [xUnit.net 00:00:03.46] Learn about SDK resolution: [xUnit.net 00:00:03.46] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] Stack Trace: [xUnit.net 00:00:03.46] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:03.46] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:03.46] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:03.46] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:03.46] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) Process ID: 5768 [xUnit.net 00:00:03.46] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:03.46] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:03.46] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:03.46] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:03.46] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:03.46] --- End of stack trace from previous location --- [xUnit.net 00:00:03.46] Output: [xUnit.net 00:00:03.46] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:03.46] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:03.46] Build started 1/8/2026 10:34:14 AM. [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:03.46] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] [xUnit.net 00:00:03.46] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] Build FAILED. [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:03.46] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] 0 Warning(s) [xUnit.net 00:00:03.46] 2 Error(s) [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.46] Time Elapsed 00:00:00.56 [xUnit.net 00:00:03.46] [xUnit.net 00:00:03.47] StdErr: [xUnit.net 00:00:03.47] No .NET SDKs were found. [xUnit.net 00:00:03.47] [xUnit.net 00:00:03.47] Download a .NET SDK: [xUnit.net 00:00:03.47] https://aka.ms/dotnet/download [xUnit.net 00:00:03.47] [xUnit.net 00:00:03.47] Learn about SDK resolution: [xUnit.net 00:00:03.47] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:03.47] No .NET SDKs were found. [xUnit.net 00:00:03.47] [xUnit.net 00:00:03.47] Download a .NET SDK: [xUnit.net 00:00:03.47] https://aka.ms/dotnet/download [xUnit.net 00:00:03.47] [xUnit.net 00:00:03.47] Learn about SDK resolution: [xUnit.net 00:00:03.47] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:03.47] Exit Code: 1 Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ParsedNonWatchOptionsAfterDashDash_Framework [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RunOptions_LaunchProfile_Run [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RunOptions_LaunchProfile_Watch [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.RunOptions_NoProfile_Run [< 1 ms] Passed Microsoft.DotNet.Watcher.Tools.CommandLineOptionsTests.ShortFormForProjectArgumentPrintsWarning [< 1 ms] Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "run,args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:13 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:13 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---27CED6C8\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload"], expectedApplicationArgs: "") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:14 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.56 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:14 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6DDF697E\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.56 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:15 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.51 [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [OUTPUT] [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [OUTPUT] StdErr: [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:04.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [FAIL] [xUnit.net 00:00:04.72] Expected command to pass but it did not. [xUnit.net 00:00:04.72] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:04.72] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:04.72] Exit Code: 1 [xUnit.net 00:00:04.72] StdOut: [xUnit.net 00:00:04.72] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:04.72] Build started 1/8/2026 10:34:15 AM. [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:04.72] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] [xUnit.net 00:00:04.72] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] Build FAILED. [xUnit.net 00:00:04.72] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:04.72] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] 0 Warning(s) [xUnit.net 00:00:04.72] 2 Error(s) [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] Time Elapsed 00:00:00.51 [xUnit.net 00:00:04.72] StdErr: [xUnit.net 00:00:04.72] No .NET SDKs were found. [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] Download a .NET SDK: [xUnit.net 00:00:04.72] https://aka.ms/dotnet/download [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] Learn about SDK resolution: [xUnit.net 00:00:04.72] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.72] No .NET SDKs were found. [xUnit.net 00:00:04.72] Process ID: 2136 [xUnit.net 00:00:04.72] Download a .NET SDK: [xUnit.net 00:00:04.72] https://aka.ms/dotnet/download [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] Learn about SDK resolution: [xUnit.net 00:00:04.72] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:04.72] [xUnit.net 00:00:04.72] Stack Trace: [xUnit.net 00:00:04.72] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:04.72] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:04.72] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:04.72] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:04.72] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:04.72] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:04.72] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:04.72] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:04.72] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:04.72] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:05.19] --- End of stack trace from previous location --- [xUnit.net 00:00:05.19] Output: [xUnit.net 00:00:05.19] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:05.20] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:05.20] Build started 1/8/2026 10:34:15 AM. [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:05.20] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] [xUnit.net 00:00:05.20] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] Build FAILED. [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:05.20] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] 0 Warning(s) [xUnit.net 00:00:05.20] 2 Error(s) [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] Time Elapsed 00:00:00.51 [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] StdErr: [xUnit.net 00:00:05.20] No .NET SDKs were found. [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] Download a .NET SDK: [xUnit.net 00:00:05.20] https://aka.ms/dotnet/download [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] Learn about SDK resolution: [xUnit.net 00:00:05.20] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:05.20] No .NET SDKs were found. [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] Download a .NET SDK: [xUnit.net 00:00:05.20] https://aka.ms/dotnet/download [xUnit.net 00:00:05.20] [xUnit.net 00:00:05.20] Learn about SDK resolution: [xUnit.net 00:00:05.20] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:05.20] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run", "args"], expectedApplicationArgs: "args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:15 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.51 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:15 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D0BEE384\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.51 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:05.34] Microsoft.DotNet.Watcher.Tests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange [SKIP] [xUnit.net 00:00:05.34] https://github.com/dotnet/sdk/issues/42921 [xUnit.net 00:00:05.34] Microsoft.DotNet.Watcher.Tests.NoDepsAppTests.RestartProcessOnFileChange [SKIP] [xUnit.net 00:00:05.34] https://github.com/dotnet/sdk/issues/42921 [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:17 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.48 [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [OUTPUT] [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [OUTPUT] StdErr: [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:06.38] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [FAIL] [xUnit.net 00:00:06.38] Expected command to pass but it did not. [xUnit.net 00:00:06.38] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:06.38] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:06.38] Exit Code: 1 [xUnit.net 00:00:06.38] StdOut: [xUnit.net 00:00:06.38] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:06.38] Build started 1/8/2026 10:34:17 AM. [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.38] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] [xUnit.net 00:00:06.38] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] Build FAILED. [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:06.38] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] 0 Warning(s) [xUnit.net 00:00:06.38] 2 Error(s) [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] Time Elapsed 00:00:00.48 [xUnit.net 00:00:06.38] StdErr: Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:06.38] No .NET SDKs were found. [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] Download a .NET SDK: [xUnit.net 00:00:06.38] https://aka.ms/dotnet/download [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] Learn about SDK resolution: [xUnit.net 00:00:06.38] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.38] No .NET SDKs were found. [xUnit.net 00:00:06.38] [xUnit.net 00:00:06.38] Download a .NET SDK: [xUnit.net 00:00:06.39] https://aka.ms/dotnet/download [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Learn about SDK resolution: [xUnit.net 00:00:06.39] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Stack Trace: [xUnit.net 00:00:06.39] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:06.39] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:06.39] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:06.39] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:06.39] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:06.39] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:06.39] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:06.39] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:06.39] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:06.39] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:06.39] --- End of stack trace from previous location --- [xUnit.net 00:00:06.39] Output: [xUnit.net 00:00:06.39] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:06.39] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:06.39] Build started 1/8/2026 10:34:17 AM. [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.39] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] [xUnit.net 00:00:06.39] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Build FAILED. [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:06.39] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] 0 Warning(s) [xUnit.net 00:00:06.39] 2 Error(s) [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Time Elapsed 00:00:00.48 [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] StdErr: [xUnit.net 00:00:06.39] No .NET SDKs were found. [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Download a .NET SDK: [xUnit.net 00:00:06.39] https://aka.ms/dotnet/download [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Learn about SDK resolution: [xUnit.net 00:00:06.39] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.39] No .NET SDKs were found. [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Download a .NET SDK: Process ID: 4648 [xUnit.net 00:00:06.39] https://aka.ms/dotnet/download [xUnit.net 00:00:06.39] [xUnit.net 00:00:06.39] Learn about SDK resolution: [xUnit.net 00:00:06.39] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:06.39] Exit Code: 1 [xUnit.net 00:00:06.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:00:06.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:00:06.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj' [xUnit.net 00:00:06.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmptvhk5h.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8836 Skipped Microsoft.DotNet.Watcher.Tests.NoDepsAppTests.RestartProcessThatTerminatesAfterFileChange [1 ms] Error Message: https://github.com/dotnet/sdk/issues/42921 Skipped Microsoft.DotNet.Watcher.Tests.NoDepsAppTests.RestartProcessOnFileChange [1 ms] Error Message: https://github.com/dotnet/sdk/issues/42921 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["abc"], expectedApplicationArgs: "abc") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:17 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.48 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:17 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---D1E9F06D\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.48 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:18 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.49 [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [OUTPUT] [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [OUTPUT] StdErr: [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:07.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [FAIL] [xUnit.net 00:00:07.66] Expected command to pass but it did not. [xUnit.net 00:00:07.66] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:07.66] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:07.66] Exit Code: 1 [xUnit.net 00:00:07.66] StdOut: [xUnit.net 00:00:07.66] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:07.66] Build started 1/8/2026 10:34:18 AM. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:07.66] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] [xUnit.net 00:00:07.66] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Build FAILED. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] 0 Warning(s) [xUnit.net 00:00:07.66] 2 Error(s) [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Time Elapsed 00:00:00.49 [xUnit.net 00:00:07.66] StdErr: [xUnit.net 00:00:07.66] No .NET SDKs were found. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Download a .NET SDK: [xUnit.net 00:00:07.66] https://aka.ms/dotnet/download [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Learn about SDK resolution: [xUnit.net 00:00:07.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.66] No .NET SDKs were found. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Download a .NET SDK: [xUnit.net 00:00:07.66] https://aka.ms/dotnet/download [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Learn about SDK resolution: [xUnit.net 00:00:07.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Stack Trace: [xUnit.net 00:00:07.66] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:07.66] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:07.66] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:07.66] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:07.66] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:07.66] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:07.66] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:07.66] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:07.66] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:07.66] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:07.66] --- End of stack trace from previous location --- [xUnit.net 00:00:07.66] Output: [xUnit.net 00:00:07.66] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:07.66] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:07.66] Build started 1/8/2026 10:34:18 AM. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:07.66] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] [xUnit.net 00:00:07.66] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] Build FAILED. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:07.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] [xUnit.net 00:00:07.66] [xUnit.net 00:00:07.66] 0 Warning(s) [xUnit.net 00:00:07.67] 2 Error(s) [xUnit.net 00:00:07.67] [xUnit.net 00:00:07.67] Time Elapsed 00:00:00.49 [xUnit.net 00:00:07.67] [xUnit.net 00:00:07.67] StdErr: [xUnit.net 00:00:07.67] No .NET SDKs were found. [xUnit.net 00:00:07.67] [xUnit.net 00:00:07.67] Download a .NET SDK: [xUnit.net 00:00:07.67] https://aka.ms/dotnet/download [xUnit.net 00:00:07.67] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:07.67] Learn about SDK resolution: [xUnit.net 00:00:07.67] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.67] No .NET SDKs were found. [xUnit.net 00:00:07.67] [xUnit.net 00:00:07.67] Download a .NET SDK: [xUnit.net 00:00:07.67] https://aka.ms/dotnet/download [xUnit.net 00:00:07.67] [xUnit.net 00:00:07.67] Learn about SDK resolution: [xUnit.net 00:00:07.67] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:07.67] Exit Code: 1 Process ID: 9036 [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:20 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.59 [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [OUTPUT] [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [OUTPUT] StdErr: [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:09.10] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [FAIL] [xUnit.net 00:00:09.10] Expected command to pass but it did not. [xUnit.net 00:00:09.10] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:09.10] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:09.10] Exit Code: 1 [xUnit.net 00:00:09.10] StdOut: [xUnit.net 00:00:09.10] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:09.10] Build started 1/8/2026 10:34:20 AM. [xUnit.net 00:00:09.10] [xUnit.net 00:00:09.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.10] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:09.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] [xUnit.net 00:00:09.10] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:09.10] [xUnit.net 00:00:09.10] Build FAILED. [xUnit.net 00:00:09.10] [xUnit.net 00:00:09.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run"], expectedApplicationArgs: "") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:18 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.49 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:18 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---5782CEDC\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.49 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:09.49] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.49] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.49] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.49] [xUnit.net 00:00:09.49] [xUnit.net 00:00:09.49] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:09.49] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] [xUnit.net 00:00:09.49] [xUnit.net 00:00:09.49] 0 Warning(s) [xUnit.net 00:00:09.49] 2 Error(s) [xUnit.net 00:00:09.49] [xUnit.net 00:00:09.49] Time Elapsed 00:00:00.59 [xUnit.net 00:00:09.49] StdErr: [xUnit.net 00:00:09.49] No .NET SDKs were found. [xUnit.net 00:00:09.49] [xUnit.net 00:00:09.49] Download a .NET SDK: [xUnit.net 00:00:09.49] https://aka.ms/dotnet/download [xUnit.net 00:00:09.49] [xUnit.net 00:00:09.50] Learn about SDK resolution: [xUnit.net 00:00:09.50] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.50] No .NET SDKs were found. [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Download a .NET SDK: [xUnit.net 00:00:09.50] https://aka.ms/dotnet/download [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Learn about SDK resolution: [xUnit.net 00:00:09.50] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Stack Trace: [xUnit.net 00:00:09.50] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:09.50] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:09.50] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:09.50] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:09.50] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:09.50] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:09.50] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:09.50] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:09.50] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:09.50] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:09.50] --- End of stack trace from previous location --- [xUnit.net 00:00:09.50] Output: [xUnit.net 00:00:09.50] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:09.50] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:09.50] Build started 1/8/2026 10:34:20 AM. Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.50] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] [xUnit.net 00:00:09.50] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Build FAILED. [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:09.50] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] 0 Warning(s) [xUnit.net 00:00:09.50] 2 Error(s) [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Time Elapsed 00:00:00.59 [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] StdErr: [xUnit.net 00:00:09.50] No .NET SDKs were found. [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Download a .NET SDK: [xUnit.net 00:00:09.50] https://aka.ms/dotnet/download [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.50] Learn about SDK resolution: [xUnit.net 00:00:09.50] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.50] No .NET SDKs were found. [xUnit.net 00:00:09.50] [xUnit.net 00:00:09.51] Download a .NET SDK: [xUnit.net 00:00:09.51] https://aka.ms/dotnet/download [xUnit.net 00:00:09.51] [xUnit.net 00:00:09.51] Learn about SDK resolution: [xUnit.net 00:00:09.51] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:09.51] Exit Code: 1 Process ID: 2520 [xUnit.net 00:00:09.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Process id 8836 ran for 3223ms. [xUnit.net 00:00:09.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:00:10.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:00:10.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:10.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:10.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:10.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 153c08d7-c0de-47be-bf2a-d5d01bcf2594. [xUnit.net 00:00:10.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=153c08d7-c0de-47be-bf2a-d5d01bcf2594] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj': process id 6536 [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:21 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.65 [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] StdErr: [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:11.01] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [FAIL] [xUnit.net 00:00:11.01] Expected command to pass but it did not. [xUnit.net 00:00:11.01] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:11.01] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:11.01] Exit Code: 1 [xUnit.net 00:00:11.01] StdOut: [xUnit.net 00:00:11.01] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:11.01] Build started 1/8/2026 10:34:21 AM. [xUnit.net 00:00:11.01] [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.01] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] [xUnit.net 00:00:11.01] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:11.01] [xUnit.net 00:00:11.01] Build FAILED. [xUnit.net 00:00:11.01] [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.01] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.01] [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] 0 Warning(s) [xUnit.net 00:00:11.02] 2 Error(s) [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Time Elapsed 00:00:00.65 [xUnit.net 00:00:11.02] StdErr: [xUnit.net 00:00:11.02] No .NET SDKs were found. [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Download a .NET SDK: [xUnit.net 00:00:11.02] https://aka.ms/dotnet/download [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Learn about SDK resolution: [xUnit.net 00:00:11.02] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.02] No .NET SDKs were found. [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Download a .NET SDK: Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:11.02] https://aka.ms/dotnet/download [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Learn about SDK resolution: [xUnit.net 00:00:11.02] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Stack Trace: [xUnit.net 00:00:11.02] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:11.02] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:11.02] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:11.02] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:11.02] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:11.02] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:11.02] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:11.02] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:11.02] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:11.02] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:11.02] --- End of stack trace from previous location --- [xUnit.net 00:00:11.02] Output: [xUnit.net 00:00:11.02] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:11.02] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:11.02] Build started 1/8/2026 10:34:21 AM. [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.02] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] [xUnit.net 00:00:11.02] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Build FAILED. [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:11.02] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] 0 Warning(s) [xUnit.net 00:00:11.02] 2 Error(s) [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] Time Elapsed 00:00:00.65 [xUnit.net 00:00:11.02] [xUnit.net 00:00:11.02] StdErr: [xUnit.net 00:00:11.03] No .NET SDKs were found. [xUnit.net 00:00:11.03] [xUnit.net 00:00:11.03] Download a .NET SDK: [xUnit.net 00:00:11.03] https://aka.ms/dotnet/download [xUnit.net 00:00:11.03] [xUnit.net 00:00:11.03] Learn about SDK resolution: [xUnit.net 00:00:11.03] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.03] No .NET SDKs were found. [xUnit.net 00:00:11.03] [xUnit.net 00:00:11.03] Download a .NET SDK: [xUnit.net 00:00:11.03] https://aka.ms/dotnet/download [xUnit.net 00:00:11.03] [xUnit.net 00:00:11.03] Learn about SDK resolution: [xUnit.net 00:00:11.03] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:11.03] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "build", "args"], expectedApplicationArgs: "build,args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:20 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:20 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---39A53378\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.59 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "run,args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:21 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.65 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:21 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---ED5CCDD1\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.65 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Process ID: 8388 [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:23 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.85 [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [OUTPUT] [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [OUTPUT] StdErr: [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:13.13] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [FAIL] [xUnit.net 00:00:13.13] Expected command to pass but it did not. [xUnit.net 00:00:13.14] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:13.14] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:13.14] Exit Code: 1 [xUnit.net 00:00:13.14] StdOut: [xUnit.net 00:00:13.14] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:13.14] Build started 1/8/2026 10:34:23 AM. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.14] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] [xUnit.net 00:00:13.14] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Build FAILED. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] 0 Warning(s) [xUnit.net 00:00:13.14] 2 Error(s) [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Time Elapsed 00:00:00.85 [xUnit.net 00:00:13.14] StdErr: [xUnit.net 00:00:13.14] No .NET SDKs were found. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Download a .NET SDK: [xUnit.net 00:00:13.14] https://aka.ms/dotnet/download [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Learn about SDK resolution: [xUnit.net 00:00:13.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.14] No .NET SDKs were found. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Download a .NET SDK: [xUnit.net 00:00:13.14] https://aka.ms/dotnet/download [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Learn about SDK resolution: [xUnit.net 00:00:13.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Stack Trace: [xUnit.net 00:00:13.14] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:13.14] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:13.14] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:13.14] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:13.14] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:13.14] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:13.14] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:13.14] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:13.14] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:13.14] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:13.14] --- End of stack trace from previous location --- [xUnit.net 00:00:13.14] Output: [xUnit.net 00:00:13.14] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:13.14] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:13.14] Build started 1/8/2026 10:34:23 AM. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.14] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] [xUnit.net 00:00:13.14] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] Build FAILED. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:13.14] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] [xUnit.net 00:00:13.14] [xUnit.net 00:00:13.14] 0 Warning(s) [xUnit.net 00:00:13.14] 2 Error(s) [xUnit.net 00:00:13.15] [xUnit.net 00:00:13.15] Time Elapsed 00:00:00.85 [xUnit.net 00:00:13.15] [xUnit.net 00:00:13.15] StdErr: [xUnit.net 00:00:13.15] No .NET SDKs were found. [xUnit.net 00:00:13.15] [xUnit.net 00:00:13.15] Download a .NET SDK: [xUnit.net 00:00:13.15] https://aka.ms/dotnet/download [xUnit.net 00:00:13.15] [xUnit.net 00:00:13.15] Learn about SDK resolution: [xUnit.net 00:00:13.15] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.15] No .NET SDKs were found. [xUnit.net 00:00:13.15] [xUnit.net 00:00:13.15] Download a .NET SDK: [xUnit.net 00:00:13.15] https://aka.ms/dotnet/download [xUnit.net 00:00:13.15] [xUnit.net 00:00:13.15] Learn about SDK resolution: [xUnit.net 00:00:13.15] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:13.15] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--no-hot-reload", "run"], expectedApplicationArgs: "") [2 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:23 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.85 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:23 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---6EEF3F59\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.85 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj /restore Process ID: 1184 [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:25 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.89 [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [OUTPUT] [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [OUTPUT] StdErr: [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:15.18] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [FAIL] [xUnit.net 00:00:15.18] Expected command to pass but it did not. [xUnit.net 00:00:15.18] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:15.18] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:15.18] Exit Code: 1 [xUnit.net 00:00:15.18] StdOut: [xUnit.net 00:00:15.18] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:15.18] Build started 1/8/2026 10:34:25 AM. [xUnit.net 00:00:15.18] [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.18] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] [xUnit.net 00:00:15.18] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:15.18] [xUnit.net 00:00:15.18] Build FAILED. [xUnit.net 00:00:15.18] [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.18] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target) (1) -> Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] 0 Warning(s) [xUnit.net 00:00:15.19] 2 Error(s) [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Time Elapsed 00:00:00.89 [xUnit.net 00:00:15.19] StdErr: [xUnit.net 00:00:15.19] No .NET SDKs were found. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Download a .NET SDK: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/download [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Learn about SDK resolution: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.19] No .NET SDKs were found. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Download a .NET SDK: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/download [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Learn about SDK resolution: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Stack Trace: [xUnit.net 00:00:15.19] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:15.19] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:15.19] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:15.19] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:15.19] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:15.19] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:15.19] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:15.19] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:15.19] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:15.19] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:15.19] --- End of stack trace from previous location --- [xUnit.net 00:00:15.19] Output: [xUnit.net 00:00:15.19] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:15.19] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:15.19] Build started 1/8/2026 10:34:25 AM. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.19] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] [xUnit.net 00:00:15.19] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Build FAILED. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Process ID: 1764 [xUnit.net 00:00:15.19] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:15.19] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] 0 Warning(s) [xUnit.net 00:00:15.19] 2 Error(s) [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Time Elapsed 00:00:00.89 [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] StdErr: [xUnit.net 00:00:15.19] No .NET SDKs were found. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Download a .NET SDK: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/download [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Learn about SDK resolution: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.19] No .NET SDKs were found. [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Download a .NET SDK: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/download [xUnit.net 00:00:15.19] [xUnit.net 00:00:15.19] Learn about SDK resolution: [xUnit.net 00:00:15.19] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:15.19] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["--", "test", "args"], expectedApplicationArgs: "test,args") [2 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:25 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.89 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:25 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---4B653F36\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.89 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:27 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.62 [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [OUTPUT] [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [OUTPUT] StdErr: [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:16.67] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [FAIL] [xUnit.net 00:00:16.67] Expected command to pass but it did not. [xUnit.net 00:00:16.68] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:16.68] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:16.68] Exit Code: 1 [xUnit.net 00:00:16.68] StdOut: [xUnit.net 00:00:16.68] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:16.68] Build started 1/8/2026 10:34:27 AM. [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:16.68] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] [xUnit.net 00:00:16.68] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Build FAILED. [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:16.68] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] 0 Warning(s) [xUnit.net 00:00:16.68] 2 Error(s) [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Time Elapsed 00:00:00.62 [xUnit.net 00:00:16.68] StdErr: [xUnit.net 00:00:16.68] No .NET SDKs were found. [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Download a .NET SDK: [xUnit.net 00:00:16.68] https://aka.ms/dotnet/download [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Learn about SDK resolution: [xUnit.net 00:00:16.68] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:16.68] No .NET SDKs were found. [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Download a .NET SDK: [xUnit.net 00:00:16.68] https://aka.ms/dotnet/download [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Learn about SDK resolution: [xUnit.net 00:00:16.68] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:16.68] [xUnit.net 00:00:16.68] Stack Trace: [xUnit.net 00:00:16.70] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:16.70] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:16.70] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:16.70] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:16.70] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:16.70] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:16.70] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:16.70] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:16.70] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:16.70] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:16.70] --- End of stack trace from previous location --- [xUnit.net 00:00:16.70] Output: [xUnit.net 00:00:16.70] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:16.70] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:16.70] Build started 1/8/2026 10:34:27 AM. [xUnit.net 00:00:16.70] [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:16.70] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] [xUnit.net 00:00:16.70] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:16.70] [xUnit.net 00:00:16.70] Build FAILED. [xUnit.net 00:00:16.70] [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:16.70] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:16.71] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:16.71] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:16.71] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] 0 Warning(s) [xUnit.net 00:00:16.71] 2 Error(s) [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] Time Elapsed 00:00:00.62 [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] StdErr: [xUnit.net 00:00:16.71] No .NET SDKs were found. [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] Download a .NET SDK: [xUnit.net 00:00:16.71] https://aka.ms/dotnet/download [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] Learn about SDK resolution: [xUnit.net 00:00:16.71] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:16.71] No .NET SDKs were found. [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] Download a .NET SDK: [xUnit.net 00:00:16.71] https://aka.ms/dotnet/download [xUnit.net 00:00:16.71] [xUnit.net 00:00:16.71] Learn about SDK resolution: [xUnit.net 00:00:16.71] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:16.71] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: ["run", "args"], expectedApplicationArgs: "args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:27 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.62 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:27 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---F36CD861\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.62 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Process ID: 8740 [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:29 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.76 [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [OUTPUT] [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [OUTPUT] StdErr: [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:18.39] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [FAIL] [xUnit.net 00:00:18.39] Expected command to pass but it did not. [xUnit.net 00:00:18.39] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:18.39] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:18.39] Exit Code: 1 [xUnit.net 00:00:18.39] StdOut: [xUnit.net 00:00:18.39] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:18.39] Build started 1/8/2026 10:34:29 AM. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:18.40] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] [xUnit.net 00:00:18.40] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Build FAILED. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] 0 Warning(s) [xUnit.net 00:00:18.40] 2 Error(s) [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Time Elapsed 00:00:00.76 [xUnit.net 00:00:18.40] StdErr: [xUnit.net 00:00:18.40] No .NET SDKs were found. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Download a .NET SDK: [xUnit.net 00:00:18.40] https://aka.ms/dotnet/download [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Learn about SDK resolution: [xUnit.net 00:00:18.40] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:18.40] No .NET SDKs were found. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Download a .NET SDK: [xUnit.net 00:00:18.40] https://aka.ms/dotnet/download [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Learn about SDK resolution: [xUnit.net 00:00:18.40] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Stack Trace: [xUnit.net 00:00:18.40] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:18.40] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:18.40] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:18.40] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:18.40] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:18.40] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:18.40] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:18.40] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:18.40] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:18.40] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(68,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:18.40] --- End of stack trace from previous location --- [xUnit.net 00:00:18.40] Output: [xUnit.net 00:00:18.40] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:18.40] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:18.40] Build started 1/8/2026 10:34:29 AM. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:18.40] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] [xUnit.net 00:00:18.40] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Build FAILED. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:18.40] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] 0 Warning(s) [xUnit.net 00:00:18.40] 2 Error(s) [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Time Elapsed 00:00:00.76 [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] StdErr: [xUnit.net 00:00:18.40] No .NET SDKs were found. [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.40] Download a .NET SDK: [xUnit.net 00:00:18.40] https://aka.ms/dotnet/download [xUnit.net 00:00:18.40] [xUnit.net 00:00:18.41] Learn about SDK resolution: [xUnit.net 00:00:18.41] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:18.41] No .NET SDKs were found. [xUnit.net 00:00:18.41] [xUnit.net 00:00:18.41] Download a .NET SDK: [xUnit.net 00:00:18.41] https://aka.ms/dotnet/download [xUnit.net 00:00:18.41] [xUnit.net 00:00:18.41] Learn about SDK resolution: [xUnit.net 00:00:18.41] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:18.41] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(arguments: [], expectedApplicationArgs: "") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:29 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.76 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 68 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:29 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Pro---7269E14F\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.76 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Process ID: 8792 [xUnit.net 00:00:19.84] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:19.84] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:30 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.60 [xUnit.net 00:00:19.84] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] [xUnit.net 00:00:19.84] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] StdErr: [xUnit.net 00:00:19.84] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.84] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:19.85] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [FAIL] [xUnit.net 00:00:19.85] Expected command to pass but it did not. [xUnit.net 00:00:19.85] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:19.85] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:19.85] Exit Code: 1 [xUnit.net 00:00:19.85] StdOut: [xUnit.net 00:00:19.85] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:19.85] Build started 1/8/2026 10:34:30 AM. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.85] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:19.85] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Build FAILED. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] 0 Warning(s) [xUnit.net 00:00:19.85] 2 Error(s) [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Time Elapsed 00:00:00.60 [xUnit.net 00:00:19.85] StdErr: [xUnit.net 00:00:19.85] No .NET SDKs were found. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Download a .NET SDK: [xUnit.net 00:00:19.85] https://aka.ms/dotnet/download [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Learn about SDK resolution: [xUnit.net 00:00:19.85] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.85] No .NET SDKs were found. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Download a .NET SDK: [xUnit.net 00:00:19.85] https://aka.ms/dotnet/download [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Learn about SDK resolution: [xUnit.net 00:00:19.85] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Stack Trace: [xUnit.net 00:00:19.85] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:19.85] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:19.85] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:19.85] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:19.85] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:19.85] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:19.85] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:19.85] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:19.85] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:19.85] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(185,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(String profileName, String expectedArgs) [xUnit.net 00:00:19.85] --- End of stack trace from previous location --- [xUnit.net 00:00:19.85] Output: [xUnit.net 00:00:19.85] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:19.85] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:19.85] Build started 1/8/2026 10:34:30 AM. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.85] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:19.85] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] Build FAILED. [xUnit.net 00:00:19.85] [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:19.85] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:19.86] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:19.86] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] 0 Warning(s) [xUnit.net 00:00:19.86] 2 Error(s) [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] Time Elapsed 00:00:00.60 [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] StdErr: [xUnit.net 00:00:19.86] No .NET SDKs were found. [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] Download a .NET SDK: [xUnit.net 00:00:19.86] https://aka.ms/dotnet/download [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] Learn about SDK resolution: [xUnit.net 00:00:19.86] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.86] No .NET SDKs were found. [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] Download a .NET SDK: [xUnit.net 00:00:19.86] https://aka.ms/dotnet/download [xUnit.net 00:00:19.86] [xUnit.net 00:00:19.86] Learn about SDK resolution: [xUnit.net 00:00:19.86] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:19.86] Exit Code: 1 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj /restore Process ID: 2936 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:30 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(String profileName, String expectedArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 185 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:30 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---85E52673\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:32 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.64 [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [OUTPUT] [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [OUTPUT] StdErr: [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:21.36] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [FAIL] [xUnit.net 00:00:21.36] Expected command to pass but it did not. [xUnit.net 00:00:21.36] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:21.36] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:21.36] Exit Code: 1 [xUnit.net 00:00:21.36] StdOut: [xUnit.net 00:00:21.36] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:21.36] Build started 1/8/2026 10:34:32 AM. [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:21.36] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:21.36] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Build FAILED. [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:21.36] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] 0 Warning(s) [xUnit.net 00:00:21.36] 2 Error(s) [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Time Elapsed 00:00:00.64 [xUnit.net 00:00:21.36] StdErr: [xUnit.net 00:00:21.36] No .NET SDKs were found. [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Download a .NET SDK: [xUnit.net 00:00:21.36] https://aka.ms/dotnet/download [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Learn about SDK resolution: [xUnit.net 00:00:21.36] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:21.36] No .NET SDKs were found. [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Download a .NET SDK: [xUnit.net 00:00:21.36] https://aka.ms/dotnet/download [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Learn about SDK resolution: Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:21.36] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:21.36] [xUnit.net 00:00:21.36] Stack Trace: [xUnit.net 00:00:21.37] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:21.37] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:21.37] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:21.37] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:21.37] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:21.37] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:21.37] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:21.37] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:21.37] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:21.37] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(185,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(String profileName, String expectedArgs) [xUnit.net 00:00:21.37] --- End of stack trace from previous location --- [xUnit.net 00:00:21.37] Output: [xUnit.net 00:00:21.37] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:21.37] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:21.37] Build started 1/8/2026 10:34:32 AM. [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:21.37] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:21.37] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] Build FAILED. [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:21.37] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] 0 Warning(s) [xUnit.net 00:00:21.37] 2 Error(s) [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] Time Elapsed 00:00:00.64 [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] StdErr: [xUnit.net 00:00:21.37] No .NET SDKs were found. [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] Download a .NET SDK: [xUnit.net 00:00:21.37] https://aka.ms/dotnet/download [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] Learn about SDK resolution: [xUnit.net 00:00:21.37] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:21.37] No .NET SDKs were found. [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] Download a .NET SDK: [xUnit.net 00:00:21.37] https://aka.ms/dotnet/download [xUnit.net 00:00:21.37] [xUnit.net 00:00:21.37] Learn about SDK resolution: [xUnit.net 00:00:21.37] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:21.37] Exit Code: 1 Process ID: 2732 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(profileName: "P1", expectedArgs: "argP1") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:32 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.64 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_HotReload(String profileName, String expectedArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 185 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:32 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---FD4DD088\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.64 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:22.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:00:22.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Connecting to hot-reload server [xUnit.net 00:00:22.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:00:22.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:22.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Connected. [xUnit.net 00:00:22.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:22.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:00:23.05] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:23.06] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:34 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.64 Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj /restore [xUnit.net 00:00:23.06] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [OUTPUT] [xUnit.net 00:00:23.06] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [OUTPUT] StdErr: [xUnit.net 00:00:23.06] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:23.06] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [OUTPUT] Exit Code: 1 [xUnit.net 00:00:23.06] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [FAIL] [xUnit.net 00:00:23.06] Expected command to pass but it did not. [xUnit.net 00:00:23.06] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:23.06] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:23.06] Exit Code: 1 [xUnit.net 00:00:23.06] StdOut: [xUnit.net 00:00:23.06] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:23.06] Build started 1/8/2026 10:34:34 AM. [xUnit.net 00:00:23.06] [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:23.06] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:23.06] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:23.06] [xUnit.net 00:00:23.06] Build FAILED. [xUnit.net 00:00:23.06] [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:23.06] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] 0 Warning(s) [xUnit.net 00:00:23.07] 2 Error(s) [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Time Elapsed 00:00:00.64 [xUnit.net 00:00:23.07] StdErr: [xUnit.net 00:00:23.07] No .NET SDKs were found. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Download a .NET SDK: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/download [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Learn about SDK resolution: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:23.07] No .NET SDKs were found. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Download a .NET SDK: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/download [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Learn about SDK resolution: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Stack Trace: [xUnit.net 00:00:23.07] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:23.07] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:23.07] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:23.07] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:23.07] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:23.07] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:23.07] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:23.07] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:23.07] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:23.07] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(97,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload() [xUnit.net 00:00:23.07] --- End of stack trace from previous location --- [xUnit.net 00:00:23.07] Output: [xUnit.net 00:00:23.07] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:23.07] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:23.07] Build started 1/8/2026 10:34:34 AM. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:23.07] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:23.07] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Build FAILED. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> [xUnit.net 00:00:23.07] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] 0 Warning(s) [xUnit.net 00:00:23.07] 2 Error(s) [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Time Elapsed 00:00:00.64 [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] StdErr: [xUnit.net 00:00:23.07] No .NET SDKs were found. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Download a .NET SDK: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/download [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Learn about SDK resolution: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:23.07] No .NET SDKs were found. [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.07] Download a .NET SDK: [xUnit.net 00:00:23.07] https://aka.ms/dotnet/download [xUnit.net 00:00:23.07] [xUnit.net 00:00:23.08] Learn about SDK resolution: [xUnit.net 00:00:23.08] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:23.08] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:34 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.64 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_NoHotReload() in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 97 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:34 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---1B0D6A8F\WatchHotReloadAppMultiTfm.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.64 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Process ID: 8112 [xUnit.net 00:00:23.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:23.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:24.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj /restore [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:35 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.62 [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [OUTPUT] [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [OUTPUT] StdErr: [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [OUTPUT] Exit Code: 1 [xUnit.net 00:00:24.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [FAIL] [xUnit.net 00:00:24.59] Expected command to pass but it did not. [xUnit.net 00:00:24.59] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:24.59] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj /restore [xUnit.net 00:00:24.59] Exit Code: 1 [xUnit.net 00:00:24.59] StdOut: [xUnit.net 00:00:24.59] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:24.59] Build started 1/8/2026 10:34:35 AM. [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:24.59] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] [xUnit.net 00:00:24.59] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] Build FAILED. [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:24.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] 0 Warning(s) [xUnit.net 00:00:24.59] 2 Error(s) [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] Time Elapsed 00:00:00.62 [xUnit.net 00:00:24.59] StdErr: [xUnit.net 00:00:24.59] No .NET SDKs were found. [xUnit.net 00:00:24.59] [xUnit.net 00:00:24.59] Download a .NET SDK: [xUnit.net 00:00:24.59] https://aka.ms/dotnet/download [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Learn about SDK resolution: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:24.60] No .NET SDKs were found. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Download a .NET SDK: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/download [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Learn about SDK resolution: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Stack Trace: [xUnit.net 00:00:24.60] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:24.60] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:24.60] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:24.60] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:24.60] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:24.60] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:24.60] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:24.60] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:24.60] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:24.60] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(203,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand() [xUnit.net 00:00:24.60] --- End of stack trace from previous location --- [xUnit.net 00:00:24.60] Output: [xUnit.net 00:00:24.60] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj /restore [xUnit.net 00:00:24.60] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:24.60] Build started 1/8/2026 10:34:35 AM. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:24.60] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] [xUnit.net 00:00:24.60] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Build FAILED. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:24.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] 0 Warning(s) [xUnit.net 00:00:24.60] 2 Error(s) [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Time Elapsed 00:00:00.62 [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] StdErr: [xUnit.net 00:00:24.60] No .NET SDKs were found. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Download a .NET SDK: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/download [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Learn about SDK resolution: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:24.60] No .NET SDKs were found. [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Download a .NET SDK: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/download [xUnit.net 00:00:24.60] [xUnit.net 00:00:24.60] Learn about SDK resolution: [xUnit.net 00:00:24.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:24.60] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:35 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.62 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand() in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 203 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:35 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_P---CFE1A12C\XunitCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.62 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:24.62] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F' [xUnit.net 00:00:24.67] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:24.70] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:00:24.70] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.\r\n 💡 Press "Ctrl + R" to restart. [xUnit.net 00:00:24.70] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj' [xUnit.net 00:00:24.71] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpsqjp10.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3300 [xUnit.net 00:00:24.71] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] output 🛑 Shutdown requested. Press Ctrl+C again to force exit. [xUnit.net 00:00:24.71] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] verbose ⌚ Killing process 3300 [xUnit.net 00:00:24.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] error ❌ Error(s) finding watch items project file 'WatchKitchenSink.csproj' [xUnit.net 00:00:24.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] output ⌚ MSBuild output from target 'GenerateWatchList': [xUnit.net 00:00:24.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] output ⌚ [xUnit.net 00:00:24.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] output ⌚ [xUnit.net 00:00:24.72] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] warning ⌚ Fix the error to continue or press Ctrl+C to exit. [xUnit.net 00:00:24.73] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [OUTPUT] output ⌚ File changed: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj [xUnit.net 00:00:24.75] Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [PASS] [xUnit.net 00:00:24.75] Output: [xUnit.net 00:00:24.75] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F' [xUnit.net 00:00:24.75] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:00:24.75] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:00:24.75] 💡 Press "Ctrl + R" to restart. [xUnit.net 00:00:24.75] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj' [xUnit.net 00:00:24.75] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpsqjp10.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3300 [xUnit.net 00:00:24.76] output 🛑 Shutdown requested. Press Ctrl+C again to force exit. [xUnit.net 00:00:24.76] verbose ⌚ Killing process 3300 [xUnit.net 00:00:24.76] error ❌ Error(s) finding watch items project file 'WatchKitchenSink.csproj' [xUnit.net 00:00:24.76] output ⌚ MSBuild output from target 'GenerateWatchList': [xUnit.net 00:00:24.76] output ⌚ [xUnit.net 00:00:24.76] output ⌚ [xUnit.net 00:00:24.76] warning ⌚ Fix the error to continue or press Ctrl+C to exit. [xUnit.net 00:00:24.76] output ⌚ File changed: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj /restore Process ID: 7068 [xUnit.net 00:00:25.18] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:25.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:37 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.50 [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [OUTPUT] [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [OUTPUT] StdErr: [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:26.09] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [FAIL] [xUnit.net 00:00:26.09] Expected command to pass but it did not. [xUnit.net 00:00:26.09] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:26.09] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:26.09] Exit Code: 1 [xUnit.net 00:00:26.09] StdOut: [xUnit.net 00:00:26.09] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:26.09] Build started 1/8/2026 10:34:37 AM. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:26.09] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] [xUnit.net 00:00:26.09] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Build FAILED. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] 0 Warning(s) [xUnit.net 00:00:26.09] 2 Error(s) [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Time Elapsed 00:00:00.50 [xUnit.net 00:00:26.09] StdErr: [xUnit.net 00:00:26.09] No .NET SDKs were found. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Download a .NET SDK: [xUnit.net 00:00:26.09] https://aka.ms/dotnet/download [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Learn about SDK resolution: [xUnit.net 00:00:26.09] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:26.09] No .NET SDKs were found. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Download a .NET SDK: [xUnit.net 00:00:26.09] https://aka.ms/dotnet/download [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Learn about SDK resolution: [xUnit.net 00:00:26.09] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] Stack Trace: [xUnit.net 00:00:26.09] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:26.09] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:26.09] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:26.09] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:26.09] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:26.09] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:26.09] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:26.09] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:26.09] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:26.09] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(85,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:26.09] --- End of stack trace from previous location --- [xUnit.net 00:00:26.09] Output: [xUnit.net 00:00:26.09] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:26.09] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:26.09] Build started 1/8/2026 10:34:37 AM. [xUnit.net 00:00:26.09] [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:26.09] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:26.09] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:26.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] [xUnit.net 00:00:26.10] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:26.10] [xUnit.net 00:00:26.10] Build FAILED. [xUnit.net 00:00:26.10] [xUnit.net 00:00:26.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:26.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:26.10] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. Passed Microsoft.DotNet.Watcher.Tests.ProgramTests.ConsoleCancelKey [159 ms] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. 💡 Press "Ctrl + R" to restart. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpsqjp10.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3300 output 🛑 Shutdown requested. Press Ctrl+C again to force exit. verbose ⌚ Killing process 3300 error ❌ Error(s) finding watch items project file 'WatchKitchenSink.csproj' output ⌚ MSBuild output from target 'GenerateWatchList': output ⌚ output ⌚ warning ⌚ Fix the error to continue or press Ctrl+C to exit. output ⌚ File changed: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ConsoleCancel---61EEDF3F\WatchKitchenSink.csproj [xUnit.net 00:00:26.23] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:26.23] Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:26.23] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] 0 Warning(s) [xUnit.net 00:00:26.23] 2 Error(s) [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] Time Elapsed 00:00:00.50 [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] StdErr: [xUnit.net 00:00:26.23] No .NET SDKs were found. [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] Download a .NET SDK: [xUnit.net 00:00:26.23] https://aka.ms/dotnet/download [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] Learn about SDK resolution: [xUnit.net 00:00:26.23] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:26.23] No .NET SDKs were found. [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] Download a .NET SDK: [xUnit.net 00:00:26.23] https://aka.ms/dotnet/download [xUnit.net 00:00:26.23] [xUnit.net 00:00:26.23] Learn about SDK resolution: [xUnit.net 00:00:26.23] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:26.23] Exit Code: 1 [xUnit.net 00:00:26.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting Process ID: 2400 [xUnit.net 00:00:26.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:27.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:38 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.56 [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] StdErr: [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:27.59] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [FAIL] [xUnit.net 00:00:27.59] Expected command to pass but it did not. [xUnit.net 00:00:27.59] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:27.59] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:27.59] Exit Code: 1 [xUnit.net 00:00:27.59] StdOut: [xUnit.net 00:00:27.59] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:27.59] Build started 1/8/2026 10:34:38 AM. [xUnit.net 00:00:27.59] [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:27.59] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] [xUnit.net 00:00:27.59] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:27.59] [xUnit.net 00:00:27.59] Build FAILED. [xUnit.net 00:00:27.59] [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:27.59] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:27.59] [xUnit.net 00:00:27.59] [xUnit.net 00:00:27.59] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] 0 Warning(s) [xUnit.net 00:00:27.60] 2 Error(s) [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Time Elapsed 00:00:00.56 [xUnit.net 00:00:27.60] StdErr: [xUnit.net 00:00:27.60] No .NET SDKs were found. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Download a .NET SDK: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/download [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Learn about SDK resolution: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:27.60] No .NET SDKs were found. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Download a .NET SDK: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/download [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Learn about SDK resolution: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Stack Trace: [xUnit.net 00:00:27.60] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:27.60] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:27.60] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:27.60] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:27.60] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:27.60] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:27.60] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:27.60] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:27.60] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:27.60] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(85,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:27.60] --- End of stack trace from previous location --- [xUnit.net 00:00:27.60] Output: [xUnit.net 00:00:27.60] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:27.60] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:27.60] Build started 1/8/2026 10:34:38 AM. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:27.60] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] [xUnit.net 00:00:27.60] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Build FAILED. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:27.60] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] 0 Warning(s) [xUnit.net 00:00:27.60] 2 Error(s) [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Time Elapsed 00:00:00.56 [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] StdErr: [xUnit.net 00:00:27.60] No .NET SDKs were found. [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Download a .NET SDK: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/download [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Learn about SDK resolution: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:27.60] No .NET SDKs were found. [xUnit.net 00:00:27.60] Process ID: 8036 [xUnit.net 00:00:27.60] Download a .NET SDK: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/download [xUnit.net 00:00:27.60] [xUnit.net 00:00:27.60] Learn about SDK resolution: [xUnit.net 00:00:27.60] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:27.60] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1"], expectedApplicationArgs: "Argument Specified in Props") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:37 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.50 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 85 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:37 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---54273D91\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.50 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:38 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.56 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 85 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:38 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---33EB0F27\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.56 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:27.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:28.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:28.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:40 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.54 [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] StdErr: [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:29.25] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [FAIL] [xUnit.net 00:00:29.25] Expected command to pass but it did not. [xUnit.net 00:00:29.25] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:29.25] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:29.25] Exit Code: 1 [xUnit.net 00:00:29.25] StdOut: [xUnit.net 00:00:29.25] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:29.25] Build started 1/8/2026 10:34:40 AM. [xUnit.net 00:00:29.25] [xUnit.net 00:00:29.25] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:29.25] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:29.25] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:29.25] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:29.25] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:29.25] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] [xUnit.net 00:00:29.25] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:29.25] [xUnit.net 00:00:29.25] Build FAILED. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] 0 Warning(s) [xUnit.net 00:00:29.27] 2 Error(s) [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Time Elapsed 00:00:00.54 [xUnit.net 00:00:29.27] StdErr: [xUnit.net 00:00:29.27] No .NET SDKs were found. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Download a .NET SDK: [xUnit.net 00:00:29.27] https://aka.ms/dotnet/download [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Learn about SDK resolution: [xUnit.net 00:00:29.27] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:29.27] No .NET SDKs were found. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Download a .NET SDK: [xUnit.net 00:00:29.27] https://aka.ms/dotnet/download [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Learn about SDK resolution: [xUnit.net 00:00:29.27] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Stack Trace: [xUnit.net 00:00:29.27] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:29.27] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:29.27] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:29.27] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:29.27] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:29.27] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:29.27] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:29.27] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:29.27] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:29.27] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(85,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:29.27] --- End of stack trace from previous location --- [xUnit.net 00:00:29.27] Output: [xUnit.net 00:00:29.27] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:29.27] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:29.27] Build started 1/8/2026 10:34:40 AM. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:29.27] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] [xUnit.net 00:00:29.27] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Build FAILED. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:29.27] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] Process ID: 5144 [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] 0 Warning(s) [xUnit.net 00:00:29.27] 2 Error(s) [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Time Elapsed 00:00:00.54 [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] StdErr: [xUnit.net 00:00:29.27] No .NET SDKs were found. [xUnit.net 00:00:29.27] [xUnit.net 00:00:29.27] Download a .NET SDK: [xUnit.net 00:00:29.28] https://aka.ms/dotnet/download [xUnit.net 00:00:29.28] [xUnit.net 00:00:29.28] Learn about SDK resolution: [xUnit.net 00:00:29.28] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:29.28] No .NET SDKs were found. [xUnit.net 00:00:29.28] [xUnit.net 00:00:29.28] Download a .NET SDK: [xUnit.net 00:00:29.28] https://aka.ms/dotnet/download [xUnit.net 00:00:29.28] [xUnit.net 00:00:29.28] Learn about SDK resolution: [xUnit.net 00:00:29.28] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:29.28] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["--no-hot-reload", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:40 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.54 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 85 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:40 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0FAC8912\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.54 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:29.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:29.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:30.32] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:30.53] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:30.54] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:41 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.56 [xUnit.net 00:00:30.54] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] [xUnit.net 00:00:30.54] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] StdErr: [xUnit.net 00:00:30.54] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:30.54] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:30.54] Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [FAIL] [xUnit.net 00:00:30.54] Expected command to pass but it did not. [xUnit.net 00:00:30.54] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:30.54] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:30.54] Exit Code: 1 [xUnit.net 00:00:30.54] StdOut: [xUnit.net 00:00:30.54] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:30.54] Build started 1/8/2026 10:34:41 AM. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:30.54] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] [xUnit.net 00:00:30.54] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Build FAILED. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] 0 Warning(s) [xUnit.net 00:00:30.54] 2 Error(s) [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Time Elapsed 00:00:00.56 [xUnit.net 00:00:30.54] StdErr: [xUnit.net 00:00:30.54] No .NET SDKs were found. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Download a .NET SDK: [xUnit.net 00:00:30.54] https://aka.ms/dotnet/download [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Learn about SDK resolution: [xUnit.net 00:00:30.54] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:30.54] No .NET SDKs were found. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Download a .NET SDK: [xUnit.net 00:00:30.54] https://aka.ms/dotnet/download [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Learn about SDK resolution: [xUnit.net 00:00:30.54] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] Stack Trace: [xUnit.net 00:00:30.54] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:30.54] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:30.54] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:30.54] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:30.54] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:30.54] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:30.54] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:30.54] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:30.54] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:30.54] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(85,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) [xUnit.net 00:00:30.54] --- End of stack trace from previous location --- [xUnit.net 00:00:30.54] Output: [xUnit.net 00:00:30.54] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj /restore [xUnit.net 00:00:30.54] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:30.54] Build started 1/8/2026 10:34:41 AM. [xUnit.net 00:00:30.54] [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:30.54] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:30.54] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] [xUnit.net 00:00:30.55] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] Build FAILED. [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:30.55] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:30.55] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:30.55] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:30.55] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] 0 Warning(s) [xUnit.net 00:00:30.55] 2 Error(s) [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] Time Elapsed 00:00:00.56 [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] StdErr: [xUnit.net 00:00:30.55] No .NET SDKs were found. Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj /restore [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] Download a .NET SDK: [xUnit.net 00:00:30.55] https://aka.ms/dotnet/download [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] Learn about SDK resolution: [xUnit.net 00:00:30.55] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:30.55] No .NET SDKs were found. [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] Download a .NET SDK: [xUnit.net 00:00:30.55] https://aka.ms/dotnet/download [xUnit.net 00:00:30.55] [xUnit.net 00:00:30.55] Learn about SDK resolution: [xUnit.net 00:00:30.55] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:30.55] Exit Code: 1 Process ID: 3368 [xUnit.net 00:00:30.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:31.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(arguments: ["-lp", "P1", "--", "run", "args"], expectedApplicationArgs: "Argument Specified in Props,run,args") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:41 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.56 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.Arguments_HostArguments(String[] arguments, String expectedApplicationArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 85 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:41 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\Arguments_Hos---0C4107D1\WatchHotReloadApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.56 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj /restore [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:42 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.51 [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [OUTPUT] [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [OUTPUT] StdErr: [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [OUTPUT] Exit Code: 1 [xUnit.net 00:00:31.77] Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [FAIL] [xUnit.net 00:00:31.77] Expected command to pass but it did not. [xUnit.net 00:00:31.77] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:31.77] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj /restore [xUnit.net 00:00:31.77] Exit Code: 1 [xUnit.net 00:00:31.77] StdOut: [xUnit.net 00:00:31.77] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:31.77] Build started 1/8/2026 10:34:42 AM. [xUnit.net 00:00:31.77] [xUnit.net 00:00:31.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:31.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:31.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:31.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:31.77] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:31.77] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] [xUnit.net 00:00:31.78] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Build FAILED. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] 0 Warning(s) [xUnit.net 00:00:31.78] 2 Error(s) [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Time Elapsed 00:00:00.51 [xUnit.net 00:00:31.78] StdErr: [xUnit.net 00:00:31.78] No .NET SDKs were found. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Download a .NET SDK: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/download [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Learn about SDK resolution: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:31.78] No .NET SDKs were found. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Download a .NET SDK: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/download [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Learn about SDK resolution: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Stack Trace: [xUnit.net 00:00:31.78] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:31.78] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:31.78] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:31.78] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:31.78] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:31.78] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:31.78] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:31.78] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:31.78] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:31.78] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(223,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting() [xUnit.net 00:00:31.78] --- End of stack trace from previous location --- [xUnit.net 00:00:31.78] Output: [xUnit.net 00:00:31.78] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj /restore [xUnit.net 00:00:31.78] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:31.78] Build started 1/8/2026 10:34:42 AM. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:31.78] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] [xUnit.net 00:00:31.78] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Build FAILED. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target) (1) -> [xUnit.net 00:00:31.78] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] 0 Warning(s) [xUnit.net 00:00:31.78] 2 Error(s) [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Time Elapsed 00:00:00.51 [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] StdErr: [xUnit.net 00:00:31.78] No .NET SDKs were found. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Download a .NET SDK: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/download Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj /restore [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Learn about SDK resolution: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:31.78] No .NET SDKs were found. [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Download a .NET SDK: [xUnit.net 00:00:31.78] https://aka.ms/dotnet/download [xUnit.net 00:00:31.78] [xUnit.net 00:00:31.78] Learn about SDK resolution: [xUnit.net 00:00:31.79] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:31.79] Exit Code: 1 Process ID: 3028 [xUnit.net 00:00:31.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:00:31.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [xUnit.net 00:00:31.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:31.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:00:31.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:31.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:00:31.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] [xUnit.net 00:00:31.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:31.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] [xUnit.net 00:00:31.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:31.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe c08d819d-cda2-4d9f-86f3-9617a6e36513. [xUnit.net 00:00:31.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=c08d819d-cda2-4d9f-86f3-9617a6e36513] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj': process id 8932 [xUnit.net 00:00:32.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:32.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:33.20] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj /restore [xUnit.net 00:00:33.20] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:44 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.64 [xUnit.net 00:00:33.20] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [OUTPUT] [xUnit.net 00:00:33.20] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [OUTPUT] StdErr: [xUnit.net 00:00:33.20] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:33.20] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [OUTPUT] Exit Code: 1 [xUnit.net 00:00:33.21] Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [FAIL] [xUnit.net 00:00:33.21] Expected command to pass but it did not. [xUnit.net 00:00:33.21] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:33.21] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj /restore [xUnit.net 00:00:33.21] Exit Code: 1 [xUnit.net 00:00:33.21] StdOut: [xUnit.net 00:00:33.21] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:33.21] Build started 1/8/2026 10:34:44 AM. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:33.21] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] [xUnit.net 00:00:33.21] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Build FAILED. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] 0 Warning(s) [xUnit.net 00:00:33.21] 2 Error(s) [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Time Elapsed 00:00:00.64 [xUnit.net 00:00:33.21] StdErr: [xUnit.net 00:00:33.21] No .NET SDKs were found. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Download a .NET SDK: [xUnit.net 00:00:33.21] https://aka.ms/dotnet/download [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Learn about SDK resolution: [xUnit.net 00:00:33.21] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:33.21] No .NET SDKs were found. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Download a .NET SDK: [xUnit.net 00:00:33.21] https://aka.ms/dotnet/download [xUnit.net 00:00:33.21] Process ID: 1340 [xUnit.net 00:00:33.21] Learn about SDK resolution: [xUnit.net 00:00:33.21] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Stack Trace: [xUnit.net 00:00:33.21] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:33.21] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:33.21] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:33.21] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:33.21] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:33.21] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:33.21] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:33.21] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:33.21] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:33.21] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(235,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand() [xUnit.net 00:00:33.21] --- End of stack trace from previous location --- [xUnit.net 00:00:33.21] Output: [xUnit.net 00:00:33.21] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj /restore [xUnit.net 00:00:33.21] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:33.21] Build started 1/8/2026 10:34:44 AM. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:33.21] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:33.21] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] [xUnit.net 00:00:33.21] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.21] Build FAILED. [xUnit.net 00:00:33.21] [xUnit.net 00:00:33.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:33.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:33.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:33.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target) (1) -> [xUnit.net 00:00:33.22] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] 0 Warning(s) [xUnit.net 00:00:33.22] 2 Error(s) [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] Time Elapsed 00:00:00.64 [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] StdErr: [xUnit.net 00:00:33.22] No .NET SDKs were found. [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] Download a .NET SDK: [xUnit.net 00:00:33.22] https://aka.ms/dotnet/download [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] Learn about SDK resolution: [xUnit.net 00:00:33.22] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:33.22] No .NET SDKs were found. [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] Download a .NET SDK: [xUnit.net 00:00:33.22] https://aka.ms/dotnet/download [xUnit.net 00:00:33.22] [xUnit.net 00:00:33.22] Learn about SDK resolution: [xUnit.net 00:00:33.22] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:33.22] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:42 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.51 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.TestCommand_MultiTargeting() in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 223 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:42 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\TestCommand_M---30B73356\VSTestXunitDesktopAndNetCore.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.51 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:44 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.64 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.BuildCommand() in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 235 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:44 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\BuildCommand_---FFB868C1\WatchNoDepsApp.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.64 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:33.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll [xUnit.net 00:00:33.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Connecting to hot-reload server [xUnit.net 00:00:33.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: Started A: 1 [xUnit.net 00:00:33.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:33.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Connected. [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\bin\B.exe' [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:33.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 3f083755-2cc4-4a17-b161-c8254dde00de. [xUnit.net 00:00:33.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=3f083755-2cc4-4a17-b161-c8254dde00de] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj': process id 5924 [xUnit.net 00:00:33.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:33.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:34.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:34.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:34.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:45 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.60 [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [OUTPUT] [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [OUTPUT] StdErr: [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [OUTPUT] Exit Code: 1 [xUnit.net 00:00:34.65] Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [FAIL] [xUnit.net 00:00:34.65] Expected command to pass but it did not. [xUnit.net 00:00:34.65] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:34.65] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:34.65] Exit Code: 1 [xUnit.net 00:00:34.65] StdOut: [xUnit.net 00:00:34.65] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:34.65] Build started 1/8/2026 10:34:45 AM. [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:34.65] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:34.65] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Build FAILED. [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> [xUnit.net 00:00:34.65] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] 0 Warning(s) [xUnit.net 00:00:34.65] 2 Error(s) [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Time Elapsed 00:00:00.60 [xUnit.net 00:00:34.65] StdErr: [xUnit.net 00:00:34.65] No .NET SDKs were found. [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Download a .NET SDK: [xUnit.net 00:00:34.65] https://aka.ms/dotnet/download [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Learn about SDK resolution: [xUnit.net 00:00:34.65] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:34.65] No .NET SDKs were found. [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Download a .NET SDK: [xUnit.net 00:00:34.65] https://aka.ms/dotnet/download [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Learn about SDK resolution: [xUnit.net 00:00:34.65] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:34.65] [xUnit.net 00:00:34.65] Stack Trace: [xUnit.net 00:00:34.65] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:34.65] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:34.66] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:34.66] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:34.66] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:34.66] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:34.66] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:34.66] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:34.66] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:34.66] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(131,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload() [xUnit.net 00:00:34.66] --- End of stack trace from previous location --- [xUnit.net 00:00:34.66] Output: [xUnit.net 00:00:34.66] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj /restore [xUnit.net 00:00:34.66] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:34.66] Build started 1/8/2026 10:34:45 AM. [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:34.66] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:34.66] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] Build FAILED. [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> [xUnit.net 00:00:34.66] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] 0 Warning(s) [xUnit.net 00:00:34.66] 2 Error(s) [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] Time Elapsed 00:00:00.60 [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] StdErr: [xUnit.net 00:00:34.66] No .NET SDKs were found. [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] Download a .NET SDK: [xUnit.net 00:00:34.66] https://aka.ms/dotnet/download [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] Learn about SDK resolution: [xUnit.net 00:00:34.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:34.66] No .NET SDKs were found. Process ID: 1244 [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] Download a .NET SDK: [xUnit.net 00:00:34.66] https://aka.ms/dotnet/download [xUnit.net 00:00:34.66] [xUnit.net 00:00:34.66] Learn about SDK resolution: [xUnit.net 00:00:34.66] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:34.66] Exit Code: 1 Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:45 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.RunArguments_HotReload() in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 131 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:45 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\RunArguments_---3931893B\WatchHotReloadAppMultiTfm.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.60 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:34.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\bin\B.dll [xUnit.net 00:00:34.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: Started B [xUnit.net 00:00:34.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:34.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Connecting to hot-reload server [xUnit.net 00:00:34.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Connected. [xUnit.net 00:00:35.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:35.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:00:35.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:35.04] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:35.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:35.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:35.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:47 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.48 [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [OUTPUT] [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [OUTPUT] StdErr: [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:35.82] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [FAIL] [xUnit.net 00:00:35.82] Expected command to pass but it did not. [xUnit.net 00:00:35.82] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:35.82] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:35.83] Exit Code: 1 [xUnit.net 00:00:35.83] StdOut: [xUnit.net 00:00:35.83] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:35.83] Build started 1/8/2026 10:34:47 AM. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:35.83] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:35.83] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Build FAILED. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] 0 Warning(s) [xUnit.net 00:00:35.83] 2 Error(s) [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Time Elapsed 00:00:00.48 [xUnit.net 00:00:35.83] StdErr: [xUnit.net 00:00:35.83] No .NET SDKs were found. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Download a .NET SDK: [xUnit.net 00:00:35.83] https://aka.ms/dotnet/download [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Learn about SDK resolution: [xUnit.net 00:00:35.83] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:35.83] No .NET SDKs were found. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Download a .NET SDK: [xUnit.net 00:00:35.83] https://aka.ms/dotnet/download [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Learn about SDK resolution: [xUnit.net 00:00:35.83] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] Stack Trace: Running C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:35.83] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:35.83] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:35.83] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:35.83] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:35.83] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:35.83] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:35.83] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:35.83] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:35.83] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:35.83] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(163,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(String profileName, String expectedArgs) [xUnit.net 00:00:35.83] --- End of stack trace from previous location --- [xUnit.net 00:00:35.83] Output: [xUnit.net 00:00:35.83] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:35.83] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:35.83] Build started 1/8/2026 10:34:47 AM. [xUnit.net 00:00:35.83] [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:35.83] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:35.83] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:35.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:35.84] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] Build FAILED. [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:35.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:35.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:35.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:35.84] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] 0 Warning(s) [xUnit.net 00:00:35.84] 2 Error(s) [xUnit.net 00:00:35.84] Process ID: 6632 [xUnit.net 00:00:35.84] Time Elapsed 00:00:00.48 [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] StdErr: [xUnit.net 00:00:35.84] No .NET SDKs were found. [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] Download a .NET SDK: [xUnit.net 00:00:35.84] https://aka.ms/dotnet/download [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] Learn about SDK resolution: [xUnit.net 00:00:35.84] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:35.84] No .NET SDKs were found. [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] Download a .NET SDK: [xUnit.net 00:00:35.84] https://aka.ms/dotnet/download [xUnit.net 00:00:35.84] [xUnit.net 00:00:35.84] Learn about SDK resolution: [xUnit.net 00:00:35.84] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:35.84] Exit Code: 1 [xUnit.net 00:00:36.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:36.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' updated (10:34:47.6953564). [xUnit.net 00:00:36.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' (written 10:34:47.6953564 after 10:34:34.4072818). [xUnit.net 00:00:36.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' (written 10:34:47.6953564 after 10:34:34.4072818). [xUnit.net 00:00:36.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:36.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output ⌚ File updated: .\ServiceA\A2.cs [xUnit.net 00:00:36.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:00:36.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] [xUnit.net 00:00:36.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P1", expectedArgs: "argP1") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:47 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.48 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(String profileName, String expectedArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 163 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:47 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---2E10443C\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.48 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:36.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:00:36.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output ⌚ Unable to apply hot reload, restart is needed to apply the changes. [xUnit.net 00:00:36.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. [xUnit.net 00:00:36.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. [xUnit.net 00:00:36.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 8932 [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload change handled in 314ms. [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 0ac6065b-8c9d-4586-888b-86c4b71cf9f6. [xUnit.net 00:00:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=0ac6065b-8c9d-4586-888b-86c4b71cf9f6] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj': process id 1992 [xUnit.net 00:00:36.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:36.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:37.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:37.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] MSBuild version 17.14.23+b0019275e for .NET Framework\r\nBuild started 1/8/2026 10:34:48 AM.\r\n\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\nProject "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)).\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj]\r\nDone Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED.\r\n\r\nBuild FAILED.\r\n\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.\r\nC:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist.\r\n\r\n\r\n"C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target) (1) ->\r\n C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj]\r\n\r\n 0 Warning(s)\r\n 2 Error(s)\r\n\r\nTime Elapsed 00:00:00.58 [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] StdErr: [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] No .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found\r\nNo .NET SDKs were found.\r\n\r\nDownload a .NET SDK:\r\nhttps://aka.ms/dotnet/download\r\n\r\nLearn about SDK resolution:\r\nhttps://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [OUTPUT] Exit Code: 1 [xUnit.net 00:00:37.12] Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [FAIL] [xUnit.net 00:00:37.12] Expected command to pass but it did not. [xUnit.net 00:00:37.12] File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe [xUnit.net 00:00:37.12] Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:37.12] Exit Code: 1 [xUnit.net 00:00:37.12] StdOut: [xUnit.net 00:00:37.12] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:37.12] Build started 1/8/2026 10:34:48 AM. [xUnit.net 00:00:37.12] [xUnit.net 00:00:37.12] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:37.12] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:37.12] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:37.12] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:37.12] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:37.12] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:37.12] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Build FAILED. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] 0 Warning(s) [xUnit.net 00:00:37.13] 2 Error(s) [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Time Elapsed 00:00:00.58 [xUnit.net 00:00:37.13] StdErr: [xUnit.net 00:00:37.13] No .NET SDKs were found. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Download a .NET SDK: [xUnit.net 00:00:37.13] https://aka.ms/dotnet/download [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Learn about SDK resolution: [xUnit.net 00:00:37.13] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:37.13] No .NET SDKs were found. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Download a .NET SDK: [xUnit.net 00:00:37.13] https://aka.ms/dotnet/download [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Learn about SDK resolution: [xUnit.net 00:00:37.13] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Stack Trace: [xUnit.net 00:00:37.13] at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) [xUnit.net 00:00:37.13] at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) [xUnit.net 00:00:37.13] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:37.13] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:37.13] at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) [xUnit.net 00:00:37.13] at FluentAssertions.Execution.AssertionScope.FailWith(String message) [xUnit.net 00:00:37.13] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(29,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:37.13] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(108,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) [xUnit.net 00:00:37.13] /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs(117,0): at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) [xUnit.net 00:00:37.13] /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs(163,0): at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(String profileName, String expectedArgs) [xUnit.net 00:00:37.13] --- End of stack trace from previous location --- [xUnit.net 00:00:37.13] Output: [xUnit.net 00:00:37.13] > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj /restore [xUnit.net 00:00:37.13] MSBuild version 17.14.23+b0019275e for .NET Framework [xUnit.net 00:00:37.13] Build started 1/8/2026 10:34:48 AM. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:37.13] Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:37.13] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] Build FAILED. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> [xUnit.net 00:00:37.13] C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.13] 0 Warning(s) [xUnit.net 00:00:37.13] 2 Error(s) [xUnit.net 00:00:37.13] [xUnit.net 00:00:37.14] Time Elapsed 00:00:00.58 [xUnit.net 00:00:37.14] [xUnit.net 00:00:37.14] StdErr: [xUnit.net 00:00:37.14] No .NET SDKs were found. [xUnit.net 00:00:37.14] [xUnit.net 00:00:37.14] Download a .NET SDK: [xUnit.net 00:00:37.14] https://aka.ms/dotnet/download [xUnit.net 00:00:37.14] [xUnit.net 00:00:37.14] Learn about SDK resolution: [xUnit.net 00:00:37.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:37.14] No .NET SDKs were found. [xUnit.net 00:00:37.14] [xUnit.net 00:00:37.14] Download a .NET SDK: [xUnit.net 00:00:37.14] https://aka.ms/dotnet/download [xUnit.net 00:00:37.14] [xUnit.net 00:00:37.14] Learn about SDK resolution: [xUnit.net 00:00:37.14] https://aka.ms/dotnet/sdk-not-found [xUnit.net 00:00:37.14] Exit Code: 1 [xUnit.net 00:00:37.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:37.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting Failed Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(profileName: "P and Q and \"R\"", expectedArgs: "argPQR") [1 s] Error Message: Expected command to pass but it did not. File Name: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe Arguments: /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj /restore Exit Code: 1 StdOut: MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:48 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.58 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Stack Trace: at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message) at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc) at FluentAssertions.Execution.AssertionScope.FailWith(String message) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Prepare(String projectDirectory) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 108 at Microsoft.DotNet.Watcher.Tests.WatchableApp.Start(TestAsset asset, IEnumerable`1 arguments, String relativeProjectDirectory, String workingDirectory, TestFlags testFlags) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 117 at Microsoft.DotNet.Watcher.Tests.ProgramTests.ArgumentsFromLaunchSettings_Watch(String profileName, String expectedArgs) in /_/test/dotnet-watch.Tests/Watch/ProgramTests.cs:line 163 --- End of stack trace from previous location --- Standard Output Messages: > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe /t:Build C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj /restore MSBuild version 17.14.23+b0019275e for .NET Framework Build started 1/8/2026 10:34:48 AM. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" on node 1 (Restore target(s)). C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] Done Building Project "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target(s)) -- FAILED. Build FAILED. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Could not resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator". Exactly one of the probing messages below indicates why we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : Unable to locate the .NET SDK. Check that it is installed, your PATH is configured for the correct architecture, and that the version specified in global.json (if any) matches the installed version. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json. C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,3): error : MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.SDK.WorkloadAutoImportPropsLocator\Sdk" did not exist. "C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj" (Restore target) (1) -> C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.ImportWorkloads.props(14,38): error MSB4236: The SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' specified could not be found. [C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\ArgumentsFrom---80E4C9F3\WatchAppWithLaunchSettings.csproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.58 StdErr: No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found No .NET SDKs were found. Download a .NET SDK: https://aka.ms/dotnet/download Learn about SDK resolution: https://aka.ms/dotnet/sdk-not-found Exit Code: 1 [xUnit.net 00:00:38.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:38.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:38.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:38.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:39.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:39.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' deleted after 10:34:34.4072818. [xUnit.net 00:00:39.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' deleted after 10:34:34.4072818. [xUnit.net 00:00:39.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7743272 after 10:34:34.4072818). [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' deleted after 10:34:34.4072818. [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:39.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:39.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll [xUnit.net 00:00:39.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Connecting to hot-reload server [xUnit.net 00:00:39.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: Started A: 2 [xUnit.net 00:00:39.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:39.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Connected. [xUnit.net 00:00:39.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:39.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:00:39.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload session ended. [xUnit.net 00:00:39.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:00:39.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:39.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:39.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:40.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:40.17] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:40.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:40.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' updated (10:34:52.1810025). [xUnit.net 00:00:40.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' (written 10:34:52.1810025 after 10:34:51.1690207). [xUnit.net 00:00:40.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' (written 10:34:52.1810025 after 10:34:51.1690207). [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] [xUnit.net 00:00:40.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:40.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:00:40.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:40.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:41.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:41.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:41.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:41.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:00:41.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:41.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:41.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:42.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:42.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:42.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:42.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:42.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:42.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:43.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:43.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:43.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:43.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:43.67] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:43.76] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:44.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:44.17] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:44.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:44.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:44.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:44.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:45.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:45.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:45.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:45.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:45.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:45.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:46.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:46.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:46.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:46.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:46.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:46.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:47.13] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:47.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:47.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:47.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:47.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:47.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:48.13] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:48.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:48.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:48.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:48.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:48.86] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:49.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:49.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:49.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:49.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:49.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:49.88] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:50.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:50.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:50.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:50.67] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:50.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:50.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:51.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:51.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:51.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:51.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:51.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:51.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:52.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:52.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:52.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:52.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:52.86] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:52.96] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:53.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:53.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:53.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:53.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:53.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:53.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:54.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:54.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:54.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:54.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:54.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:54.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:00:54.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:00:54.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:00:54.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:00:54.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:00:55.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:00:55.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output 🔥 [B (net9.0)] Hot reload succeeded. [xUnit.net 00:00:55.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:00:55.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:00:55.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose 🔥 Hot reload change handled in 14525ms. [xUnit.net 00:00:55.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [A.csproj]: [xUnit.net 00:00:55.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] [B.csproj]: [xUnit.net 00:00:55.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [B (net9.0)] Killing process 5924 [xUnit.net 00:00:55.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 1992 [xUnit.net 00:00:55.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:00:55.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:00:55.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 6536 [xUnit.net 00:00:55.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:00:55.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [PASS] [xUnit.net 00:00:55.49] Output: [xUnit.net 00:00:55.49] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD' [xUnit.net 00:00:55.49] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:00:55.49] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:00:55.49] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj' [xUnit.net 00:00:55.49] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmptvhk5h.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8836 [xUnit.net 00:00:55.49] verbose ⌚ Process id 8836 ran for 3223ms. [xUnit.net 00:00:55.49] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:00:55.49] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:00:55.49] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:55.49] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:55.49] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:55.49] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 153c08d7-c0de-47be-bf2a-d5d01bcf2594. [xUnit.net 00:00:55.49] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=153c08d7-c0de-47be-bf2a-d5d01bcf2594] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj': process id 6536 [xUnit.net 00:00:55.49] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:00:55.49] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Connecting to hot-reload server [xUnit.net 00:00:55.49] [Host.csproj]: Started [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Connected. [xUnit.net 00:00:55.49] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:55.49] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] verbose ⌚ Solution: [xUnit.net 00:00:55.49] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [xUnit.net 00:00:55.49] [Host.csproj]: Waiting [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:00:55.49] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] [xUnit.net 00:00:55.49] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.49] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:00:55.49] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] [xUnit.net 00:00:55.49] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.49] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:00:55.49] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] [xUnit.net 00:00:55.49] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.49] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj [xUnit.net 00:00:55.49] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.50] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.50] verbose 🔥 Hot reload session started. [xUnit.net 00:00:55.50] verbose ⌚ Waiting for changes [xUnit.net 00:00:55.50] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' [xUnit.net 00:00:55.50] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:55.50] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:55.50] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:55.50] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe c08d819d-cda2-4d9f-86f3-9617a6e36513. [xUnit.net 00:00:55.50] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=c08d819d-cda2-4d9f-86f3-9617a6e36513] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj': process id 8932 [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll [xUnit.net 00:00:55.50] [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Connecting to hot-reload server [xUnit.net 00:00:55.50] [A.csproj]: Started A: 1 [xUnit.net 00:00:55.50] [A.csproj]: [xUnit.net 00:00:55.50] [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Connected. [xUnit.net 00:00:55.50] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:55.50] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:00:55.50] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\bin\B.exe' [xUnit.net 00:00:55.50] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:55.50] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:55.50] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:55.50] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 3f083755-2cc4-4a17-b161-c8254dde00de. [xUnit.net 00:00:55.50] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=3f083755-2cc4-4a17-b161-c8254dde00de] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj': process id 5924 [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [A.csproj]: [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [A.csproj]: [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\bin\B.dll [xUnit.net 00:00:55.50] [B.csproj]: Started B [xUnit.net 00:00:55.50] [B.csproj]: [xUnit.net 00:00:55.50] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Connecting to hot-reload server [xUnit.net 00:00:55.50] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Connected. [xUnit.net 00:00:55.50] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:55.50] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:00:55.50] [A.csproj]: [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [B.csproj]: [xUnit.net 00:00:55.50] [A.csproj]: [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] [B.csproj]: [xUnit.net 00:00:55.50] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' updated (10:34:47.6953564). [xUnit.net 00:00:55.50] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' (written 10:34:47.6953564 after 10:34:34.4072818). [xUnit.net 00:00:55.50] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' (written 10:34:47.6953564 after 10:34:34.4072818). [xUnit.net 00:00:55.50] [A.csproj]: [xUnit.net 00:00:55.50] output ⌚ File updated: .\ServiceA\A2.cs [xUnit.net 00:00:55.50] [Host.csproj]: Waiting [xUnit.net 00:00:55.50] verbose ⌚ Solution: [xUnit.net 00:00:55.50] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.50] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] [xUnit.net 00:00:55.50] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.50] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:00:55.50] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:00:55.51] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] [xUnit.net 00:00:55.51] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.51] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:00:55.51] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] [xUnit.net 00:00:55.51] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.51] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.51] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:00:55.51] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] [xUnit.net 00:00:55.51] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.51] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:00:55.51] output ⌚ Unable to apply hot reload, restart is needed to apply the changes. [xUnit.net 00:00:55.51] error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. [xUnit.net 00:00:55.51] verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. [xUnit.net 00:00:55.51] verbose ⌚ [A (net9.0)] Killing process 8932 [xUnit.net 00:00:55.51] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:00:55.51] verbose 🔥 Hot reload change handled in 314ms. [xUnit.net 00:00:55.51] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' [xUnit.net 00:00:55.51] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:55.51] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:55.51] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 0ac6065b-8c9d-4586-888b-86c4b71cf9f6. [xUnit.net 00:00:55.51] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=0ac6065b-8c9d-4586-888b-86c4b71cf9f6] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj': process id 1992 [xUnit.net 00:00:55.51] [B.csproj]: [xUnit.net 00:00:55.51] [Host.csproj]: Waiting [xUnit.net 00:00:55.51] [B.csproj]: [xUnit.net 00:00:55.51] [Host.csproj]: Waiting [xUnit.net 00:00:55.51] [B.csproj]: [xUnit.net 00:00:55.51] [Host.csproj]: Waiting [xUnit.net 00:00:55.51] [B.csproj]: [xUnit.net 00:00:55.51] [Host.csproj]: Waiting [xUnit.net 00:00:55.51] [B.csproj]: [xUnit.net 00:00:55.51] [Host.csproj]: Waiting [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] [B.csproj]: [xUnit.net 00:00:55.51] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' deleted after 10:34:34.4072818. [xUnit.net 00:00:55.51] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' deleted after 10:34:34.4072818. [xUnit.net 00:00:55.51] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7743272 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' deleted after 10:34:34.4072818. [xUnit.net 00:00:55.51] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.51] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll [xUnit.net 00:00:55.52] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Connecting to hot-reload server [xUnit.net 00:00:55.52] [A.csproj]: Started A: 2 [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Connected. [xUnit.net 00:00:55.52] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:00:55.52] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:00:55.52] verbose 🔥 Hot reload session ended. [xUnit.net 00:00:55.52] verbose 🔥 Hot reload session started. [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' updated (10:34:52.1810025). [xUnit.net 00:00:55.52] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' (written 10:34:52.1810025 after 10:34:51.1690207). [xUnit.net 00:00:55.52] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' (written 10:34:52.1810025 after 10:34:51.1690207). [xUnit.net 00:00:55.52] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:00:55.52] verbose ⌚ Solution: [xUnit.net 00:00:55.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:00:55.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] [xUnit.net 00:00:55.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:00:55.52] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.52] [Host.csproj]: Waiting [xUnit.net 00:00:55.52] [A.csproj]: [xUnit.net 00:00:55.52] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.53] [B.csproj]: [xUnit.net 00:00:55.53] [Host.csproj]: Waiting [xUnit.net 00:00:55.53] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] [Host.csproj]: Waiting [xUnit.net 00:00:55.55] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:00:55.55] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:00:55.55] [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:00:55.55] [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:00:55.55] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:00:55.55] output 🔥 [B (net9.0)] Hot reload succeeded. [xUnit.net 00:00:55.55] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:00:55.55] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:00:55.55] verbose 🔥 Hot reload change handled in 14525ms. [xUnit.net 00:00:55.55] [A.csproj]: [xUnit.net 00:00:55.55] [B.csproj]: [xUnit.net 00:00:55.55] verbose ⌚ [B (net9.0)] Killing process 5924 [xUnit.net 00:00:55.55] verbose ⌚ [A (net9.0)] Killing process 1992 [xUnit.net 00:00:55.55] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:00:55.55] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:00:55.55] verbose ⌚ [Host (net9.0)] Killing process 6536 [xUnit.net 00:00:55.55] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: WaitingForChanges) [54 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmptvhk5h.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8836 verbose ⌚ Process id 8836 ran for 3223ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 153c08d7-c0de-47be-bf2a-d5d01bcf2594. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=153c08d7-c0de-47be-bf2a-d5d01bcf2594] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj': process id 6536 [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Connecting to hot-reload server [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj [Host.csproj]: Waiting verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe c08d819d-cda2-4d9f-86f3-9617a6e36513. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=c08d819d-cda2-4d9f-86f3-9617a6e36513] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj': process id 8932 [Host.csproj]: Waiting [Host.csproj]: Waiting [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Connecting to hot-reload server [A.csproj]: Started A: 1 [A.csproj]: [A.csproj]: dotnet watch ≡ƒò╡∩╕Å [c08d819d-cda2-4d9f-86f3-9617a6e36513] Connected. verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\bin\B.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 3f083755-2cc4-4a17-b161-c8254dde00de. verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=3f083755-2cc4-4a17-b161-c8254dde00de] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj': process id 5924 [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\bin\B.dll [B.csproj]: Started B [B.csproj]: [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Connecting to hot-reload server [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] Connected. verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [B (net9.0)] Build completed. [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' updated (10:34:47.6953564). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' (written 10:34:47.6953564 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs' (written 10:34:47.6953564 after 10:34:34.4072818). [A.csproj]: output ⌚ File updated: .\ServiceA\A2.cs [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. output ⌚ Unable to apply hot reload, restart is needed to apply the changes. error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. verbose ⌚ [A (net9.0)] Killing process 8932 verbose ⌚ [A (net9.0)] Disposing pipe verbose 🔥 Hot reload change handled in 314ms. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 0ac6065b-8c9d-4586-888b-86c4b71cf9f6. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=0ac6065b-8c9d-4586-888b-86c4b71cf9f6] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj': process id 1992 [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:34:50.7118269 after 10:34:34.4072818). [B.csproj]: verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' deleted after 10:34:34.4072818. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.exe' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' deleted after 10:34:34.4072818. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7743272 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' deleted after 10:34:34.4072818. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.pdb' (written 10:34:50.7118269 after 10:34:34.4072818). [Host.csproj]: Waiting [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\bin\A.dll [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Connecting to hot-reload server [A.csproj]: Started A: 2 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] Connected. verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. verbose 🔥 Hot reload session ended. verbose 🔥 Hot reload session started. [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' updated (10:34:52.1810025). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' (written 10:34:52.1810025 after 10:34:51.1690207). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs' (written 10:34:52.1810025 after 10:34:51.1690207). output ⌚ File updated: .\Lib\Lib.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [42MxfOdwEx3aQ3CNQSBTMINsUHtlC2UapxogRNVgNPo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JKXlkcXa32KXiYLYOGuW/ZWkY0IMqmeWrFA7oYmKqMM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [ylecCpMjavwBox/1VruXaVqiE3RWOhMLM+FELNgSYEY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [p4MzBwLg6r7rSyxipWr3vevU1J5LvEdz7fH8Fmh5WYE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---BD4CB4CD\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [NtN3SknMhrpRphyjGQVDqDhFmfKK4rW1qr8JhoOVLXc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [Host.csproj]: dotnet watch ≡ƒò╡∩╕Å [153c08d7-c0de-47be-bf2a-d5d01bcf2594] ResponseLoggingLevel = WarningsAndErrors [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. [B.csproj]: dotnet watch 🕵️ [3f083755-2cc4-4a17-b161-c8254dde00de] ResponseLoggingLevel = WarningsAndErrors [A.csproj]: dotnet watch 🕵️ [0ac6065b-8c9d-4586-888b-86c4b71cf9f6] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. output 🔥 [B (net9.0)] Hot reload succeeded. verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. output 🔥 [A (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 14525ms. [A.csproj]: [B.csproj]: verbose ⌚ [B (net9.0)] Killing process 5924 verbose ⌚ [A (net9.0)] Killing process 1992 verbose ⌚ [B (net9.0)] Disposing pipe verbose ⌚ [A (net9.0)] Disposing pipe verbose ⌚ [Host (net9.0)] Killing process 6536 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:00:55.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5' [xUnit.net 00:00:55.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:00:55.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:00:55.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj' [xUnit.net 00:00:55.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpoqovc1.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 4432 [xUnit.net 00:00:57.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Process id 4432 ran for 1572ms. [xUnit.net 00:00:57.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:00:57.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:00:57.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:00:57.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:00:57.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:00:57.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 9e35a213-3620-4514-ba2e-df4d46002397. [xUnit.net 00:00:57.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=9e35a213-3620-4514-ba2e-df4d46002397] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj': process id 8220 [xUnit.net 00:01:01.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:01:01.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:01:01.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:01.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Connecting to hot-reload server [xUnit.net 00:01:01.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Connected. [xUnit.net 00:01:02.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:02.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:01:02.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:03.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:03.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:04.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:04.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:05.04] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:05.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:06.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:06.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:07.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:07.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:08.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:08.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:09.13] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:09.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:10.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:10.66] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:11.18] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:11.68] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:12.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:12.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:13.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:13.74] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:14.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:01:14.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:14.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 817efe37-f3b7-453f-a557-40e726c04c30. [xUnit.net 00:01:14.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=817efe37-f3b7-453f-a557-40e726c04c30] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj': process id 5680 [xUnit.net 00:01:14.76] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:15.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:15.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll [xUnit.net 00:01:15.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Connecting to hot-reload server [xUnit.net 00:01:15.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: Started A: 1 [xUnit.net 00:01:15.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:15.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Connected. [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\bin\B.exe' [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe f028620d-ba9e-4a33-9314-c7d4914d2767. [xUnit.net 00:01:15.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=f028620d-ba9e-4a33-9314-c7d4914d2767] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj': process id 3644 [xUnit.net 00:01:15.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:16.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:16.31] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:16.60] dotnet-watch.Tests: [Long Running Test] 'Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted)', Elapsed: 00:00:21 [xUnit.net 00:01:16.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:16.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:16.86] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\bin\B.dll [xUnit.net 00:01:16.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: Started B [xUnit.net 00:01:16.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:16.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Connecting to hot-reload server [xUnit.net 00:01:16.88] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Connected. [xUnit.net 00:01:17.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:17.32] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:17.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:17.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:17.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:18.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:18.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:18.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:18.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:19.37] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:19.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:19.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:19.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:20.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:20.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:20.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:20.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:21.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:21.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:22.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:22.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:22.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:22.96] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:23.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:23.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:23.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:23.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:24.04] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:24.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:24.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:25.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:25.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:25.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:25.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:26.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:26.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:26.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:26.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:27.04] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:27.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:27.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:27.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:28.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:28.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:28.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:28.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:29.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:29.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:29.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:29.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:30.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:30.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:30.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:30.67] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:31.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:31.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:31.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:31.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:32.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:32.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:32.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:32.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:33.17] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:33.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:33.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:01:33.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:01:34.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:34.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:34.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:34.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:34.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:34.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' updated (10:35:46.4474952). [xUnit.net 00:01:34.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' (written 10:35:46.4474952 after 10:35:13.6933905). [xUnit.net 00:01:34.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' (written 10:35:46.4474952 after 10:35:13.6933905). [xUnit.net 00:01:34.76] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output ⌚ File updated: .\ServiceA\A2.cs [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:01:34.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output ⌚ Unable to apply hot reload, restart is needed to apply the changes. [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. [xUnit.net 00:01:34.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 5680 [xUnit.net 00:01:34.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:01:34.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload change handled in 21ms. [xUnit.net 00:01:34.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' [xUnit.net 00:01:34.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:34.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:34.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 63c21ba5-dcbc-444c-acd3-90fd1d4659bf. [xUnit.net 00:01:34.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=63c21ba5-dcbc-444c-acd3-90fd1d4659bf] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj': process id 8600 [xUnit.net 00:01:35.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:35.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:35.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:35.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:36.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:36.31] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:36.61] dotnet-watch.Tests: [Long Running Test] 'Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted)', Elapsed: 00:00:41 [xUnit.net 00:01:36.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:36.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:37.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:37.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:37.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll [xUnit.net 00:01:37.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Connecting to hot-reload server [xUnit.net 00:01:37.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: Started A: 2 [xUnit.net 00:01:37.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:37.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Connected. [xUnit.net 00:01:37.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:37.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:37.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:38.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:38.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:38.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:38.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:38.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:38.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:39.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:39.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:39.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:39.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:39.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:40.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:40.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:40.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:40.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:40.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:41.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:41.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:41.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:41.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:42.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:42.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:42.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:42.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:43.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:43.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:43.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:43.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:44.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:44.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:44.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:44.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:45.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:45.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:45.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:46.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:46.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:46.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:46.96] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:47.04] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:47.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:47.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:47.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:48.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:48.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:48.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:49.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:49.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:49.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:49.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:50.04] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:50.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:50.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' deleted after 10:35:13.6933905. [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' deleted after 10:35:13.6933905. [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' deleted after 10:35:13.6933905. [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:50.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:50.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:01:50.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload session ended. [xUnit.net 00:01:50.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:01:50.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:51.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:51.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:51.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:51.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:51.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:51.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' updated (10:36:03.3366047). [xUnit.net 00:01:51.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' (written 10:36:03.3366047 after 10:36:02.3437054). [xUnit.net 00:01:51.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' (written 10:36:03.3366047 after 10:36:02.3437054). [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] [xUnit.net 00:01:51.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:51.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:01:51.73] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:51.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:01:51.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:01:51.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:01:51.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:01:51.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:01:51.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:01:51.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output 🔥 [B (net9.0)] Hot reload succeeded. [xUnit.net 00:01:51.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:01:51.82] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:01:51.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose 🔥 Hot reload change handled in 123ms. [xUnit.net 00:01:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:52.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [B.csproj]: [xUnit.net 00:01:52.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] [A.csproj]: [xUnit.net 00:01:52.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [B (net9.0)] Killing process 3644 [xUnit.net 00:01:52.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 8600 [xUnit.net 00:01:52.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:01:52.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:01:52.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 8220 [xUnit.net 00:01:52.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:01:52.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [PASS] [xUnit.net 00:01:52.30] Output: [xUnit.net 00:01:52.30] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5' [xUnit.net 00:01:52.30] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:01:52.30] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:01:52.30] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj' [xUnit.net 00:01:52.30] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpoqovc1.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 4432 [xUnit.net 00:01:52.30] verbose ⌚ Process id 4432 ran for 1572ms. [xUnit.net 00:01:52.30] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:01:52.30] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:01:52.30] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:01:52.30] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:52.30] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:52.30] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 9e35a213-3620-4514-ba2e-df4d46002397. [xUnit.net 00:01:52.30] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=9e35a213-3620-4514-ba2e-df4d46002397] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj': process id 8220 [xUnit.net 00:01:52.30] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:01:52.30] [Host.csproj]: Started [xUnit.net 00:01:52.30] [Host.csproj]: Waiting [xUnit.net 00:01:52.30] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Connecting to hot-reload server [xUnit.net 00:01:52.30] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Connected. [xUnit.net 00:01:52.30] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:52.30] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:01:52.30] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] verbose ⌚ Solution: [xUnit.net 00:01:52.31] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.31] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.31] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.31] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.31] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.31] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] [xUnit.net 00:01:52.31] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.31] verbose 🔥 Hot reload session started. [xUnit.net 00:01:52.31] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' [xUnit.net 00:01:52.31] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:01:52.31] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:52.31] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:52.31] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 817efe37-f3b7-453f-a557-40e726c04c30. [xUnit.net 00:01:52.31] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=817efe37-f3b7-453f-a557-40e726c04c30] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj': process id 5680 [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll [xUnit.net 00:01:52.31] [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Connecting to hot-reload server [xUnit.net 00:01:52.31] [A.csproj]: Started A: 1 [xUnit.net 00:01:52.31] [A.csproj]: [xUnit.net 00:01:52.31] [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Connected. [xUnit.net 00:01:52.31] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:52.31] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:01:52.31] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\bin\B.exe' [xUnit.net 00:01:52.31] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:01:52.31] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:52.31] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:52.31] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe f028620d-ba9e-4a33-9314-c7d4914d2767. [xUnit.net 00:01:52.31] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=f028620d-ba9e-4a33-9314-c7d4914d2767] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj': process id 3644 [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [A.csproj]: [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [A.csproj]: [xUnit.net 00:01:52.31] [Host.csproj]: Waiting [xUnit.net 00:01:52.31] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\bin\B.dll [xUnit.net 00:01:52.31] [B.csproj]: Started B [xUnit.net 00:01:52.31] [B.csproj]: [xUnit.net 00:01:52.31] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Connecting to hot-reload server [xUnit.net 00:01:52.31] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Connected. [xUnit.net 00:01:52.31] [A.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [Host.csproj]: Waiting [xUnit.net 00:01:52.32] [B.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.32] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:52.33] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:01:52.33] verbose ⌚ Waiting for changes [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [Host.csproj]: Waiting [xUnit.net 00:01:52.33] [B.csproj]: [xUnit.net 00:01:52.33] [A.csproj]: [xUnit.net 00:01:52.33] [Host.csproj]: Waiting [xUnit.net 00:01:52.33] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' updated (10:35:46.4474952). [xUnit.net 00:01:52.33] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' (written 10:35:46.4474952 after 10:35:13.6933905). [xUnit.net 00:01:52.33] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' (written 10:35:46.4474952 after 10:35:13.6933905). [xUnit.net 00:01:52.33] [B.csproj]: [xUnit.net 00:01:52.33] output ⌚ File updated: .\ServiceA\A2.cs [xUnit.net 00:01:52.33] verbose ⌚ Solution: [xUnit.net 00:01:52.33] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.33] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.33] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.33] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.33] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.33] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] [xUnit.net 00:01:52.33] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.33] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:01:52.33] output ⌚ Unable to apply hot reload, restart is needed to apply the changes. [xUnit.net 00:01:52.33] error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. [xUnit.net 00:01:52.33] verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. [xUnit.net 00:01:52.33] verbose ⌚ [A (net9.0)] Killing process 5680 [xUnit.net 00:01:52.33] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:01:52.33] verbose 🔥 Hot reload change handled in 21ms. [xUnit.net 00:01:52.33] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' [xUnit.net 00:01:52.33] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:52.34] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:52.34] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 63c21ba5-dcbc-444c-acd3-90fd1d4659bf. [xUnit.net 00:01:52.34] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=63c21ba5-dcbc-444c-acd3-90fd1d4659bf] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj': process id 8600 [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll [xUnit.net 00:01:52.34] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Connecting to hot-reload server [xUnit.net 00:01:52.34] [A.csproj]: Started A: 2 [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Connected. [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] [Host.csproj]: Waiting [xUnit.net 00:01:52.34] [B.csproj]: [xUnit.net 00:01:52.34] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.34] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' deleted after 10:35:13.6933905. [xUnit.net 00:01:52.35] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' deleted after 10:35:13.6933905. [xUnit.net 00:01:52.35] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' deleted after 10:35:13.6933905. [xUnit.net 00:01:52.35] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). [xUnit.net 00:01:52.35] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:52.35] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:01:52.35] verbose 🔥 Hot reload session ended. [xUnit.net 00:01:52.35] verbose 🔥 Hot reload session started. [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [Host.csproj]: Waiting [xUnit.net 00:01:52.35] [B.csproj]: [xUnit.net 00:01:52.35] [A.csproj]: [xUnit.net 00:01:52.35] [Host.csproj]: Waiting [xUnit.net 00:01:52.35] [B.csproj]: [xUnit.net 00:01:52.35] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' updated (10:36:03.3366047). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' (written 10:36:03.3366047 after 10:36:02.3437054). [xUnit.net 00:01:52.35] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' (written 10:36:03.3366047 after 10:36:02.3437054). [xUnit.net 00:01:52.35] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:01:52.35] verbose ⌚ Solution: [xUnit.net 00:01:52.35] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj [xUnit.net 00:01:52.35] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:01:52.35] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.35] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:01:52.35] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] [xUnit.net 00:01:52.35] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.35] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj [xUnit.net 00:01:52.35] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:01:52.35] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.35] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:01:52.35] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:01:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] [xUnit.net 00:01:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:01:52.36] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:01:52.36] [A.csproj]: [xUnit.net 00:01:52.36] [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:01:52.36] [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:01:52.36] [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:01:52.36] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:01:52.36] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:01:52.36] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:01:52.36] output 🔥 [B (net9.0)] Hot reload succeeded. [xUnit.net 00:01:52.36] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:01:52.36] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:01:52.36] verbose 🔥 Hot reload change handled in 123ms. [xUnit.net 00:01:52.36] [Host.csproj]: Waiting [xUnit.net 00:01:52.36] [B.csproj]: [xUnit.net 00:01:52.36] [A.csproj]: [xUnit.net 00:01:52.36] verbose ⌚ [B (net9.0)] Killing process 3644 [xUnit.net 00:01:52.36] verbose ⌚ [A (net9.0)] Killing process 8600 [xUnit.net 00:01:52.36] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:01:52.36] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:01:52.36] verbose ⌚ [Host (net9.0)] Killing process 8220 [xUnit.net 00:01:52.36] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarted) [56 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpoqovc1.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 4432 verbose ⌚ Process id 4432 ran for 1572ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 9e35a213-3620-4514-ba2e-df4d46002397. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=9e35a213-3620-4514-ba2e-df4d46002397] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj': process id 8220 [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Connecting to hot-reload server [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 817efe37-f3b7-453f-a557-40e726c04c30. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=817efe37-f3b7-453f-a557-40e726c04c30] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj': process id 5680 [Host.csproj]: Waiting [Host.csproj]: Waiting [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Connecting to hot-reload server [A.csproj]: Started A: 1 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [817efe37-f3b7-453f-a557-40e726c04c30] Connected. verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\bin\B.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe f028620d-ba9e-4a33-9314-c7d4914d2767. verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=f028620d-ba9e-4a33-9314-c7d4914d2767] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj': process id 3644 [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\bin\B.dll [B.csproj]: Started B [B.csproj]: [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Connecting to hot-reload server [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] Connected. [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [B (net9.0)] Build completed. verbose ⌚ Waiting for changes [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' updated (10:35:46.4474952). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' (written 10:35:46.4474952 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs' (written 10:35:46.4474952 after 10:35:13.6933905). [B.csproj]: output ⌚ File updated: .\ServiceA\A2.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. output ⌚ Unable to apply hot reload, restart is needed to apply the changes. error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. verbose ⌚ [A (net9.0)] Killing process 5680 verbose ⌚ [A (net9.0)] Disposing pipe verbose 🔥 Hot reload change handled in 21ms. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 63c21ba5-dcbc-444c-acd3-90fd1d4659bf. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=63c21ba5-dcbc-444c-acd3-90fd1d4659bf] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj': process id 8600 [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Connecting to hot-reload server [A.csproj]: Started A: 2 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] Connected. [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: [A.csproj]: verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' deleted after 10:35:13.6933905. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.exe' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' deleted after 10:35:13.6933905. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' deleted after 10:35:13.6933905. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\bin\A.pdb' (written 10:35:48.7604284 after 10:35:13.6933905). verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. verbose 🔥 Hot reload session ended. verbose 🔥 Hot reload session started. [A.csproj]: [Host.csproj]: Waiting [B.csproj]: [A.csproj]: [Host.csproj]: Waiting [B.csproj]: File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' updated (10:36:03.3366047). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' (written 10:36:03.3366047 after 10:36:02.3437054). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs' (written 10:36:03.3366047 after 10:36:02.3437054). output ⌚ File updated: .\Lib\Lib.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [OVPX6rLu2tXHN8ibj17/++IzQwwi0HijQWIF7kKTdtU=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [cyyt+UqZF+fZgJmpSjym+doq4a8uqE8lcCOP0u9yYDI=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [n7ov7mWlx6FYqVIoCulz3SxNeddWjlOQkXr5XxRicRA=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [dyM/GECtiTZZ2BmFqIICrfnEMEQ5z796toea1++0/kE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---A70A85B5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Ah1fsWVcGI+Chb31OgqngZa+9sfzycgxBSieigRBHqM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [A.csproj]: [B.csproj]: dotnet watch 🕵️ [f028620d-ba9e-4a33-9314-c7d4914d2767] ResponseLoggingLevel = WarningsAndErrors [A.csproj]: dotnet watch 🕵️ [63c21ba5-dcbc-444c-acd3-90fd1d4659bf] ResponseLoggingLevel = WarningsAndErrors [Host.csproj]: dotnet watch 🕵️ [9e35a213-3620-4514-ba2e-df4d46002397] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. output 🔥 [B (net9.0)] Hot reload succeeded. verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. output 🔥 [A (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 123ms. [Host.csproj]: Waiting [B.csproj]: [A.csproj]: verbose ⌚ [B (net9.0)] Killing process 3644 verbose ⌚ [A (net9.0)] Killing process 8600 verbose ⌚ [B (net9.0)] Disposing pipe verbose ⌚ [A (net9.0)] Disposing pipe verbose ⌚ [Host (net9.0)] Killing process 8220 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:01:52.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32' [xUnit.net 00:01:52.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:01:52.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:01:52.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj' [xUnit.net 00:01:52.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmp14aniy.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8380 [xUnit.net 00:01:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Process id 8380 ran for 1385ms. [xUnit.net 00:01:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:01:53.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:01:53.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:01:53.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:01:53.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:01:53.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 971888c4-5646-4a7c-b6a7-8e24b194d24c. [xUnit.net 00:01:53.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=971888c4-5646-4a7c-b6a7-8e24b194d24c] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj': process id 8776 [xUnit.net 00:01:57.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:01:57.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Connecting to hot-reload server [xUnit.net 00:01:57.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:01:57.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:57.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Connected. [xUnit.net 00:01:57.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:01:57.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:01:58.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:58.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:59.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:01:59.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:00.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] [xUnit.net 00:02:00.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:00.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' [xUnit.net 00:02:00.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:00.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:00.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:00.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 03aad9e3-b0b2-487b-a5b2-e4fb694516c2. [xUnit.net 00:02:00.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=03aad9e3-b0b2-487b-a5b2-e4fb694516c2] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj': process id 8500 [xUnit.net 00:02:00.66] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:01.17] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:01.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll [xUnit.net 00:02:01.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Connecting to hot-reload server [xUnit.net 00:02:01.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: Started A: 1 [xUnit.net 00:02:01.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:01.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Connected. [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\bin\B.exe' [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe fe7a8544-2c13-441a-94ea-ab5c4fc26997. [xUnit.net 00:02:01.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=fe7a8544-2c13-441a-94ea-ab5c4fc26997] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj': process id 4120 [xUnit.net 00:02:01.67] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:02.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:02.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:02.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:02.69] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\bin\B.dll [xUnit.net 00:02:02.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: Started B [xUnit.net 00:02:02.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:02.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Connecting to hot-reload server [xUnit.net 00:02:02.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:02.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Connected. [xUnit.net 00:02:02.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:02.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:02:02.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:02:02.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:02:03.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:03.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:03.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:03.66] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:03.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' updated (10:36:15.4020571). [xUnit.net 00:02:03.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' (written 10:36:15.4020571 after 10:36:09.3244344). [xUnit.net 00:02:03.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' (written 10:36:15.4020571 after 10:36:09.3244344). [xUnit.net 00:02:03.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:03.74] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:03.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output ⌚ File updated: .\ServiceA\A2.cs [xUnit.net 00:02:03.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:03.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj [xUnit.net 00:02:03.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:03.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output ⌚ Unable to apply hot reload, restart is needed to apply the changes. [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. [xUnit.net 00:02:03.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 8500 [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload change handled in 32ms. [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe fe207562-9c63-4e49-a9c6-97559e5ae792. [xUnit.net 00:02:03.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=fe207562-9c63-4e49-a9c6-97559e5ae792] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj': process id 9096 [xUnit.net 00:02:04.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:04.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:04.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:04.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:05.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:05.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:05.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:05.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:06.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:06.18] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:06.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:06.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' deleted after 10:36:09.3244344. [xUnit.net 00:02:06.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8872761 after 10:36:09.3244344). [xUnit.net 00:02:06.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:06.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:06.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' deleted after 10:36:09.3244344. [xUnit.net 00:02:06.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.9028991 after 10:36:09.3244344). [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' deleted after 10:36:09.3244344. [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:06.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:06.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:06.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll [xUnit.net 00:02:06.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Connecting to hot-reload server [xUnit.net 00:02:06.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: Started A: 2 [xUnit.net 00:02:06.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:06.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Connected. [xUnit.net 00:02:06.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:06.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:06.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload session ended. [xUnit.net 00:02:06.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:02:06.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:06.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:07.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:07.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:07.31] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:07.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:07.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' updated (10:36:19.2783392). [xUnit.net 00:02:07.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' (written 10:36:19.2783392 after 10:36:18.2754311). [xUnit.net 00:02:07.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' (written 10:36:19.2783392 after 10:36:18.2754311). [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] [xUnit.net 00:02:07.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:07.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:07.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:07.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:08.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:08.31] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:08.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:08.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:08.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:08.86] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:09.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:09.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:09.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:09.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:09.83] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:09.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:10.13] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:10.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:10.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:10.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:10.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:10.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:11.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:11.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:11.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:11.66] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:11.88] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:11.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:11.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:11.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:11.94] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:11.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:11.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:11.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:11.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output 🔥 [B (net9.0)] Hot reload succeeded. [xUnit.net 00:02:11.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:11.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:02:11.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose 🔥 Hot reload change handled in 4327ms. [xUnit.net 00:02:12.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [A.csproj]: [xUnit.net 00:02:12.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] [B.csproj]: [xUnit.net 00:02:12.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [B (net9.0)] Killing process 4120 [xUnit.net 00:02:12.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 9096 [xUnit.net 00:02:12.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:02:12.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:12.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 8776 [xUnit.net 00:02:12.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:12.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [PASS] [xUnit.net 00:02:12.45] Output: [xUnit.net 00:02:12.45] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32' [xUnit.net 00:02:12.45] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:12.45] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:02:12.45] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj' [xUnit.net 00:02:12.45] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmp14aniy.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8380 [xUnit.net 00:02:12.45] verbose ⌚ Process id 8380 ran for 1385ms. [xUnit.net 00:02:12.45] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:12.45] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:12.45] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:12.45] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:12.45] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:12.45] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 971888c4-5646-4a7c-b6a7-8e24b194d24c. [xUnit.net 00:02:12.45] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=971888c4-5646-4a7c-b6a7-8e24b194d24c] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj': process id 8776 [xUnit.net 00:02:12.45] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:12.45] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Connecting to hot-reload server [xUnit.net 00:02:12.45] [Host.csproj]: Started [xUnit.net 00:02:12.45] [Host.csproj]: Waiting [xUnit.net 00:02:12.45] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Connected. [xUnit.net 00:02:12.45] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:12.45] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:12.45] [Host.csproj]: Waiting [xUnit.net 00:02:12.45] [Host.csproj]: Waiting [xUnit.net 00:02:12.45] [Host.csproj]: Waiting [xUnit.net 00:02:12.45] [Host.csproj]: Waiting [xUnit.net 00:02:12.45] [Host.csproj]: Waiting [xUnit.net 00:02:12.45] verbose ⌚ Solution: [xUnit.net 00:02:12.45] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.45] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.45] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.45] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.45] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] [xUnit.net 00:02:12.45] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.45] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.46] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' [xUnit.net 00:02:12.46] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:12.46] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:12.46] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:12.46] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 03aad9e3-b0b2-487b-a5b2-e4fb694516c2. [xUnit.net 00:02:12.46] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=03aad9e3-b0b2-487b-a5b2-e4fb694516c2] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj': process id 8500 [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll [xUnit.net 00:02:12.46] [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Connecting to hot-reload server [xUnit.net 00:02:12.46] [A.csproj]: Started A: 1 [xUnit.net 00:02:12.46] [A.csproj]: [xUnit.net 00:02:12.46] [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Connected. [xUnit.net 00:02:12.46] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:12.46] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:12.46] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\bin\B.exe' [xUnit.net 00:02:12.46] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:12.46] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:12.46] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:12.46] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe fe7a8544-2c13-441a-94ea-ab5c4fc26997. [xUnit.net 00:02:12.46] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=fe7a8544-2c13-441a-94ea-ab5c4fc26997] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj': process id 4120 [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] [A.csproj]: [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] [A.csproj]: [xUnit.net 00:02:12.46] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\bin\B.dll [xUnit.net 00:02:12.46] [B.csproj]: Started B [xUnit.net 00:02:12.46] [B.csproj]: [xUnit.net 00:02:12.46] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Connecting to hot-reload server [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Connected. [xUnit.net 00:02:12.46] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:12.46] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:02:12.46] verbose 🔥 Hot reload session started. [xUnit.net 00:02:12.46] verbose ⌚ Waiting for changes [xUnit.net 00:02:12.46] [A.csproj]: [xUnit.net 00:02:12.46] [B.csproj]: [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] [A.csproj]: [xUnit.net 00:02:12.46] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' updated (10:36:15.4020571). [xUnit.net 00:02:12.46] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' (written 10:36:15.4020571 after 10:36:09.3244344). [xUnit.net 00:02:12.46] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' (written 10:36:15.4020571 after 10:36:09.3244344). [xUnit.net 00:02:12.46] [B.csproj]: [xUnit.net 00:02:12.46] [Host.csproj]: Waiting [xUnit.net 00:02:12.46] output ⌚ File updated: .\ServiceA\A2.cs [xUnit.net 00:02:12.46] verbose ⌚ Solution: [xUnit.net 00:02:12.46] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.46] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.46] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.46] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.46] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.46] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] [xUnit.net 00:02:12.46] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.46] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:12.46] output ⌚ Unable to apply hot reload, restart is needed to apply the changes. [xUnit.net 00:02:12.46] error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. [xUnit.net 00:02:12.47] verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. [xUnit.net 00:02:12.47] verbose ⌚ [A (net9.0)] Killing process 8500 [xUnit.net 00:02:12.47] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:12.47] verbose 🔥 Hot reload change handled in 32ms. [xUnit.net 00:02:12.47] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' [xUnit.net 00:02:12.47] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:12.47] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:12.47] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe fe207562-9c63-4e49-a9c6-97559e5ae792. [xUnit.net 00:02:12.47] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=fe207562-9c63-4e49-a9c6-97559e5ae792] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj': process id 9096 [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' deleted after 10:36:09.3244344. [xUnit.net 00:02:12.47] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8872761 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8560236 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' deleted after 10:36:09.3244344. [xUnit.net 00:02:12.47] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.9028991 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' deleted after 10:36:09.3244344. [xUnit.net 00:02:12.47] verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll [xUnit.net 00:02:12.47] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Connecting to hot-reload server [xUnit.net 00:02:12.47] [A.csproj]: Started A: 2 [xUnit.net 00:02:12.47] [A.csproj]: [xUnit.net 00:02:12.47] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Connected. [xUnit.net 00:02:12.47] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:12.47] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:12.47] verbose 🔥 Hot reload session ended. [xUnit.net 00:02:12.47] verbose 🔥 Hot reload session started. [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] [A.csproj]: [xUnit.net 00:02:12.47] [B.csproj]: [xUnit.net 00:02:12.47] [Host.csproj]: Waiting [xUnit.net 00:02:12.47] [A.csproj]: [xUnit.net 00:02:12.47] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' updated (10:36:19.2783392). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' (written 10:36:19.2783392 after 10:36:18.2754311). [xUnit.net 00:02:12.47] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' (written 10:36:19.2783392 after 10:36:18.2754311). [xUnit.net 00:02:12.47] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:02:12.47] verbose ⌚ Solution: [xUnit.net 00:02:12.47] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:12.47] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] [xUnit.net 00:02:12.47] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.47] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:12.47] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] [xUnit.net 00:02:12.47] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.47] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.47] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:12.47] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] [xUnit.net 00:02:12.47] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.48] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:12.48] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] [xUnit.net 00:02:12.48] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.48] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:12.48] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:12.48] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] [xUnit.net 00:02:12.48] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:12.48] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] [Host.csproj]: Waiting [xUnit.net 00:02:12.48] [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:12.48] [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:12.48] [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:12.48] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:12.48] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:12.48] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:12.48] output 🔥 [B (net9.0)] Hot reload succeeded. [xUnit.net 00:02:12.48] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:12.48] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:02:12.48] verbose 🔥 Hot reload change handled in 4327ms. [xUnit.net 00:02:12.48] [A.csproj]: [xUnit.net 00:02:12.48] [B.csproj]: [xUnit.net 00:02:12.48] verbose ⌚ [B (net9.0)] Killing process 4120 [xUnit.net 00:02:12.48] verbose ⌚ [A (net9.0)] Killing process 9096 [xUnit.net 00:02:12.48] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:02:12.48] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:12.48] verbose ⌚ [Host (net9.0)] Killing process 8776 [xUnit.net 00:02:12.48] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAndRudeEdit(trigger: HotReloadSessionStarting) [20 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmp14aniy.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8380 verbose ⌚ Process id 8380 ran for 1385ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 971888c4-5646-4a7c-b6a7-8e24b194d24c. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=971888c4-5646-4a7c-b6a7-8e24b194d24c] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj': process id 8776 [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Connecting to hot-reload server [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 03aad9e3-b0b2-487b-a5b2-e4fb694516c2. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=03aad9e3-b0b2-487b-a5b2-e4fb694516c2] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj': process id 8500 [Host.csproj]: Waiting [Host.csproj]: Waiting [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Connecting to hot-reload server [A.csproj]: Started A: 1 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [03aad9e3-b0b2-487b-a5b2-e4fb694516c2] Connected. verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\bin\B.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe fe7a8544-2c13-441a-94ea-ab5c4fc26997. verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=fe7a8544-2c13-441a-94ea-ab5c4fc26997] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj': process id 4120 [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\bin\B.dll [B.csproj]: Started B [B.csproj]: [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Connecting to hot-reload server [Host.csproj]: Waiting [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] Connected. verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [B (net9.0)] Build completed. verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' updated (10:36:15.4020571). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' (written 10:36:15.4020571 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs' (written 10:36:15.4020571 after 10:36:09.3244344). [B.csproj]: [Host.csproj]: Waiting output ⌚ File updated: .\ServiceA\A2.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. output ⌚ Unable to apply hot reload, restart is needed to apply the changes. error ❌ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs(1,12): error ENC0003: Updating 'attribute' requires restarting the application. verbose ⌚ Restarting without prompt since dotnet-watch is running in non-interactive mode. verbose ⌚ [A (net9.0)] Killing process 8500 verbose ⌚ [A (net9.0)] Disposing pipe verbose 🔥 Hot reload change handled in 32ms. verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe fe207562-9c63-4e49-a9c6-97559e5ae792. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=fe207562-9c63-4e49-a9c6-97559e5ae792] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj': process id 9096 [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting [B.csproj]: [Host.csproj]: Waiting verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\refint\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\apphost.exe' (written 10:36:17.8560236 after 10:36:09.3244344). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' deleted after 10:36:09.3244344. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8872761 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8560236 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.exe' (written 10:36:17.8560236 after 10:36:09.3244344). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' deleted after 10:36:09.3244344. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.9028991 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\ref\A.dll' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' deleted after 10:36:09.3244344. verbose ⌚ File change: Add 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.pdb' (written 10:36:17.8404017 after 10:36:09.3244344). [B.csproj]: [Host.csproj]: Waiting [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\bin\A.dll [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Connecting to hot-reload server [A.csproj]: Started A: 2 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] Connected. verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. verbose 🔥 Hot reload session ended. verbose 🔥 Hot reload session started. [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' updated (10:36:19.2783392). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' (written 10:36:19.2783392 after 10:36:18.2754311). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs' (written 10:36:19.2783392 after 10:36:18.2754311). output ⌚ File updated: .\Lib\Lib.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [DYQtMyseiZTrSi76iNnUn5ZXiw0Ox395GXtbou9cCn0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [q2FRQ6vHrBGJLa09h+WrWC8fRNnR4HAJ9U9EPAnyzIE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [dKyH7TdSzfrXju2mzv4phWr7JMx0NBlfJBzF3U33Zfc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\A2.cs [uvs56t0dWrdI9wJ4Ur01LOLa5JU=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [7c3F3tXUbRjePJjsKzSunan40MemPMYDIUWLY0XplFc=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateAndRude---CB9F9F32\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [Vjdz8pgs1S3+pshiDvC2UZE3xBPkEW2yW0u8cE4HK6Y=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [971888c4-5646-4a7c-b6a7-8e24b194d24c] ResponseLoggingLevel = WarningsAndErrors [B.csproj]: dotnet watch 🕵️ [fe7a8544-2c13-441a-94ea-ab5c4fc26997] ResponseLoggingLevel = WarningsAndErrors [A.csproj]: dotnet watch 🕵️ [fe207562-9c63-4e49-a9c6-97559e5ae792] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. output 🔥 [B (net9.0)] Hot reload succeeded. verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. output 🔥 [A (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 4327ms. [A.csproj]: [B.csproj]: verbose ⌚ [B (net9.0)] Killing process 4120 verbose ⌚ [A (net9.0)] Killing process 9096 verbose ⌚ [B (net9.0)] Disposing pipe verbose ⌚ [A (net9.0)] Disposing pipe verbose ⌚ [Host (net9.0)] Killing process 8776 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:12.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A' [xUnit.net 00:02:12.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:12.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:02:12.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj' [xUnit.net 00:02:12.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmps305cw.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 5976 [xUnit.net 00:02:13.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Process id 5976 ran for 1430ms. [xUnit.net 00:02:13.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:14.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:14.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:14.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:14.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:14.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe b42854a9-fb28-410d-b436-497870091f4a. [xUnit.net 00:02:14.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=b42854a9-fb28-410d-b436-497870091f4a] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj': process id 8328 [xUnit.net 00:02:17.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:17.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:02:17.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:17.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Connecting to hot-reload server [xUnit.net 00:02:17.58] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Connected. [xUnit.net 00:02:17.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:17.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:18.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:19.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:19.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:20.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [YTBkCZGYbaFAh5cAnAKcnhgE8w69wRio3xF6ITa8QQo=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.csproj [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [pOIiReZPQUNlmReTPbuWXW6zuIj4RCwUA5WVPsHKiao=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.csproj [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:20.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [xJe5Lx1/8Y5hMWa3HlBPx8IK3ZjCVBN88GXFsxXTPrg=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [i624mG9+/ldCn7IaktHvKPFXVDNCkIJn85mpjZWdY64=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [wh2po9Czw/Z85p7/iQED7knBzflPZVM4wrInR45GR7k=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:20.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\bin\A.exe' [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 5fdefae1-408a-4ff3-8232-a98bb2e9cd6e. [xUnit.net 00:02:20.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj': process id 1308 [xUnit.net 00:02:20.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:21.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:21.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\bin\A.dll [xUnit.net 00:02:21.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Connecting to hot-reload server [xUnit.net 00:02:21.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: Started A: 1 [xUnit.net 00:02:21.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: [xUnit.net 00:02:21.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Connected. [xUnit.net 00:02:21.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:21.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:21.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' updated (10:36:33.0988193). [xUnit.net 00:02:21.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' (written 10:36:33.0988193 after 10:36:29.2842495). [xUnit.net 00:02:21.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' (written 10:36:33.0988193 after 10:36:29.2842495). [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [YTBkCZGYbaFAh5cAnAKcnhgE8w69wRio3xF6ITa8QQo=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.csproj [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [pOIiReZPQUNlmReTPbuWXW6zuIj4RCwUA5WVPsHKiao=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.csproj [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:21.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [xJe5Lx1/8Y5hMWa3HlBPx8IK3ZjCVBN88GXFsxXTPrg=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [i624mG9+/ldCn7IaktHvKPFXVDNCkIJn85mpjZWdY64=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [wh2po9Czw/Z85p7/iQED7knBzflPZVM4wrInR45GR7k=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:21.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:21.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:21.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:21.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:21.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:21.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:21.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:02:21.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 Hot reload change handled in 76ms. [xUnit.net 00:02:21.65] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\bin\B.exe' [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 05694468-5b37-499a-b96b-3d735b56fd8f. [xUnit.net 00:02:21.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=05694468-5b37-499a-b96b-3d735b56fd8f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj': process id 9180 [xUnit.net 00:02:22.17] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:22.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: [xUnit.net 00:02:22.68] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:22.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: [xUnit.net 00:02:22.96] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\bin\B.dll [xUnit.net 00:02:22.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: Started B [xUnit.net 00:02:22.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: [xUnit.net 00:02:22.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Connecting to hot-reload server [xUnit.net 00:02:22.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Connected. [xUnit.net 00:02:22.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:23.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:23.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:23.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:02:23.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:23.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [A.csproj]: [xUnit.net 00:02:23.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] [B.csproj]: [xUnit.net 00:02:23.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [B (net9.0)] Killing process 9180 [xUnit.net 00:02:23.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 1308 [xUnit.net 00:02:23.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:02:23.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:23.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 8328 [xUnit.net 00:02:23.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:23.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [PASS] [xUnit.net 00:02:23.52] Output: [xUnit.net 00:02:23.52] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A' [xUnit.net 00:02:23.52] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:23.52] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:02:23.52] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj' [xUnit.net 00:02:23.52] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmps305cw.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 5976 [xUnit.net 00:02:23.52] verbose ⌚ Process id 5976 ran for 1430ms. [xUnit.net 00:02:23.52] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:23.52] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:23.52] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:23.52] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:23.52] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:23.52] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe b42854a9-fb28-410d-b436-497870091f4a. [xUnit.net 00:02:23.52] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=b42854a9-fb28-410d-b436-497870091f4a] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj': process id 8328 [xUnit.net 00:02:23.52] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:23.52] [Host.csproj]: Started [xUnit.net 00:02:23.52] [Host.csproj]: Waiting [xUnit.net 00:02:23.52] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Connecting to hot-reload server [xUnit.net 00:02:23.52] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Connected. [xUnit.net 00:02:23.52] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:23.52] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:23.52] [Host.csproj]: Waiting [xUnit.net 00:02:23.52] [Host.csproj]: Waiting [xUnit.net 00:02:23.52] [Host.csproj]: Waiting [xUnit.net 00:02:23.52] [Host.csproj]: Waiting [xUnit.net 00:02:23.52] [Host.csproj]: Waiting [xUnit.net 00:02:23.52] verbose ⌚ Solution: [xUnit.net 00:02:23.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [YTBkCZGYbaFAh5cAnAKcnhgE8w69wRio3xF6ITa8QQo=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.csproj [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [pOIiReZPQUNlmReTPbuWXW6zuIj4RCwUA5WVPsHKiao=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.csproj [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [xJe5Lx1/8Y5hMWa3HlBPx8IK3ZjCVBN88GXFsxXTPrg=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.52] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.52] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [i624mG9+/ldCn7IaktHvKPFXVDNCkIJn85mpjZWdY64=] [xUnit.net 00:02:23.52] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.53] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj [xUnit.net 00:02:23.53] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:23.53] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.53] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:23.53] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [wh2po9Czw/Z85p7/iQED7knBzflPZVM4wrInR45GR7k=] [xUnit.net 00:02:23.53] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.53] verbose 🔥 Hot reload session started. [xUnit.net 00:02:23.53] verbose ⌚ Waiting for changes [xUnit.net 00:02:23.53] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\bin\A.exe' [xUnit.net 00:02:23.53] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:23.53] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:23.53] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:23.53] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 5fdefae1-408a-4ff3-8232-a98bb2e9cd6e. [xUnit.net 00:02:23.53] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj': process id 1308 [xUnit.net 00:02:23.53] [Host.csproj]: Waiting [xUnit.net 00:02:23.53] [Host.csproj]: Waiting [xUnit.net 00:02:23.53] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\bin\A.dll [xUnit.net 00:02:23.53] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Connecting to hot-reload server [xUnit.net 00:02:23.53] [A.csproj]: Started A: 1 [xUnit.net 00:02:23.53] [A.csproj]: [xUnit.net 00:02:23.53] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Connected. [xUnit.net 00:02:23.53] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:23.53] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:23.53] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' updated (10:36:33.0988193). [xUnit.net 00:02:23.53] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' (written 10:36:33.0988193 after 10:36:29.2842495). [xUnit.net 00:02:23.53] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' (written 10:36:33.0988193 after 10:36:29.2842495). [xUnit.net 00:02:23.53] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:02:23.53] verbose ⌚ Solution: [xUnit.net 00:02:23.53] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj [xUnit.net 00:02:23.53] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:23.53] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.53] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:23.53] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [YTBkCZGYbaFAh5cAnAKcnhgE8w69wRio3xF6ITa8QQo=] [xUnit.net 00:02:23.53] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.55] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.csproj [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [pOIiReZPQUNlmReTPbuWXW6zuIj4RCwUA5WVPsHKiao=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.55] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.csproj [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [xJe5Lx1/8Y5hMWa3HlBPx8IK3ZjCVBN88GXFsxXTPrg=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.55] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [i624mG9+/ldCn7IaktHvKPFXVDNCkIJn85mpjZWdY64=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.55] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:23.55] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [wh2po9Czw/Z85p7/iQED7knBzflPZVM4wrInR45GR7k=] [xUnit.net 00:02:23.55] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:23.55] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:23.55] [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:23.55] [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:23.55] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:23.55] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:23.55] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:23.55] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:02:23.55] verbose 🔥 Hot reload change handled in 76ms. [xUnit.net 00:02:23.55] [Host.csproj]: Waiting [xUnit.net 00:02:23.55] [A.csproj]: [xUnit.net 00:02:23.55] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\bin\B.exe' [xUnit.net 00:02:23.55] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:23.55] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:23.55] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:23.55] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 05694468-5b37-499a-b96b-3d735b56fd8f. [xUnit.net 00:02:23.55] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=05694468-5b37-499a-b96b-3d735b56fd8f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj': process id 9180 [xUnit.net 00:02:23.55] [Host.csproj]: Waiting [xUnit.net 00:02:23.55] [A.csproj]: [xUnit.net 00:02:23.55] [Host.csproj]: Waiting [xUnit.net 00:02:23.55] [A.csproj]: [xUnit.net 00:02:23.55] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\bin\B.dll [xUnit.net 00:02:23.55] [B.csproj]: Started B [xUnit.net 00:02:23.55] [B.csproj]: [xUnit.net 00:02:23.55] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Connecting to hot-reload server [xUnit.net 00:02:23.55] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Connected. [xUnit.net 00:02:23.55] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:23.55] [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:23.55] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:23.55] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:02:23.55] [Host.csproj]: Waiting [xUnit.net 00:02:23.55] [A.csproj]: [xUnit.net 00:02:23.55] [B.csproj]: [xUnit.net 00:02:23.55] verbose ⌚ [B (net9.0)] Killing process 9180 [xUnit.net 00:02:23.55] verbose ⌚ [A (net9.0)] Killing process 1308 [xUnit.net 00:02:23.55] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:02:23.55] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:23.55] verbose ⌚ [Host (net9.0)] Killing process 8328 [xUnit.net 00:02:23.55] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: False) [11 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmps305cw.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 5976 verbose ⌚ Process id 5976 ran for 1430ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe b42854a9-fb28-410d-b436-497870091f4a. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=b42854a9-fb28-410d-b436-497870091f4a] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj': process id 8328 [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Connecting to hot-reload server [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [YTBkCZGYbaFAh5cAnAKcnhgE8w69wRio3xF6ITa8QQo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [pOIiReZPQUNlmReTPbuWXW6zuIj4RCwUA5WVPsHKiao=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [xJe5Lx1/8Y5hMWa3HlBPx8IK3ZjCVBN88GXFsxXTPrg=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [i624mG9+/ldCn7IaktHvKPFXVDNCkIJn85mpjZWdY64=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [wh2po9Czw/Z85p7/iQED7knBzflPZVM4wrInR45GR7k=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\bin\A.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 5fdefae1-408a-4ff3-8232-a98bb2e9cd6e. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj': process id 1308 [Host.csproj]: Waiting [Host.csproj]: Waiting [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\bin\A.dll [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Connecting to hot-reload server [A.csproj]: Started A: 1 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] Connected. verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' updated (10:36:33.0988193). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' (written 10:36:33.0988193 after 10:36:29.2842495). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs' (written 10:36:33.0988193 after 10:36:29.2842495). output ⌚ File updated: .\Lib\Lib.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [YTBkCZGYbaFAh5cAnAKcnhgE8w69wRio3xF6ITa8QQo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [pOIiReZPQUNlmReTPbuWXW6zuIj4RCwUA5WVPsHKiao=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [xJe5Lx1/8Y5hMWa3HlBPx8IK3ZjCVBN88GXFsxXTPrg=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [i624mG9+/ldCn7IaktHvKPFXVDNCkIJn85mpjZWdY64=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [wh2po9Czw/Z85p7/iQED7knBzflPZVM4wrInR45GR7k=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [Host.csproj]: dotnet watch 🕵️ [b42854a9-fb28-410d-b436-497870091f4a] ResponseLoggingLevel = WarningsAndErrors [A.csproj]: dotnet watch 🕵️ [5fdefae1-408a-4ff3-8232-a98bb2e9cd6e] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. output 🔥 [A (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 76ms. [Host.csproj]: Waiting [A.csproj]: verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\bin\B.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 05694468-5b37-499a-b96b-3d735b56fd8f. verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=05694468-5b37-499a-b96b-3d735b56fd8f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\B.csproj': process id 9180 [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---0B4BE28A\ServiceB\bin\B.dll [B.csproj]: Started B [B.csproj]: [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Connecting to hot-reload server [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] Connected. verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [B.csproj]: dotnet watch 🕵️ [05694468-5b37-499a-b96b-3d735b56fd8f] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. verbose ⌚ [B (net9.0)] Build completed. [Host.csproj]: Waiting [A.csproj]: [B.csproj]: verbose ⌚ [B (net9.0)] Killing process 9180 verbose ⌚ [A (net9.0)] Killing process 1308 verbose ⌚ [B (net9.0)] Disposing pipe verbose ⌚ [A (net9.0)] Disposing pipe verbose ⌚ [Host (net9.0)] Killing process 8328 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:23.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5' [xUnit.net 00:02:23.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:23.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:02:23.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj' [xUnit.net 00:02:23.60] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpfhpie1.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8960 [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Process id 8960 ran for 1414ms. [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe f7ea7704-ba85-47e7-9a71-d67bb264505f. [xUnit.net 00:02:25.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=f7ea7704-ba85-47e7-9a71-d67bb264505f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj': process id 1836 [xUnit.net 00:02:29.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:29.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:02:29.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:29.26] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Connecting to hot-reload server [xUnit.net 00:02:29.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Connected. [xUnit.net 00:02:29.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:29.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:29.76] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:30.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:30.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:31.31] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:31.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [EQmHvPICnAJ6P/dEIVkNCKeH68qkKbN1XUyjEORCngA=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.csproj [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [EapPzXWPln8R7FTtvA0fTaO50xmKA8/cO2WsrrudzLY=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.csproj [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:32.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [hCzjvvI8y7XysUh8xHV8EEeNIZIQI0RwdkUOxAaqzQ8=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [RqdfTj0/s7QUpJjY9/ERxzfvr2N/ytID42vgyXFn/N8=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [LTSZLCH3Jjl1dLhcKH9z8QkoMYIIuvpiNhzBIQMKvIw=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\A.exe' [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:32.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 9e4e559a-ca9a-45b3-8a77-8d327ff1fa64. [xUnit.net 00:02:32.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj': process id 9208 [xUnit.net 00:02:32.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:32.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:33.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\A.dll [xUnit.net 00:02:33.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Connecting to hot-reload server [xUnit.net 00:02:33.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: Started A: 1 [xUnit.net 00:02:33.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:33.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Connected. [xUnit.net 00:02:33.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:33.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:33.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:34.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:34.37] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:34.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:34.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:35.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:35.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:35.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:35.91] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:36.31] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:36.42] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:36.81] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:36.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:37.33] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:37.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:37.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:37.95] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:38.36] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:38.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:38.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:38.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:39.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:39.48] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:39.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:40.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:40.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:40.52] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:40.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:41.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:41.44] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:41.53] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:41.94] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:42.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:42.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:42.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:42.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' updated (10:36:53.7459587). [xUnit.net 00:02:42.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' (written 10:36:53.7459587 after 10:36:40.9754236). [xUnit.net 00:02:42.05] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' (written 10:36:53.7459587 after 10:36:40.9754236). [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [EQmHvPICnAJ6P/dEIVkNCKeH68qkKbN1XUyjEORCngA=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.csproj [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [EapPzXWPln8R7FTtvA0fTaO50xmKA8/cO2WsrrudzLY=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.csproj [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [hCzjvvI8y7XysUh8xHV8EEeNIZIQI0RwdkUOxAaqzQ8=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [RqdfTj0/s7QUpJjY9/ERxzfvr2N/ytID42vgyXFn/N8=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj [xUnit.net 00:02:42.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:42.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:42.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:42.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [LTSZLCH3Jjl1dLhcKH9z8QkoMYIIuvpiNhzBIQMKvIw=] [xUnit.net 00:02:42.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:42.12] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:42.15] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:42.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:42.18] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:42.18] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:42.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:42.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:02:42.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 Hot reload change handled in 80ms. [xUnit.net 00:02:42.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:42.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\B.exe' [xUnit.net 00:02:42.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:42.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:42.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:42.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 471cca85-b5a2-4fa1-b245-99135fb525e7. [xUnit.net 00:02:42.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=471cca85-b5a2-4fa1-b245-99135fb525e7] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj': process id 8348 [xUnit.net 00:02:42.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:42.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:43.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:43.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:43.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\B.dll [xUnit.net 00:02:43.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: Started B [xUnit.net 00:02:43.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: [xUnit.net 00:02:43.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Connecting to hot-reload server [xUnit.net 00:02:43.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Connected. [xUnit.net 00:02:43.57] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:43.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:43.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:43.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:43.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:02:44.00] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [A.csproj]: [xUnit.net 00:02:44.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] [B.csproj]: [xUnit.net 00:02:44.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [B (net9.0)] Killing process 8348 [xUnit.net 00:02:44.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [A (net9.0)] Killing process 9208 [xUnit.net 00:02:44.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:02:44.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:44.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 1836 [xUnit.net 00:02:44.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:44.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [PASS] [xUnit.net 00:02:44.11] Output: [xUnit.net 00:02:44.11] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5' [xUnit.net 00:02:44.11] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:44.11] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:02:44.11] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj' [xUnit.net 00:02:44.11] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpfhpie1.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8960 [xUnit.net 00:02:44.11] verbose ⌚ Process id 8960 ran for 1414ms. [xUnit.net 00:02:44.11] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:44.11] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:44.11] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:44.11] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:44.11] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:44.11] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe f7ea7704-ba85-47e7-9a71-d67bb264505f. [xUnit.net 00:02:44.11] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=f7ea7704-ba85-47e7-9a71-d67bb264505f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj': process id 1836 [xUnit.net 00:02:44.11] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:44.11] [Host.csproj]: Started [xUnit.net 00:02:44.11] [Host.csproj]: Waiting [xUnit.net 00:02:44.11] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Connecting to hot-reload server [xUnit.net 00:02:44.11] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Connected. [xUnit.net 00:02:44.11] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:44.11] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:44.11] [Host.csproj]: Waiting [xUnit.net 00:02:44.11] [Host.csproj]: Waiting [xUnit.net 00:02:44.11] [Host.csproj]: Waiting [xUnit.net 00:02:44.11] [Host.csproj]: Waiting [xUnit.net 00:02:44.11] [Host.csproj]: Waiting [xUnit.net 00:02:44.11] verbose ⌚ Solution: [xUnit.net 00:02:44.11] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj [xUnit.net 00:02:44.11] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:44.11] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.11] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:44.11] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [EQmHvPICnAJ6P/dEIVkNCKeH68qkKbN1XUyjEORCngA=] [xUnit.net 00:02:44.11] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.11] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.csproj [xUnit.net 00:02:44.11] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:44.11] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.11] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:44.11] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [EapPzXWPln8R7FTtvA0fTaO50xmKA8/cO2WsrrudzLY=] [xUnit.net 00:02:44.11] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.11] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.csproj [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:44.12] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [hCzjvvI8y7XysUh8xHV8EEeNIZIQI0RwdkUOxAaqzQ8=] [xUnit.net 00:02:44.12] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.12] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:44.12] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [RqdfTj0/s7QUpJjY9/ERxzfvr2N/ytID42vgyXFn/N8=] [xUnit.net 00:02:44.12] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.12] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.12] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:44.12] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [LTSZLCH3Jjl1dLhcKH9z8QkoMYIIuvpiNhzBIQMKvIw=] [xUnit.net 00:02:44.12] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.12] verbose 🔥 Hot reload session started. [xUnit.net 00:02:44.12] verbose ⌚ Waiting for changes [xUnit.net 00:02:44.12] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\A.exe' [xUnit.net 00:02:44.12] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:44.12] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:44.12] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:44.12] verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 9e4e559a-ca9a-45b3-8a77-8d327ff1fa64. [xUnit.net 00:02:44.12] verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj': process id 9208 [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\A.dll [xUnit.net 00:02:44.12] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Connecting to hot-reload server [xUnit.net 00:02:44.12] [A.csproj]: Started A: 1 [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Connected. [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] [A.csproj]: [xUnit.net 00:02:44.12] [Host.csproj]: Waiting [xUnit.net 00:02:44.12] verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:44.12] verbose ⌚ [A (net9.0)] Build completed. [xUnit.net 00:02:44.12] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' updated (10:36:53.7459587). [xUnit.net 00:02:44.12] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' (written 10:36:53.7459587 after 10:36:40.9754236). [xUnit.net 00:02:44.12] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' (written 10:36:53.7459587 after 10:36:40.9754236). [xUnit.net 00:02:44.13] output ⌚ File updated: .\Lib\Lib.cs [xUnit.net 00:02:44.13] verbose ⌚ Solution: [xUnit.net 00:02:44.13] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [EQmHvPICnAJ6P/dEIVkNCKeH68qkKbN1XUyjEORCngA=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.13] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.csproj [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [EapPzXWPln8R7FTtvA0fTaO50xmKA8/cO2WsrrudzLY=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.13] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.csproj [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [hCzjvvI8y7XysUh8xHV8EEeNIZIQI0RwdkUOxAaqzQ8=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.13] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [RqdfTj0/s7QUpJjY9/ERxzfvr2N/ytID42vgyXFn/N8=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.13] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:44.13] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [LTSZLCH3Jjl1dLhcKH9z8QkoMYIIuvpiNhzBIQMKvIw=] [xUnit.net 00:02:44.13] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:44.13] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:44.13] [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:44.13] [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:44.13] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:44.13] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:44.13] verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:44.13] output 🔥 [A (net9.0)] Hot reload succeeded. [xUnit.net 00:02:44.13] verbose 🔥 Hot reload change handled in 80ms. [xUnit.net 00:02:44.13] [A.csproj]: [xUnit.net 00:02:44.13] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\B.exe' [xUnit.net 00:02:44.13] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:44.13] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:44.13] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:44.13] verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 471cca85-b5a2-4fa1-b245-99135fb525e7. [xUnit.net 00:02:44.13] verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=471cca85-b5a2-4fa1-b245-99135fb525e7] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj': process id 8348 [xUnit.net 00:02:44.13] [Host.csproj]: Waiting [xUnit.net 00:02:44.13] [A.csproj]: [xUnit.net 00:02:44.13] [Host.csproj]: Waiting [xUnit.net 00:02:44.13] [A.csproj]: [xUnit.net 00:02:44.13] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\B.dll [xUnit.net 00:02:44.13] [B.csproj]: Started B [xUnit.net 00:02:44.13] [B.csproj]: [xUnit.net 00:02:44.13] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Connecting to hot-reload server [xUnit.net 00:02:44.13] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Connected. [xUnit.net 00:02:44.13] verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:44.13] [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:44.13] [Host.csproj]: Waiting [xUnit.net 00:02:44.13] verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:44.13] verbose ⌚ [B (net9.0)] Build completed. [xUnit.net 00:02:44.13] [A.csproj]: [xUnit.net 00:02:44.13] [B.csproj]: [xUnit.net 00:02:44.13] verbose ⌚ [B (net9.0)] Killing process 8348 [xUnit.net 00:02:44.13] verbose ⌚ [A (net9.0)] Killing process 9208 [xUnit.net 00:02:44.13] verbose ⌚ [B (net9.0)] Disposing pipe [xUnit.net 00:02:44.14] verbose ⌚ [A (net9.0)] Disposing pipe [xUnit.net 00:02:44.14] verbose ⌚ [Host (net9.0)] Killing process 1836 [xUnit.net 00:02:44.14] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.UpdateAppliedToNewProcesses(sharedOutput: True) [20 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpfhpie1.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 8960 verbose ⌚ Process id 8960 ran for 1414ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe f7ea7704-ba85-47e7-9a71-d67bb264505f. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=f7ea7704-ba85-47e7-9a71-d67bb264505f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj': process id 1836 [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Connecting to hot-reload server [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [EQmHvPICnAJ6P/dEIVkNCKeH68qkKbN1XUyjEORCngA=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [EapPzXWPln8R7FTtvA0fTaO50xmKA8/cO2WsrrudzLY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [hCzjvvI8y7XysUh8xHV8EEeNIZIQI0RwdkUOxAaqzQ8=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [RqdfTj0/s7QUpJjY9/ERxzfvr2N/ytID42vgyXFn/N8=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [LTSZLCH3Jjl1dLhcKH9z8QkoMYIIuvpiNhzBIQMKvIw=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\A.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [A (net9.0)] Waiting for application to connect to pipe 9e4e559a-ca9a-45b3-8a77-8d327ff1fa64. verbose 🚀 [A (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj': process id 9208 [Host.csproj]: Waiting [Host.csproj]: Waiting [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\A.dll [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Connecting to hot-reload server [A.csproj]: Started A: 1 [A.csproj]: [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] Connected. [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting verbose ⌚ [A (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [A (net9.0)] Build completed. File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' updated (10:36:53.7459587). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' (written 10:36:53.7459587 after 10:36:40.9754236). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs' (written 10:36:53.7459587 after 10:36:40.9754236). output ⌚ File updated: .\Lib\Lib.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [EQmHvPICnAJ6P/dEIVkNCKeH68qkKbN1XUyjEORCngA=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [EapPzXWPln8R7FTtvA0fTaO50xmKA8/cO2WsrrudzLY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\Lib.cs [QFXoS0lk+fkz87As836msKAwyTI=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [hCzjvvI8y7XysUh8xHV8EEeNIZIQI0RwdkUOxAaqzQ8=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [RqdfTj0/s7QUpJjY9/ERxzfvr2N/ytID42vgyXFn/N8=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [LTSZLCH3Jjl1dLhcKH9z8QkoMYIIuvpiNhzBIQMKvIw=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [Host.csproj]: dotnet watch 🕵️ [f7ea7704-ba85-47e7-9a71-d67bb264505f] ResponseLoggingLevel = WarningsAndErrors [A.csproj]: dotnet watch 🕵️ [9e4e559a-ca9a-45b3-8a77-8d327ff1fa64] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. verbose 🔥 [A (net9.0)] Updates applied: 1 out of 1. output 🔥 [A (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 80ms. [A.csproj]: verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\B.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [B (net9.0)] Waiting for application to connect to pipe 471cca85-b5a2-4fa1-b245-99135fb525e7. verbose 🚀 [B (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=471cca85-b5a2-4fa1-b245-99135fb525e7] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --no-build --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\ServiceB\B.csproj': process id 8348 [Host.csproj]: Waiting [A.csproj]: [Host.csproj]: Waiting [A.csproj]: [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\UpdateApplied---024402D5\Shared\B.dll [B.csproj]: Started B [B.csproj]: [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Connecting to hot-reload server [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] Connected. verbose ⌚ [B (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [B.csproj]: dotnet watch 🕵️ [471cca85-b5a2-4fa1-b245-99135fb525e7] ResponseLoggingLevel = WarningsAndErrors [Host.csproj]: Waiting verbose 🔥 [B (net9.0)] Updates applied: 1 out of 1. verbose ⌚ [B (net9.0)] Build completed. [A.csproj]: [B.csproj]: verbose ⌚ [B (net9.0)] Killing process 8348 verbose ⌚ [A (net9.0)] Killing process 9208 verbose ⌚ [B (net9.0)] Disposing pipe verbose ⌚ [A (net9.0)] Disposing pipe verbose ⌚ [Host (net9.0)] Killing process 1836 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:44.14] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10' [xUnit.net 00:02:44.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:44.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.\r\n 💡 Press "Ctrl + R" to restart. [xUnit.net 00:02:44.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj' [xUnit.net 00:02:44.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmp0yrecw.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 6404 [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Process id 6404 ran for 1434ms. [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:45.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 885240d0-76e2-49e5-a08f-47495b9e6d71. [xUnit.net 00:02:45.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=885240d0-76e2-49e5-a08f-47495b9e6d71] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj': process id 5252 [xUnit.net 00:02:49.23] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:49.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:02:49.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:49.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Connecting to hot-reload server [xUnit.net 00:02:49.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Connected. [xUnit.net 00:02:49.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:49.25] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:49.75] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:50.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:50.78] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:51.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:51.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [nm1JntsjUlRpa1EJiHAtJzK4OfUlcLIZYlntOEPSZUM=] [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.csproj [xUnit.net 00:02:52.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [7bW0ck2P96WCslPEr6oG+wE2ZKTqgQ9xAbxlRJfWCdo=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.csproj [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [LlXtLsL1BXBxQ32t/0oA0DaOKozATgpUJZH/SWaASKY=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A.csproj [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [Gw6iqN8V1n3B+gzm+qn4LqFi2ldjkYtP+PZzt8BhL+0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.csproj [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [JHfQhoRzHuQaqzQ2XQ5k49XHVhgRtRImDvBk76ehgv0=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.02] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:02:52.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:02:52.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' updated (10:37:03.7172374). [xUnit.net 00:02:52.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' (written 10:37:03.7172374 after 10:37:00.9530130). [xUnit.net 00:02:52.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' (written 10:37:03.7172374 after 10:37:00.9530130). [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] output ⌚ File updated: .\Lib2\Lib2.cs [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [nm1JntsjUlRpa1EJiHAtJzK4OfUlcLIZYlntOEPSZUM=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.csproj [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs [EmTt2MmYKjiMKRMk0U6QTJ+dwRE=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [7bW0ck2P96WCslPEr6oG+wE2ZKTqgQ9xAbxlRJfWCdo=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.csproj [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [LlXtLsL1BXBxQ32t/0oA0DaOKozATgpUJZH/SWaASKY=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A.csproj [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:52.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [Gw6iqN8V1n3B+gzm+qn4LqFi2ldjkYtP+PZzt8BhL+0=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.csproj [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [JHfQhoRzHuQaqzQ2XQ5k49XHVhgRtRImDvBk76ehgv0=] [xUnit.net 00:02:52.09] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.10] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:52.13] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:52.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:52.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:52.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose 🔥 Hot reload change handled in 77ms. [xUnit.net 00:02:52.32] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:52.32] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] [Host.csproj]: [xUnit.net 00:02:52.32] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 5252 [xUnit.net 00:02:52.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:52.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [PASS] [xUnit.net 00:02:52.34] Output: [xUnit.net 00:02:52.34] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10' [xUnit.net 00:02:52.35] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:52.35] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:02:52.35] 💡 Press "Ctrl + R" to restart. [xUnit.net 00:02:52.36] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj' [xUnit.net 00:02:52.36] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmp0yrecw.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 6404 [xUnit.net 00:02:52.36] verbose ⌚ Process id 6404 ran for 1434ms. [xUnit.net 00:02:52.36] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:52.36] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:52.36] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:52.36] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:52.36] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:52.36] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 885240d0-76e2-49e5-a08f-47495b9e6d71. [xUnit.net 00:02:52.36] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=885240d0-76e2-49e5-a08f-47495b9e6d71] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj': process id 5252 [xUnit.net 00:02:52.36] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:52.36] [Host.csproj]: Started [xUnit.net 00:02:52.36] [Host.csproj]: Waiting [xUnit.net 00:02:52.36] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Connecting to hot-reload server [xUnit.net 00:02:52.36] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Connected. [xUnit.net 00:02:52.36] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:52.36] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:52.36] [Host.csproj]: Waiting [xUnit.net 00:02:52.36] [Host.csproj]: Waiting [xUnit.net 00:02:52.36] [Host.csproj]: Waiting [xUnit.net 00:02:52.36] [Host.csproj]: Waiting [xUnit.net 00:02:52.36] [Host.csproj]: Waiting [xUnit.net 00:02:52.36] verbose ⌚ Solution: [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [nm1JntsjUlRpa1EJiHAtJzK4OfUlcLIZYlntOEPSZUM=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [7bW0ck2P96WCslPEr6oG+wE2ZKTqgQ9xAbxlRJfWCdo=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [LlXtLsL1BXBxQ32t/0oA0DaOKozATgpUJZH/SWaASKY=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [Gw6iqN8V1n3B+gzm+qn4LqFi2ldjkYtP+PZzt8BhL+0=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [JHfQhoRzHuQaqzQ2XQ5k49XHVhgRtRImDvBk76ehgv0=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose 🔥 Hot reload session started. [xUnit.net 00:02:52.36] verbose ⌚ Waiting for changes [xUnit.net 00:02:52.36] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' updated (10:37:03.7172374). [xUnit.net 00:02:52.36] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' (written 10:37:03.7172374 after 10:37:00.9530130). [xUnit.net 00:02:52.36] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' (written 10:37:03.7172374 after 10:37:00.9530130). [xUnit.net 00:02:52.36] output ⌚ File updated: .\Lib2\Lib2.cs [xUnit.net 00:02:52.36] verbose ⌚ Solution: [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [nm1JntsjUlRpa1EJiHAtJzK4OfUlcLIZYlntOEPSZUM=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs [EmTt2MmYKjiMKRMk0U6QTJ+dwRE=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [7bW0ck2P96WCslPEr6oG+wE2ZKTqgQ9xAbxlRJfWCdo=] [xUnit.net 00:02:52.36] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.36] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.csproj [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:02:52.36] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:02:52.37] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [LlXtLsL1BXBxQ32t/0oA0DaOKozATgpUJZH/SWaASKY=] [xUnit.net 00:02:52.37] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.37] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A.csproj [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:02:52.37] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [Gw6iqN8V1n3B+gzm+qn4LqFi2ldjkYtP+PZzt8BhL+0=] [xUnit.net 00:02:52.37] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.37] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.csproj [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:02:52.37] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:02:52.37] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [JHfQhoRzHuQaqzQ2XQ5k49XHVhgRtRImDvBk76ehgv0=] [xUnit.net 00:02:52.37] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:02:52.37] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:02:52.37] [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:02:52.37] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:02:52.37] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:02:52.37] verbose 🔥 Hot reload change handled in 77ms. [xUnit.net 00:02:52.37] [Host.csproj]: Waiting [xUnit.net 00:02:52.37] [Host.csproj]: [xUnit.net 00:02:52.37] verbose ⌚ [Host (net9.0)] Killing process 5252 [xUnit.net 00:02:52.37] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: Dependency) [8 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. 💡 Press "Ctrl + R" to restart. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmp0yrecw.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 6404 verbose ⌚ Process id 6404 ran for 1434ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe 885240d0-76e2-49e5-a08f-47495b9e6d71. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=885240d0-76e2-49e5-a08f-47495b9e6d71] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj': process id 5252 [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Connecting to hot-reload server [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [nm1JntsjUlRpa1EJiHAtJzK4OfUlcLIZYlntOEPSZUM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [7bW0ck2P96WCslPEr6oG+wE2ZKTqgQ9xAbxlRJfWCdo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [LlXtLsL1BXBxQ32t/0oA0DaOKozATgpUJZH/SWaASKY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [Gw6iqN8V1n3B+gzm+qn4LqFi2ldjkYtP+PZzt8BhL+0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [JHfQhoRzHuQaqzQ2XQ5k49XHVhgRtRImDvBk76ehgv0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' updated (10:37:03.7172374). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' (written 10:37:03.7172374 after 10:37:00.9530130). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs' (written 10:37:03.7172374 after 10:37:00.9530130). output ⌚ File updated: .\Lib2\Lib2.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [nm1JntsjUlRpa1EJiHAtJzK4OfUlcLIZYlntOEPSZUM=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\Lib2.cs [EmTt2MmYKjiMKRMk0U6QTJ+dwRE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [7bW0ck2P96WCslPEr6oG+wE2ZKTqgQ9xAbxlRJfWCdo=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [LlXtLsL1BXBxQ32t/0oA0DaOKozATgpUJZH/SWaASKY=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [Gw6iqN8V1n3B+gzm+qn4LqFi2ldjkYtP+PZzt8BhL+0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---0E675A10\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [JHfQhoRzHuQaqzQ2XQ5k49XHVhgRtRImDvBk76ehgv0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [Host.csproj]: dotnet watch 🕵️ [885240d0-76e2-49e5-a08f-47495b9e6d71] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 77ms. [Host.csproj]: Waiting [Host.csproj]: verbose ⌚ [Host (net9.0)] Killing process 5252 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:02:52.39] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA' [xUnit.net 00:02:52.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:02:52.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.\r\n 💡 Press "Ctrl + R" to restart. [xUnit.net 00:02:52.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj' [xUnit.net 00:02:52.43] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpyyiz5i.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3736 [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Process id 3736 ran for 1404ms. [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe af27f53e-5e23-4a95-8342-797a65a15abf. [xUnit.net 00:02:53.84] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=af27f53e-5e23-4a95-8342-797a65a15abf] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj': process id 4880 [xUnit.net 00:02:57.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:02:57.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:02:57.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:57.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Connecting to hot-reload server [xUnit.net 00:02:57.20] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Connected. [xUnit.net 00:02:57.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:02:57.21] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:02:57.71] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:58.22] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:58.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:59.24] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:02:59.74] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:00.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:00.77] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:01.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:01.79] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:02.30] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:02.80] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:03.32] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:03.86] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:04.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:04.85] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:05.37] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:05.88] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:06.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:06.90] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:07.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:07.93] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:08.45] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:08.96] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:09.46] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:09.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:10.49] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:10.99] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:11.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:12.01] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:12.51] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:12.70] dotnet-watch.Tests: [Long Running Test] 'Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel)', Elapsed: 00:00:20 [xUnit.net 00:03:13.03] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:13.54] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:14.06] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:14.56] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:15.08] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:15.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:16.11] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:16.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:03:16.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj [xUnit.net 00:03:16.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:03:16.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.27] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [9sUMLQZ5TjDxfx/dOegrFv+HTj3/yGZN2YBiDXX30VU=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.csproj [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JNd8Ds4E1gvz0ePO5PhJCCrUNKRbSo3oVVcGBZw4hkI=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.csproj [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [WTOJCFND8Bi4NvFsm9ajEAIGepcIA4e4yoPy/SEeCD0=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A.csproj [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [H5Mm9zXoAhL1DiyqSjPtwB0lBeSfFLCFzn/wW3v2Jrs=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.csproj [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [l3yVl8jeYFohaSN8ArkQvcFACwTNLmwH8EA5Jn/16Lk=] [xUnit.net 00:03:16.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:03:16.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:03:16.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' updated. [xUnit.net 00:03:16.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' (written 10:37:27.9769697 after 10:37:08.9096333). [xUnit.net 00:03:16.29] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' (written 10:37:27.9769697 after 10:37:08.9096333). [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] output ⌚ File updated: .\Host\Program.cs [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs [sLKQbmme2YJeXrdCJzNgv0MwXPA=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [9sUMLQZ5TjDxfx/dOegrFv+HTj3/yGZN2YBiDXX30VU=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.csproj [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JNd8Ds4E1gvz0ePO5PhJCCrUNKRbSo3oVVcGBZw4hkI=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.csproj [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [WTOJCFND8Bi4NvFsm9ajEAIGepcIA4e4yoPy/SEeCD0=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A.csproj [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:16.34] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [H5Mm9zXoAhL1DiyqSjPtwB0lBeSfFLCFzn/wW3v2Jrs=] [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.csproj [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [l3yVl8jeYFohaSN8ArkQvcFACwTNLmwH8EA5Jn/16Lk=] [xUnit.net 00:03:16.35] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:16.38] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:03:16.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:16.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] warning ⚠ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs(7,1): warning ENC0118: Changing 'top-level code' might not have any effect until the application is restarted. Press "Ctrl + R" to restart. [xUnit.net 00:03:16.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] output 🔄 Restart requested. [xUnit.net 00:03:16.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🔥 [Host (net9.0)] Change application cancelled. Further changes won't be applied to this process. [xUnit.net 00:03:16.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:16.61] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 4880 [xUnit.net 00:03:16.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:16.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj' [xUnit.net 00:03:16.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpy04zlx.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3220 [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Process id 3220 ran for 1430ms. [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe ef540469-2ed9-4ce7-be92-c99a13f1de1f. [xUnit.net 00:03:18.07] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=ef540469-2ed9-4ce7-be92-c99a13f1de1f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj': process id 7852 [xUnit.net 00:03:20.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [ef540469-2ed9-4ce7-be92-c99a13f1de1f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:03:20.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: [xUnit.net 00:03:20.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:20.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [ef540469-2ed9-4ce7-be92-c99a13f1de1f] Connecting to hot-reload server [xUnit.net 00:03:20.87] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 7852 [xUnit.net 00:03:20.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:20.89] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [PASS] [xUnit.net 00:03:20.89] Output: [xUnit.net 00:03:20.89] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA' [xUnit.net 00:03:20.89] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:03:20.89] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:03:20.89] 💡 Press "Ctrl + R" to restart. [xUnit.net 00:03:20.89] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj' [xUnit.net 00:03:20.89] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpyyiz5i.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3736 [xUnit.net 00:03:20.89] verbose ⌚ Process id 3736 ran for 1404ms. [xUnit.net 00:03:20.89] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:03:20.89] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:03:20.89] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:03:20.89] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:03:20.89] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:03:20.89] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe af27f53e-5e23-4a95-8342-797a65a15abf. [xUnit.net 00:03:20.89] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=af27f53e-5e23-4a95-8342-797a65a15abf] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj': process id 4880 [xUnit.net 00:03:20.89] [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:03:20.89] [Host.csproj]: Started [xUnit.net 00:03:20.89] [Host.csproj]: Waiting [xUnit.net 00:03:20.89] [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Connecting to hot-reload server [xUnit.net 00:03:20.89] [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Connected. [xUnit.net 00:03:20.89] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:03:20.89] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] [Host.csproj]: Waiting [xUnit.net 00:03:20.90] verbose ⌚ Solution: [xUnit.net 00:03:20.90] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [9sUMLQZ5TjDxfx/dOegrFv+HTj3/yGZN2YBiDXX30VU=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.90] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.csproj [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JNd8Ds4E1gvz0ePO5PhJCCrUNKRbSo3oVVcGBZw4hkI=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.90] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.csproj [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [WTOJCFND8Bi4NvFsm9ajEAIGepcIA4e4yoPy/SEeCD0=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.90] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A.csproj [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [H5Mm9zXoAhL1DiyqSjPtwB0lBeSfFLCFzn/wW3v2Jrs=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.90] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.csproj [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.90] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [l3yVl8jeYFohaSN8ArkQvcFACwTNLmwH8EA5Jn/16Lk=] [xUnit.net 00:03:20.90] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.90] verbose 🔥 Hot reload session started. [xUnit.net 00:03:20.90] verbose ⌚ Waiting for changes [xUnit.net 00:03:20.90] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' updated. [xUnit.net 00:03:20.90] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' (written 10:37:27.9769697 after 10:37:08.9096333). [xUnit.net 00:03:20.90] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' (written 10:37:27.9769697 after 10:37:08.9096333). [xUnit.net 00:03:20.90] output ⌚ File updated: .\Host\Program.cs [xUnit.net 00:03:20.91] verbose ⌚ Solution: [xUnit.net 00:03:20.91] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs [sLKQbmme2YJeXrdCJzNgv0MwXPA=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [9sUMLQZ5TjDxfx/dOegrFv+HTj3/yGZN2YBiDXX30VU=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.91] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.csproj [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JNd8Ds4E1gvz0ePO5PhJCCrUNKRbSo3oVVcGBZw4hkI=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.91] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.csproj [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [WTOJCFND8Bi4NvFsm9ajEAIGepcIA4e4yoPy/SEeCD0=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.91] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A.csproj [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [H5Mm9zXoAhL1DiyqSjPtwB0lBeSfFLCFzn/wW3v2Jrs=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.91] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.csproj [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:20.91] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [l3yVl8jeYFohaSN8ArkQvcFACwTNLmwH8EA5Jn/16Lk=] [xUnit.net 00:03:20.91] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:20.91] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:03:20.91] [Host.csproj]: Waiting [xUnit.net 00:03:20.91] warning ⚠ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs(7,1): warning ENC0118: Changing 'top-level code' might not have any effect until the application is restarted. Press "Ctrl + R" to restart. [xUnit.net 00:03:20.91] output 🔄 Restart requested. [xUnit.net 00:03:20.91] verbose 🔥 [Host (net9.0)] Change application cancelled. Further changes won't be applied to this process. [xUnit.net 00:03:20.91] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:20.91] verbose ⌚ [Host (net9.0)] Killing process 4880 [xUnit.net 00:03:20.91] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:20.91] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj' [xUnit.net 00:03:20.91] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpy04zlx.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3220 [xUnit.net 00:03:20.91] verbose ⌚ Process id 3220 ran for 1430ms. [xUnit.net 00:03:20.91] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:03:20.91] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:03:20.91] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:03:20.91] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:03:20.91] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:03:20.91] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe ef540469-2ed9-4ce7-be92-c99a13f1de1f. [xUnit.net 00:03:20.91] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=ef540469-2ed9-4ce7-be92-c99a13f1de1f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj': process id 7852 [xUnit.net 00:03:20.91] [Host.csproj]: dotnet watch 🕵️ [ef540469-2ed9-4ce7-be92-c99a13f1de1f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:03:20.91] [Host.csproj]: [xUnit.net 00:03:20.91] [Host.csproj]: Waiting [xUnit.net 00:03:20.91] [Host.csproj]: dotnet watch 🕵️ [ef540469-2ed9-4ce7-be92-c99a13f1de1f] Connecting to hot-reload server [xUnit.net 00:03:20.91] verbose ⌚ [Host (net9.0)] Killing process 7852 [xUnit.net 00:03:20.91] verbose ⌚ [Host (net9.0)] Disposing pipe Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopLevel) [28 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. 💡 Press "Ctrl + R" to restart. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpyyiz5i.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3736 verbose ⌚ Process id 3736 ran for 1404ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe af27f53e-5e23-4a95-8342-797a65a15abf. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=af27f53e-5e23-4a95-8342-797a65a15abf] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj': process id 4880 [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Connecting to hot-reload server [Host.csproj]: dotnet watch 🕵️ [af27f53e-5e23-4a95-8342-797a65a15abf] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [9sUMLQZ5TjDxfx/dOegrFv+HTj3/yGZN2YBiDXX30VU=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JNd8Ds4E1gvz0ePO5PhJCCrUNKRbSo3oVVcGBZw4hkI=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [WTOJCFND8Bi4NvFsm9ajEAIGepcIA4e4yoPy/SEeCD0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [H5Mm9zXoAhL1DiyqSjPtwB0lBeSfFLCFzn/wW3v2Jrs=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [l3yVl8jeYFohaSN8ArkQvcFACwTNLmwH8EA5Jn/16Lk=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' updated. verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' (written 10:37:27.9769697 after 10:37:08.9096333). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs' (written 10:37:27.9769697 after 10:37:08.9096333). output ⌚ File updated: .\Host\Program.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs [sLKQbmme2YJeXrdCJzNgv0MwXPA=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [9sUMLQZ5TjDxfx/dOegrFv+HTj3/yGZN2YBiDXX30VU=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [JNd8Ds4E1gvz0ePO5PhJCCrUNKRbSo3oVVcGBZw4hkI=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [WTOJCFND8Bi4NvFsm9ajEAIGepcIA4e4yoPy/SEeCD0=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [H5Mm9zXoAhL1DiyqSjPtwB0lBeSfFLCFzn/wW3v2Jrs=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [l3yVl8jeYFohaSN8ArkQvcFACwTNLmwH8EA5Jn/16Lk=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [Host.csproj]: Waiting warning ⚠ C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Program.cs(7,1): warning ENC0118: Changing 'top-level code' might not have any effect until the application is restarted. Press "Ctrl + R" to restart. output 🔄 Restart requested. verbose 🔥 [Host (net9.0)] Change application cancelled. Further changes won't be applied to this process. verbose ⌚ [Host (net9.0)] Disposing pipe verbose ⌚ [Host (net9.0)] Killing process 4880 verbose ⌚ [Host (net9.0)] Disposing pipe verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpy04zlx.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 3220 verbose ⌚ Process id 3220 ran for 1430ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe ef540469-2ed9-4ce7-be92-c99a13f1de1f. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=ef540469-2ed9-4ce7-be92-c99a13f1de1f] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\Host.csproj': process id 7852 [Host.csproj]: dotnet watch 🕵️ [ef540469-2ed9-4ce7-be92-c99a13f1de1f] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---02087BBA\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [ef540469-2ed9-4ce7-be92-c99a13f1de1f] Connecting to hot-reload server verbose ⌚ [Host (net9.0)] Killing process 7852 verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:20.92] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02' [xUnit.net 00:03:20.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:03:20.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload.\r\n 💡 Press "Ctrl + R" to restart. [xUnit.net 00:03:20.97] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj' [xUnit.net 00:03:20.98] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpgossjg.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 6572 [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Process id 6572 ran for 1301ms. [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe a651cd67-e606-4c16-8d93-c17edee44d3c. [xUnit.net 00:03:22.28] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=a651cd67-e606-4c16-8d93-c17edee44d3c] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj': process id 4888 [xUnit.net 00:03:25.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:03:25.62] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Started [xUnit.net 00:03:25.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:25.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Connecting to hot-reload server [xUnit.net 00:03:25.63] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Connected. [xUnit.net 00:03:25.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:03:25.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:03:26.13] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:26.64] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:27.16] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:27.67] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:28.19] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: Waiting [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [y02uAOGYG806FViCgENtg1w3YgxuXAMbFLPeEiHmRnE=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.csproj [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [E0pQZSae8b/eLDJhKA4yvY3MeKChS3cBfw8K+fc36G8=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.csproj [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [O6DW5//ZykYPbpgTE4xBYX9R0qV3lAmaYIN+DmhT0ME=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A.csproj [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [DdS1FRLf3GrZDoYMlFvhTUC7G41GochKv0f4yWnK3fw=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.csproj [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.40] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [ZPSg2BiTfLaVabXmN7MgdqGxqiW67STszjU26TGHOEE=] [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🔥 Hot reload session started. [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Waiting for changes [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' updated. [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' (written 10:37:40.1049196 after 10:37:37.3384186). [xUnit.net 00:03:28.41] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' (written 10:37:40.1049196 after 10:37:37.3384186). [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] output ⌚ File updated: .\Host\Program.cs [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Solution: [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs [k+CZeC8CXcZdcATy0vyZEaEqVvk=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [y02uAOGYG806FViCgENtg1w3YgxuXAMbFLPeEiHmRnE=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.csproj [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [E0pQZSae8b/eLDJhKA4yvY3MeKChS3cBfw8K+fc36G8=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.csproj [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [O6DW5//ZykYPbpgTE4xBYX9R0qV3lAmaYIN+DmhT0ME=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A.csproj [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [DdS1FRLf3GrZDoYMlFvhTUC7G41GochKv0f4yWnK3fw=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.csproj [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [ZPSg2BiTfLaVabXmN7MgdqGxqiW67STszjU26TGHOEE=] [xUnit.net 00:03:28.47] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.50] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:03:28.55] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:03:28.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:03:28.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:03:28.59] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose 🔥 Hot reload change handled in 116ms. [xUnit.net 00:03:28.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] [Host.csproj]: [xUnit.net 00:03:28.70] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ [Host (net9.0)] Killing process 4888 [xUnit.net 00:03:28.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [OUTPUT] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:28.72] Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [PASS] [xUnit.net 00:03:28.72] Output: [xUnit.net 00:03:28.72] verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02' [xUnit.net 00:03:28.72] verbose ⌚ Watching with Hot Reload. [xUnit.net 00:03:28.72] output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. [xUnit.net 00:03:28.72] 💡 Press "Ctrl + R" to restart. [xUnit.net 00:03:28.72] verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj' [xUnit.net 00:03:28.72] verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpgossjg.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 6572 [xUnit.net 00:03:28.72] verbose ⌚ Process id 6572 ran for 1301ms. [xUnit.net 00:03:28.72] verbose ⌚ Watching 11 file(s) for changes [xUnit.net 00:03:28.72] verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\bin\Debug\net9.0\Host.exe' [xUnit.net 00:03:28.72] verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. [xUnit.net 00:03:28.72] verbose ⌚ launchSettings does not allow launching browsers. [xUnit.net 00:03:28.72] verbose 🔥 HotReloadProfile: Default. [xUnit.net 00:03:28.72] verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe a651cd67-e606-4c16-8d93-c17edee44d3c. [xUnit.net 00:03:28.72] verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=a651cd67-e606-4c16-8d93-c17edee44d3c] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj': process id 4888 [xUnit.net 00:03:28.72] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\bin\Debug\net9.0\Host.dll [xUnit.net 00:03:28.72] [Host.csproj]: Started [xUnit.net 00:03:28.72] [Host.csproj]: Waiting [xUnit.net 00:03:28.72] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Connecting to hot-reload server [xUnit.net 00:03:28.72] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Connected. [xUnit.net 00:03:28.72] verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' [xUnit.net 00:03:28.72] verbose ⌚ [Host (net9.0)] Build completed. [xUnit.net 00:03:28.72] [Host.csproj]: Waiting [xUnit.net 00:03:28.73] [Host.csproj]: Waiting [xUnit.net 00:03:28.73] [Host.csproj]: Waiting [xUnit.net 00:03:28.73] [Host.csproj]: Waiting [xUnit.net 00:03:28.73] [Host.csproj]: Waiting [xUnit.net 00:03:28.73] verbose ⌚ Solution: [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [y02uAOGYG806FViCgENtg1w3YgxuXAMbFLPeEiHmRnE=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [E0pQZSae8b/eLDJhKA4yvY3MeKChS3cBfw8K+fc36G8=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [O6DW5//ZykYPbpgTE4xBYX9R0qV3lAmaYIN+DmhT0ME=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [DdS1FRLf3GrZDoYMlFvhTUC7G41GochKv0f4yWnK3fw=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [ZPSg2BiTfLaVabXmN7MgdqGxqiW67STszjU26TGHOEE=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose 🔥 Hot reload session started. [xUnit.net 00:03:28.73] verbose ⌚ Waiting for changes [xUnit.net 00:03:28.73] File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' updated. [xUnit.net 00:03:28.73] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' (written 10:37:40.1049196 after 10:37:37.3384186). [xUnit.net 00:03:28.73] verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' (written 10:37:40.1049196 after 10:37:37.3384186). [xUnit.net 00:03:28.73] output ⌚ File updated: .\Host\Program.cs [xUnit.net 00:03:28.73] verbose ⌚ Solution: [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs [k+CZeC8CXcZdcATy0vyZEaEqVvk=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [y02uAOGYG806FViCgENtg1w3YgxuXAMbFLPeEiHmRnE=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [E0pQZSae8b/eLDJhKA4yvY3MeKChS3cBfw8K+fc36G8=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [O6DW5//ZykYPbpgTE4xBYX9R0qV3lAmaYIN+DmhT0ME=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [DdS1FRLf3GrZDoYMlFvhTUC7G41GochKv0f4yWnK3fw=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.csproj [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] [xUnit.net 00:03:28.73] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [ZPSg2BiTfLaVabXmN7MgdqGxqiW67STszjU26TGHOEE=] [xUnit.net 00:03:28.73] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] [xUnit.net 00:03:28.73] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [xUnit.net 00:03:28.73] [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] ResponseLoggingLevel = WarningsAndErrors [xUnit.net 00:03:28.73] verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. [xUnit.net 00:03:28.73] output 🔥 [Host (net9.0)] Hot reload succeeded. [xUnit.net 00:03:28.73] verbose 🔥 Hot reload change handled in 116ms. [xUnit.net 00:03:28.73] [Host.csproj]: [xUnit.net 00:03:28.73] verbose ⌚ [Host (net9.0)] Killing process 4888 [xUnit.net 00:03:28.73] verbose ⌚ [Host (net9.0)] Disposing pipe [xUnit.net 00:03:28.74] Finished: dotnet-watch.Tests Data collector 'Blame' message: All tests finished running, Sequence file will not be generated. Passed Microsoft.DotNet.Watcher.Tests.RuntimeProcessLauncherTests.HostRestart(updateLocation: TopFunction) [7 s] Standard Output Messages: verbose ⌚ Working directory: 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02' verbose ⌚ Watching with Hot Reload. output 🔥 Hot reload enabled. For a list of supported edits, see https://aka.ms/dotnet/hot-reload. 💡 Press "Ctrl + R" to restart. verbose ⌚ Running MSBuild target 'GenerateWatchList' on 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj' verbose 🚀 Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments 'msbuild /nologo C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj /p:_DotNetWatchListFile=C:\h\w\AA32093B\t\tmpgossjg.tmp /bl /nologo /v:n /t:GenerateWatchList /p:DotNetWatchBuild=true /p:DesignTimeBuild=true /p:CustomAfterMicrosoftCommonTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:CustomAfterMicrosoftCommonCrossTargetingTargets=C:\h\w\AA32093B\w\ABC00908\e\DotNetWatch.targets /p:_DotNetWatchTraceOutput=true': process id 6572 verbose ⌚ Process id 6572 ran for 1301ms. verbose ⌚ Watching 11 file(s) for changes verbose ⌚ Target process is 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\bin\Debug\net9.0\Host.exe' verbose ⌚ Skipping configuring browser-refresh middleware since this is not a webapp. verbose ⌚ launchSettings does not allow launching browsers. verbose 🔥 HotReloadProfile: Default. verbose ⌚ [Host (net9.0)] Waiting for application to connect to pipe a651cd67-e606-4c16-8d93-c17edee44d3c. verbose 🚀 [Host (net9.0)] Launched 'C:\h\w\AA32093B\p\d\dotnet.exe' with arguments '[env:DOTNET_MODIFIABLE_ASSEMBLIES=debug] [env:DOTNET_WATCH_HOTRELOAD_NAMEDPIPE_NAME=a651cd67-e606-4c16-8d93-c17edee44d3c] [env:DOTNET_STARTUP_HOOKS=C:\h\w\AA32093B\w\ABC00908\e\hotreload\Microsoft.Extensions.DotNetDeltaApplier.dll] run --project C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj': process id 4888 [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Loaded into process: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\bin\Debug\net9.0\Host.dll [Host.csproj]: Started [Host.csproj]: Waiting [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Connecting to hot-reload server [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] Connected. verbose ⌚ [Host (net9.0)] Capabilities: 'Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType' verbose ⌚ [Host (net9.0)] Build completed. [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting [Host.csproj]: Waiting verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs [V9xYDok5fXZqlx8JpbEgiN290gM+Qkk7MW82JuhMWrE=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [y02uAOGYG806FViCgENtg1w3YgxuXAMbFLPeEiHmRnE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [E0pQZSae8b/eLDJhKA4yvY3MeKChS3cBfw8K+fc36G8=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [O6DW5//ZykYPbpgTE4xBYX9R0qV3lAmaYIN+DmhT0ME=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [DdS1FRLf3GrZDoYMlFvhTUC7G41GochKv0f4yWnK3fw=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [ZPSg2BiTfLaVabXmN7MgdqGxqiW67STszjU26TGHOEE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload session started. verbose ⌚ Waiting for changes File 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' updated. verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' (written 10:37:40.1049196 after 10:37:37.3384186). verbose ⌚ File change: Update 'C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs' (written 10:37:40.1049196 after 10:37:37.3384186). output ⌚ File updated: .\Host\Program.cs verbose ⌚ Solution: verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Host.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\Program.cs [k+CZeC8CXcZdcATy0vyZEaEqVvk=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.AssemblyInfo.cs [Kkp8xVGTNjpgMftd858hY0kRNW6YyRB6Y/81uiljNAc=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Host\obj\Debug\net9.0\Host.GeneratedMSBuildEditorConfig.editorconfig [y02uAOGYG806FViCgENtg1w3YgxuXAMbFLPeEiHmRnE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\Lib2.cs [k4Lk31qklFzHqJmz4vh1iaWscUXqzNN4n7YllbkP71o=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.AssemblyInfo.cs [HPTX/CFopTB4WCI9QIEdufOQpnRWI7gk/PGaHaer0Z0=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib2\obj\Debug\net9.0\Lib2.GeneratedMSBuildEditorConfig.editorconfig [E0pQZSae8b/eLDJhKA4yvY3MeKChS3cBfw8K+fc36G8=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\Lib.cs [oVR5UeR6n279sc3oQCoVXyxasUSVRaRy296kHjSrIFo=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.AssemblyInfo.cs [wqJOCKMvv7cUJGYj6BUHdP6EzDtiYidQGBhAuOcGafI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\Lib\obj\Debug\net9.0\Lib.GeneratedMSBuildEditorConfig.editorconfig [O6DW5//ZykYPbpgTE4xBYX9R0qV3lAmaYIN+DmhT0ME=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A1.cs [KTVUuDWDZXf/LrImfkk+L1PSq0Mq8x9YNSLQFGhhr9U=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\A2.cs [xC92VDb8uja2Bpl2Gfzf5mf1NoXYCDJXmsrLalsbIno=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.AssemblyInfo.cs [ZW/Ll00ezptKn95dt+Q/14jDmU+e1V2jtA5Dq+fmnKQ=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceA\obj\Debug\net9.0\A.GeneratedMSBuildEditorConfig.editorconfig [DdS1FRLf3GrZDoYMlFvhTUC7G41GochKv0f4yWnK3fw=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose ⌚ Project: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.csproj verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\B.cs [mMxavZjZzjULoshnwOY8K67h+wc2c+/C028NP23APTM=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\.NETCoreApp,Version=v9.0.AssemblyAttributes.cs [nnZJnE5ctiOtSInqqZsaU9nJcO/PkC2LCW54oZ7kKF0=] verbose ⌚ Document: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.AssemblyInfo.cs [VM5SU5ffwSw74b8GJl07isRWvUNn63XmmNqMkYXTTmI=] verbose ⌚ Config: C:\h\w\AA32093B\t\dotnetSdkTests\tnaa0xwp.rte\HostRestart_R---52DCDD02\ServiceB\obj\Debug\net9.0\B.GeneratedMSBuildEditorConfig.editorconfig [ZPSg2BiTfLaVabXmN7MgdqGxqiW67STszjU26TGHOEE=] verbose ⌚ Config: C:\h\w\AA32093B\p\d\sdk\9.0.114-ci\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_9_default.globalconfig [ZRFi6tgci8t+nmaiOxtng/+Dca1YjDn+JWY1//eQ7FQ=] verbose 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType. [Host.csproj]: dotnet watch 🕵️ [a651cd67-e606-4c16-8d93-c17edee44d3c] ResponseLoggingLevel = WarningsAndErrors verbose 🔥 [Host (net9.0)] Updates applied: 1 out of 1. output 🔥 [Host (net9.0)] Hot reload succeeded. verbose 🔥 Hot reload change handled in 116ms. [Host.csproj]: verbose ⌚ [Host (net9.0)] Killing process 4888 verbose ⌚ [Host (net9.0)] Disposing pipe Results File: C:\h\w\AA32093B\w\ABC00908\e\vsagent_a00CSVK_2026-01-08_10_34_12.trx Test Run Failed. Total tests: 129 Passed: 103 Failed: 24 Skipped: 2 Total time: 3.4989 Minutes C:\h\w\AA32093B\w\ABC00908\e>set _commandExitCode=1 C:\h\w\AA32093B\w\ABC00908\e>PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Recurse -File -Filter '*hangdump.dmp' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT" C:\h\w\AA32093B\w\ABC00908\e>PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" Count : 27 Average : Sum : Maximum : Minimum : Property : C:\h\w\AA32093B\w\ABC00908\e>C:\python3\python.exe C:\h\w\AA32093B\p\reporter\run.py https://dev.azure.com/dnceng-public/ public 34708684 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IklDTmpEM2o5SGhtSDV0amwwM09EekpOSlpQSSJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBQaXBlbGluZUNhY2hlLlJlYWRXcml0ZVJvb3RBY2Nlc3MgUmVhZEFuZFB1Ymxpc2hUZXN0OmNiYjE4MjYxLWM0OGYtNGFiYi04NjUxLThjZGNiNTQ3NDY0OSBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTpjYmIxODI2MS1jNDhmLTRhYmItODY1MS04Y2RjYjU0NzQ2NDkvZG90bmV0L3Nkay8xMDE6QnVpbGQvQnVpbGQvMTI0NjYzNCIsImF1aSI6ImM0MWI1OTBkLTkzN2YtNDdiZi1iNWMxLTNhNzI3ODVkODVkZCIsInNpZCI6ImE3MjI4ZTNiLTFhZDItNDUyMy05YzZjLTU3MTEyMGNkNjkzZSIsIkJ1aWxkSWQiOiJjYmIxODI2MS1jNDhmLTRhYmItODY1MS04Y2RjYjU0NzQ2NDk7MTI0NjYzNCIsIkRlZklkIjoiMTAxIiwiam9icmVmIjoiOGM1ZGRhZDAtZjNmMS00MTA4LTk5MDQtNTVjN2EwZTA2OWY1OmIxZGE1NWU3LTJjZDAtNWQ1Yy1mYzBkLWNkYWYxMjUwNTIxYyIsInBwaWQiOiJ2c3RmczovLy9CdWlsZC9CdWlsZC8xMjQ2NjM0Iiwib3JjaGlkIjoiOGM1ZGRhZDAtZjNmMS00MTA4LTk5MDQtNTVjN2EwZTA2OWY1LmJ1aWxkLmZ1bGxmcmFtZXdvcmtfd2luZG93c194NjQuX19kZWZhdWx0LjMiLCJyZXBvSWRzIjoiIiwianRpIjoiMGRiYzkxN2EtZWU1MS00ODAwLWE5MGItODJjZTc4ZTE0MGE2IiwiaXNzIjoiYXBwLnZzdG9rZW4udmlzdWFsc3R1ZGlvLmNvbSIsImF1ZCI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb218dnNvOjZmY2M5MmU1LTczYTctNGY4OC04ZDEzLWQ5MDQ1YjQ1ZmIyNyIsIm5iZiI6MTc2Nzg2NTk2NSwiZXhwIjoxNzY3ODc2MTY1fQ.OLdmlhChdanEPFbPriBh-jRX2dM6en1sLdxN_W566_-iNjWmCD-iqNw3gsOpI50cfFeH6mz6e0ZTTP74J2vKelVG7_R-MiQdL5BXXSKLwkWoaG8JcXSFC8VW3bega1grc7buAyVzdnFCEtPFE19lFobNbOdEz-kp5R7UkJZJeHDMOdiE6oe_R6vxORgEACtAht3y5wHP7esgcXScgJoUVW6BLobUvAPdybhqorioxUn7qzKszAKi7M3Bz3X5-a_2VC65drmHjUqSxIeap2V0p6qoUeauzcrSlqO2eSDr1xq21kyaTruJ5DDI2QojDGdQKwjB81cCerf4Td4VJ9XH2Q || exit /b C:\h\scripts\helix-scripts\azure\__init__.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-01-08T10:37:47.249Z INFO run.py managed_identity(151) __init__ ManagedIdentityCredential will use IMDS with client_id: 3423231b-6b9e-4177-8817-76276b647404 2026-01-08T10:37:47.249Z INFO run.py azure_utils(32) get_credential_and_access_token VMSSManagedIdentity VmssMIClientIdForUpload Auth type will be used 2026-01-08T10:37:47.255Z INFO run.py _universal(511) on_request Request URL: 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=REDACTED&resource=REDACTED&client_id=REDACTED' Request method: 'GET' Request headers: 'Metadata': 'REDACTED' 'User-Agent': 'azsdk-python-identity/1.25.1 Python/3.13.7 (Windows-2022Server-10.0.20348-SP0)' No body was attached to the request 2026-01-08T10:37:47.266Z INFO run.py _universal(554) on_response Response status: 200 Response headers: 'Content-Type': 'application/json; charset=utf-8' 'Server': 'IMDS/150.870.65.1854' 'x-ms-request-id': 'acccbaad-8846-477e-ac54-d0db39118487' 'Date': 'Thu, 08 Jan 2026 10:37:46 GMT' 'Content-Length': '2343' 2026-01-08T10:37:47.269Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token succeeded 2026-01-08T10:37:47.269Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token succeeded 2026-01-08T10:37:47.270Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-01-08T10:37:47.271Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token_info succeeded 2026-01-08T10:37:47.271Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token_info succeeded 2026-01-08T10:37:47.755Z INFO run.py run(48) main Beginning reading of test results. 2026-01-08T10:37:47.755Z INFO run.py __init__(42) read_results Searching 'C:\h\w\AA32093B\w\ABC00908\e' for test results files 2026-01-08T10:37:47.756Z INFO run.py __init__(48) read_results Found results file C:\h\w\AA32093B\w\ABC00908\e\vsagent_a00CSVK_2026-01-08_10_25_11.trx with format trx 2026-01-08T10:37:47.778Z INFO run.py __init__(48) read_results Found results file C:\h\w\AA32093B\w\ABC00908\e\vsagent_a00CSVK_2026-01-08_10_29_54.trx with format trx 2026-01-08T10:37:47.799Z INFO run.py __init__(48) read_results Found results file C:\h\w\AA32093B\w\ABC00908\e\vsagent_a00CSVK_2026-01-08_10_34_12.trx with format trx 2026-01-08T10:37:47.829Z INFO run.py __init__(42) read_results Searching 'C:\h\w\AA32093B\w\ABC00908\uploads' for test results files 2026-01-08T10:37:47.830Z INFO run.py packing_test_reporter(30) report_results Packing 387 test reports to 'C:\h\w\AA32093B\w\ABC00908\e\__test_report.json' 2026-01-08T10:37:47.832Z INFO run.py packing_test_reporter(33) report_results Packed 836693 bytes C:\h\w\AA32093B\w\ABC00908\e>EXIT /b 1 ['dotnet-watch.Tests.dll.2' END OF WORK ITEM LOG: Command exited with 1]