From c0a05d76ae6abbfb757a21bb46de7e2b467c4bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:43:55 +0000 Subject: [PATCH 1/4] Bump the testing group with 3 updates Bumps the testing group with 3 updates: [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [Verify.Xunit](https://github.com/VerifyTests/Verify). Updates `FakeItEasy` from 7.4.0 to 8.1.0 - [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases) - [Commits](https://github.com/FakeItEasy/FakeItEasy/compare/7.4.0...8.1.0) Updates `Microsoft.NET.Test.Sdk` from 17.7.1 to 17.9.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.1...v17.9.0) Updates `Verify.Xunit` from 20.8.1 to 23.7.2 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/20.8.1...23.7.2) --- updated-dependencies: - dependency-name: FakeItEasy dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] --- test/Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Tests.csproj b/test/Tests.csproj index 130110c..540421a 100644 --- a/test/Tests.csproj +++ b/test/Tests.csproj @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -28,10 +28,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + runtime; build; native; contentfiles; analyzers; buildtransitive From 903bad7106d8991585954c7344b60e5dff98d6da Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Wed, 10 Apr 2024 02:08:51 -0400 Subject: [PATCH 2/4] Bump xunit from 2.5.0 to 2.7.0 --- test/Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Tests.csproj b/test/Tests.csproj index 540421a..4512341 100644 --- a/test/Tests.csproj +++ b/test/Tests.csproj @@ -32,7 +32,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From e09db83963664354f693bd09b2847e4c278c731b Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Wed, 10 Apr 2024 02:09:53 -0400 Subject: [PATCH 3/4] Bump xunit.runner.visualstudio from 2.5.0 to 2.5.7 --- test/Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Tests.csproj b/test/Tests.csproj index 4512341..863c89b 100644 --- a/test/Tests.csproj +++ b/test/Tests.csproj @@ -33,7 +33,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From d313cf5f486ff0429bbec6131d48705ad9e590d3 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Wed, 10 Apr 2024 02:23:28 -0400 Subject: [PATCH 4/4] Remove unneeded attribute --- test/GlobPathTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/GlobPathTests.cs b/test/GlobPathTests.cs index bd2d888..80cef88 100644 --- a/test/GlobPathTests.cs +++ b/test/GlobPathTests.cs @@ -12,7 +12,6 @@ namespace RimRaf; using static VerifyConsole; -[UsesVerify] public sealed class GlobPathTests : IClassFixture, IDisposable { private readonly FileSystem _fileSystem = new();