2021-01-26T14:48:01.2802228Z ##[section]Starting: dotnet test 2021-01-26T14:48:01.2956940Z ============================================================================== 2021-01-26T14:48:01.2957330Z Task : .NET Core 2021-01-26T14:48:01.2957702Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command 2021-01-26T14:48:01.2958046Z Version : 2.179.2 2021-01-26T14:48:01.2958280Z Author : Microsoft Corporation 2021-01-26T14:48:01.2958626Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/dotnet-core-cli 2021-01-26T14:48:01.2959034Z ============================================================================== 2021-01-26T14:48:02.2007717Z [command]C:\windows\system32\chcp.com 65001 2021-01-26T14:48:02.2162620Z Active code page: 65001 2021-01-26T14:48:02.2331654Z Info: .NET Core SDK/runtime 2.2 and 3.0 are now End of Life(EOL) and have been removed from all hosted agents. If you're using these SDK/runtimes on hosted agents, kindly upgrade to newer versions which are not EOL, or else use UseDotNet task to install the required version. 2021-01-26T14:48:02.2463079Z [command]"C:\Program Files\dotnet\dotnet.exe" test C:\a\2\s\services\microservices.applications\MicroServices.applications.sln -c release --no-build --no-restore --logger trx --results-directory C:\a\2\TestResults --collect "Code coverage" 2021-01-26T14:48:04.6085118Z Test run for C:\a\2\s\services\microservices.applications\tests\MicroServices.applications.Tests\bin\Release\netcoreapp3.1\MicroServices.applications.Tests.dll(.NETCoreApp,Version=v3.1) 2021-01-26T14:48:04.6323118Z Test run for C:\a\2\s\services\microservices.applications\tests\MicroServices.applications.Client.Tests\bin\Release\netcoreapp3.1\MicroServices.applications.Client.Tests.dll(.NETCoreApp,Version=v3.1) 2021-01-26T14:48:04.8255653Z Microsoft (R) Test Execution Command Line Tool Version 16.7.0Microsoft (R) Test Execution Command Line Tool Version 16.7.0 2021-01-26T14:48:04.8256219Z 2021-01-26T14:48:04.8256502Z Copyright (c) Microsoft Corporation. All rights reserved. 2021-01-26T14:48:04.8256691Z 2021-01-26T14:48:04.8256900Z Copyright (c) Microsoft Corporation. All rights reserved. 2021-01-26T14:48:04.8257105Z 2021-01-26T14:48:05.4250148Z Starting test execution, please wait... 2021-01-26T14:48:05.4250879Z Starting test execution, please wait... 2021-01-26T14:48:06.7121503Z 2021-01-26T14:48:06.7122558Z 2021-01-26T14:48:06.7122968Z A total of 1 test files matched the specified pattern. 2021-01-26T14:48:06.7123330Z A total of 1 test files matched the specified pattern. 2021-01-26T14:48:25.5645577Z Microsoft (R) Coverage Collection Tool Version 16.0.30319.3002 2021-01-26T14:48:25.5646096Z 2021-01-26T14:48:25.5646255Z 2021-01-26T14:48:25.5646614Z Copyright (c) Microsoft Corporation. All rights reserved. 2021-01-26T14:48:25.5647115Z 2021-01-26T14:48:25.5647845Z 2021-01-26T14:48:25.5648218Z 2021-01-26T14:48:25.5648443Z 2021-01-26T14:48:25.7114445Z Results File: C:\a\2\TestResults\edgebuild000FW3$_edgebuild000FW3_2021-01-26_14_48_24.trx 2021-01-26T14:48:25.7114857Z 2021-01-26T14:48:25.7115182Z Attachments: 2021-01-26T14:48:25.7116201Z C:\a\2\TestResults\bced29a4-c2c1-446a-8a6a-277134defcb2\edgebuild000FW3$_edgebuild000FW3_2021-01-26.14_48_06.coverage 2021-01-26T14:48:25.7131342Z Test Run Successful. 2021-01-26T14:48:25.7131751Z Total tests: 86 2021-01-26T14:48:25.7131985Z Passed: 86 2021-01-26T14:48:25.7133415Z Total time: 18.9656 Seconds 2021-01-26T14:48:39.6487954Z Microsoft (R) Coverage Collection Tool Version 16.0.30319.3002 2021-01-26T14:48:39.6488603Z 2021-01-26T14:48:39.6488762Z 2021-01-26T14:48:39.6489123Z Copyright (c) Microsoft Corporation. All rights reserved. 2021-01-26T14:48:39.6491212Z 2021-01-26T14:48:39.6491384Z 2021-01-26T14:48:39.6491542Z 2021-01-26T14:48:39.6491686Z 2021-01-26T14:48:39.7848154Z Results File: C:\a\2\TestResults\edgebuild000FW3$_edgebuild000FW3_2021-01-26_14_48_24[1].trx 2021-01-26T14:48:39.7854553Z 2021-01-26T14:48:39.7855035Z Attachments: 2021-01-26T14:48:39.7855405Z C:\a\2\TestResults\e56bed81-d557-4c16-96bd-6bdfd2d42688\edgebuild000FW3$_edgebuild000FW3_2021-01-26.14_48_06.coverage 2021-01-26T14:48:39.7867515Z Test Run Successful. 2021-01-26T14:48:39.7867880Z Total tests: 175 2021-01-26T14:48:39.7868107Z Passed: 175 2021-01-26T14:48:39.7869102Z Total time: 33.0154 Seconds 2021-01-26T14:48:39.8952662Z Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting 2021-01-26T14:48:39.9044509Z ##[section]Finishing: dotnet test