Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
dotnet-maestro[bot] 2bccbe5360
[main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#14941)
* 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>
2025-01-20 15:38:20 +01:00
Jakub Jareš 3df6f8914b
Fallback to latest runtimeconfig when none is found (#5136)
* Runtime config fallback

* Revert playground
2024-07-08 17:34:06 +02:00
Marco Rossignoli c899e96b95
Add missing runtimeconfig.json file for 8.0 (#4792)
Co-authored-by: Marco Rossignoli <mrossignol@microsoft.com>
2023-12-15 10:51:50 +00:00
Jakub Jareš ec9a138e10
Remove dependency on Nuget.Frameworks (#4693) 2023-09-26 09:44:49 +02:00
Jakub Jareš 70daa929a0
[main] Fix Newtonsoft versions in testhost.deps.json (#4367) 2023-04-05 18:20:41 +02:00
Jakub Jareš 4483afcd1f
CPP runner under .NET (Core) (#3003)
* Resolve testhost from vstest.console folder

Resolve testhost also from vstest.console folder when we cannot find it based on runtime config, or next to the test dll. This allows .net core projects that don't depend on test.sdk to run, as well as non-executable projects, and possibly native dlls - CPP runner

* Add the testhost shipment

* Fix sln

* Add core cpp runner

* Fix tests

* Imho this is sideeffect of a test

* Copy deps but they can't resolve

* Add new nuget that works

* Add testhost dlls

* Fix up build

* Consume official package

* Update resources

* Fix theem tests

* Update src/Microsoft.TestPlatform.TestHostProvider/Hosting/DotnetTestHostManager.cs

Co-authored-by: Marco Rossignoli <marco.rossignoli@gmail.com>

* Update src/Microsoft.TestPlatform.TestHostProvider/Hosting/DotnetTestHostManager.cs

Co-authored-by: Marco Rossignoli <marco.rossignoli@gmail.com>

* Fix tests after using filehelper

* Fix acceptance tests

* One more acceptance test to try

Co-authored-by: Marco Rossignoli <marco.rossignoli@gmail.com>
2021-10-11 14:13:10 +02:00