This is an automated email from the ASF dual-hosted git repository.
curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new a2e6136efe MINOR: [C#] Bump xunit.runner.visualstudio from 3.0.2 to
3.1.0 in /csharp (#46322)
a2e6136efe is described below
commit a2e6136efe0f14a1b5230880b2819f90d3c65e0e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 6 04:02:37 2025 -0700
MINOR: [C#] Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 in /csharp
(#46322)
Bumps
[xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from
3.0.2 to 3.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/00ab0a9ec4044d9d030d3bffc6a4059b5644e1ad"><code>00ab0a9</code></a>
v3.1.0</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/fac4d85e723050d9f0d1971aa11faef4ba314545"><code>fac4d85</code></a>
Skip tests during discovery that have duplicate unique IDs, since they won't
...</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/2a4863b09039644bf3b54a613250b8b998576cc0"><code>2a4863b</code></a>
Move potentially throwing app domain cleanup code inside of try/catch</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/dcc4678740132b8462d9193bdd9fe9c26e6f098d"><code>dcc4678</code></a>
Filter out duplicate test warnings caused by Test Explorer passing
duplicates...</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/3ae74096c1c81e239e2046e2dcd07c01a8dcbcfb"><code>3ae7409</code></a>
Send warning message when disabling long running test detection and test
time...</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/a05e9cb31f8aeef8ef3603a12833a196ac48eeaa"><code>a05e9cb</code></a>
Latest dependencies (and bump to net8.0 due to xunit.v3.runner.utility 2.x
ne...</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/6c5b6a19ae307a82bc4062b0f4dcb54c35b7cd47"><code>6c5b6a1</code></a>
Use -tl:off for Test targets</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/428a42221f74346a6294cdecf8c6945529f1c3f8"><code>428a422</code></a>
Bump up to 3.1.0 due to new .NET 8 requirement</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/385eb55d26d2cdced90a248bdf763147bd7ebc5b"><code>385eb55</code></a>
Update build commands to ensure minimum .NET SDK is 9</li>
<li><a
href="https://github.com/xunit/visualstudio.xunit/commit/e2c61c22f73a27923f958267ef6d8c806555ac6e"><code>e2c61c2</code></a>
<a
href="https://redirect.github.com/xunit/xunit/issues/3075">xunit/xunit#3075</a>:
Attempt to resolve dictionary throwing for duplicate key</li>
<li>Additional commits viewable in <a
href="https://github.com/xunit/visualstudio.xunit/compare/3.0.2...3.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting `@
dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@ dependabot rebase` will rebase this PR
- `@ dependabot recreate` will recreate this PR, overwriting any edits that
have been made to it
- `@ dependabot merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your
CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@ dependabot show <dependency name> ignore conditions` will show all of
the ignore conditions of the specified dependency
- `@ dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `@ dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `@ dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
</details>
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Curt Hagenlocher <[email protected]>
---
.../Apache.Arrow.Compression.Tests.csproj | 2 +-
.../Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj | 2 +-
csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj | 2 +-
csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
b/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
index b963b7ebd2..cd0789e9d7 100644
---
a/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
+++
b/csharp/test/Apache.Arrow.Compression.Tests/Apache.Arrow.Compression.Tests.csproj
@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="xunit" Version="2.9.3" />
- <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
diff --git
a/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
b/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
index 945c4d1e38..8f38336ba3 100644
---
a/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
+++
b/csharp/test/Apache.Arrow.Flight.Sql.Tests/Apache.Arrow.Flight.Sql.Tests.csproj
@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="xunit" Version="2.9.3" />
- <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>
diff --git
a/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
b/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
index bb4d9b91c7..7ad565096e 100644
--- a/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
+++ b/csharp/test/Apache.Arrow.Flight.Tests/Apache.Arrow.Flight.Tests.csproj
@@ -9,7 +9,7 @@
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.71.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="xunit" Version="2.9.3" />
- <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>
diff --git a/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
b/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
index 6a0f51df98..bfd84c4383 100644
--- a/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
+++ b/csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj
@@ -22,7 +22,7 @@
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
- <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
+ <PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles;
analyzers</IncludeAssets>
</PackageReference>