* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20250117.3
Microsoft.Internal.CodeCoverage
From Version 17.14.0-preview.25059.1 -> To Version 17.14.0-preview.25067.3
* Update newtonsoft.json to 13.0. 3
* package downgrades
* fix
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jakub Jareš <me@jakubjares.com>
* Add letter number among valid identifiers in class name
* Update src/Microsoft.TestPlatform.AdapterUtilities/ManagedNameUtilities/ManagedNameHelper.Reflection.cs
Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
* Update test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/TestClasses.cs
Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
* Update test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/ManagedNameUtilities/ManagedNameGeneratorTests.cs
Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
---------
Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
* Update dependencies from https://github.com/dotnet/arcade build 20240903.1
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24408.2 -> To Version 9.0.0-beta.24453.1
* Update dependencies from https://github.com/dotnet/arcade build 20240913.2
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24453.1 -> To Version 9.0.0-beta.24463.2
* Update dependencies from https://github.com/dotnet/arcade build 20240916.2
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24463.2 -> To Version 9.0.0-beta.24466.2
* Update dependencies from https://github.com/dotnet/arcade build 20240923.1
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24466.2 -> To Version 9.0.0-beta.24473.1
* Update dependencies from https://github.com/dotnet/arcade build 20241003.2
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24473.1 -> To Version 9.0.0-beta.24503.2
* Update dependencies from https://github.com/dotnet/arcade build 20241009.3
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24503.2 -> To Version 9.0.0-beta.24509.3
* Update dependencies from https://github.com/dotnet/arcade build 20241016.2
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks
From Version 9.0.0-beta.24509.3 -> To Version 9.0.0-beta.24516.2
* Update to net9
* Revert "Update to net9"
This reverts commit 14585862f6.
* Update
* tl false
* linebreak in multiline
* terminal output
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jakub Jareš <me@jakubjares.com>
* Add options to not share hosts and skip default adapters
* Add tests
* Fix conflated appdomaindisable and testhost sharing
* Share by default but add opt-out
* Use reactorable names
* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20240410.1
Microsoft.Internal.CodeCoverage
From Version 17.11.0-preview.24208.1 -> To Version 17.11.1-preview.24210.1
* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20240411.1
Microsoft.Internal.CodeCoverage
From Version 17.11.0-preview.24208.1 -> To Version 17.11.1-preview.24211.1
* Fixing errors,
* Comparing reports using new covearge api instead of XML parsing,
* fix,
* fix,
* more,
* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20240411.1
Microsoft.Internal.CodeCoverage
From Version 17.11.0-preview.24208.1 -> To Version 17.11.1-preview.24211.1
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: fhnaseer <fhnaseer@live.com>
* Rename VSTestTask to VSTestForwardingTask (#680)
VSTestForwardingTask redirects the console output instead of using MSBuild logs. Renaming it will allow to create a new VSTestTask that uses the MSBuild log infrastructure.
* Refactor the VSTestForwardingTask to use the MSBuild infrastructure (#680)
* Create a ToolTask based VSTestTask that integrates nicely in the MSBuild infrastructure (#680)
This new task will be used by default during the build. If the $(VSTestUseConsole) property is set to True, the old console forwarding VSTestForwardTask will be used instead.
* Initialize the VsTestUseConsole property during acceptance tests
The `$(VSTestUseConsole)` should be set to `True` when running the `dotnet test` command to keep the legacy behavior. Adding it during the tests for now: it should be set in the command itself eventually.
* Fix various issues raised by the latest review
* Simplify the handling of null values
* Log messages to MSBuild instead of to the console
* Integrate changes from the latest code review
* Patch dotnet with newest build task
* wip
* rnm
* revert tests
* tests
* Try adding msbuild specialized logger to output errors on tests
* Use simpler logger
* wip
* fix no-source
* fix no-source
* add message for full error
* Revert playground
* Revert console logger
* Revert integration tests
* Revert change in integration tests
* Fix test
* Revert test unignore
---------
Co-authored-by: Jakub Jareš <me@jakubjares.com>