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

6 Коммитов

Автор SHA1 Сообщение Дата
Simon Cropp c211b20117
use some collection expressions (#5055)
* use some collection expressions

* Update RunSpecificTestsArgumentProcessor.cs

* Update Converter.cs

* Update RunSettingsUtilities.cs

* Update DiscovererEnumerator.cs

* Update PostProcessingTestRunAttachmentsProcessingEventsHandler.cs

* Update RunSpecificTestsArgumentProcessor.cs

* Update TestTaskUtilsTests.cs

* Update GenerateFakesUtilitiesTests.cs

* Update ProxyOperationManagerTests.cs

* Update InProcessProxyDiscoveryManagerTests.cs

* Update InProcessProxyexecutionManagerTests.cs

* Update ProxyDiscoveryManagerTests.cs

* Update ProxyDiscoveryManagerTests.cs

* Update CLIRunSettingsArgumentProcessorTests.cs

* Fix code style

* Fix tests

---------

Co-authored-by: Jakub Jareš <me@jakubjares.com>
2024-07-10 12:28:08 +02:00
Medeni Baykal 751b22dff2
Added net7 support. (#3944)
* Added net7 support.
* Rework nullability
* Remove unused directives
* Add pragma for directive used only under certain conditions

Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
2022-08-25 11:40:30 +02:00
Amaury Levé e14a3664fb
Replace netstandard1.0 and netstandard1.3 with netstandard2.0 (#3921) 2022-08-24 17:23:20 +02:00
Amaury Levé 3fac63690f
Move codebase to netcoreapp3.1 (#3861)
* Fix TraitCollection label

* Add build var TargetNetFxVersion

* Add Directory.Build.props for new variable

* Move to netcoreapp3.1

* More changes

* More updates

* Update packages

* Update test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs

Co-authored-by: Jakub Jareš <me@jakubjares.com>

* Update src/Microsoft.TestPlatform.Execution.Shared/DebuggerBreakpoint.cs

Co-authored-by: Jakub Jareš <me@jakubjares.com>

* Avoid potential ArgumentNullException

* Fix some warnings

* API is not available in netcoreapp

* More removal

* Test

* Fix unit tests

* Fix failing acceptance tests

* More simplification

* Fix acceptance tests?

* Ensure properties are defined for isolated acceptance tests

* More updates

* More fixes

* Remove no longer needed code

* Add trick to bump netcoreapp version

* Fix unit test

* Fixeeesss

* Address review comments

* Undo changes to installed net core frameworks

* Install .net core 3.1.25 instead of 3.1.24

* Add back 3.1.24 and keep 3.1.25

* Install runtime 3.1.27

* 605 files?

* Add logging for arguments, revert later

* Test can run on Linux

* Explain RunSpecificTestsShouldWorkWithFrameworkInCompatibleWarning test

Co-authored-by: Jakub Jareš <me@jakubjares.com>
2022-07-27 11:54:21 +02:00
Amaury Levé 80b893e32e
Enable nullables on TRX logger (#3754) 2022-06-15 09:14:15 +02:00
Amaury Levé 5270f422db
Nullable helper have different namespace (#3725) 2022-06-08 20:15:51 +02:00