Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use some collection expressions #5055

Merged
merged 21 commits into from
Jul 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
06c2128
use some collection expressions
SimonCropp May 23, 2024
3494ab3
Update RunSpecificTestsArgumentProcessor.cs
SimonCropp May 23, 2024
a234ffc
Merge remote-tracking branch 'upstream/main' into use-some-collection…
SimonCropp May 23, 2024
72cfc2f
Update Converter.cs
SimonCropp May 23, 2024
cbd64af
Update RunSettingsUtilities.cs
SimonCropp May 23, 2024
b5382ec
Update DiscovererEnumerator.cs
SimonCropp May 23, 2024
e81b6a8
Update PostProcessingTestRunAttachmentsProcessingEventsHandler.cs
SimonCropp May 23, 2024
666d476
Update RunSpecificTestsArgumentProcessor.cs
SimonCropp May 23, 2024
884ffbc
Update TestTaskUtilsTests.cs
SimonCropp May 23, 2024
eef8f08
Update GenerateFakesUtilitiesTests.cs
SimonCropp May 23, 2024
38127fb
Update ProxyOperationManagerTests.cs
SimonCropp May 23, 2024
0f0374e
Update InProcessProxyDiscoveryManagerTests.cs
SimonCropp May 23, 2024
100f23b
Update InProcessProxyexecutionManagerTests.cs
SimonCropp May 23, 2024
cecff2d
Update ProxyDiscoveryManagerTests.cs
SimonCropp May 23, 2024
4050641
Update ProxyDiscoveryManagerTests.cs
SimonCropp May 23, 2024
e3e75c7
Update CLIRunSettingsArgumentProcessorTests.cs
SimonCropp May 23, 2024
4395146
Merge branch 'main' into use-some-collection-expressions
nohwnd Jun 17, 2024
382240a
Merge branch 'main' into use-some-collection-expressions
nohwnd Jun 17, 2024
7e0156f
Fix code style
nohwnd Jul 10, 2024
e53512f
Merge branch 'main' into use-some-collection-expressions
nohwnd Jul 10, 2024
9e2ed1e
Fix tests
nohwnd Jul 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update TestTaskUtilsTests.cs
  • Loading branch information
SimonCropp committed May 23, 2024
commit 884ffbc4e317c0e5bf4936455c4dd86b2d411240
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@

using System.Text.RegularExpressions;

using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using Microsoft.TestPlatform.Build.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;