From 6b735a70a75b54509d66178aa0a6ba05cd98902f Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 10:31:30 +0100 Subject: [PATCH 01/11] BenchmarkDotNet 0.13.2 -> 0.13.3 https://benchmarkdotnet.org/changelog/v0.13.3.html --- Tests/Benchmarks/Benchmarks.csproj | 2 +- Tests/Benchmarks/UsersOfGetClosedGenericInterfaces.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Benchmarks/Benchmarks.csproj b/Tests/Benchmarks/Benchmarks.csproj index f708db8746..f6e9a4d63a 100644 --- a/Tests/Benchmarks/Benchmarks.csproj +++ b/Tests/Benchmarks/Benchmarks.csproj @@ -9,7 +9,7 @@ - + diff --git a/Tests/Benchmarks/UsersOfGetClosedGenericInterfaces.cs b/Tests/Benchmarks/UsersOfGetClosedGenericInterfaces.cs index 455e11c08e..15d2dab088 100644 --- a/Tests/Benchmarks/UsersOfGetClosedGenericInterfaces.cs +++ b/Tests/Benchmarks/UsersOfGetClosedGenericInterfaces.cs @@ -13,7 +13,7 @@ namespace Benchmarks; -[SimpleJob(RunStrategy.Throughput, warmupCount: 3, targetCount: 20)] +[SimpleJob(RunStrategy.Throughput, warmupCount: 3, iterationCount: 20)] public class UsersOfGetClosedGenericInterfaces { private const int ValueCount = 100_000; From 7b16685730cb247b2e16286ea599f9d93e5eb6c9 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 10:33:45 +0100 Subject: [PATCH 02/11] coverlet.collector 3.1.2 -> 3.2.0 https://github.com/coverlet-coverage/coverlet/releases/tag/v5.8.0 --- .../FluentAssertions.Equivalency.Specs.csproj | 2 +- Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj | 2 +- Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj | 2 +- Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj | 2 +- Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj b/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj index bc115e6b48..fd5d947363 100644 --- a/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj +++ b/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj @@ -61,7 +61,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj b/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj index a31fc4e158..545004dd4e 100644 --- a/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj +++ b/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj @@ -65,7 +65,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj b/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj index 87903b408d..5a9ca1b02e 100644 --- a/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj +++ b/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj b/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj index 31f7fe7d19..d33638daf1 100644 --- a/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj +++ b/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj b/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj index bd4510497b..77e6cab99a 100644 --- a/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj +++ b/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From bbf95694f6491b5378f39cf5ce52ad0c5038bb36 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 10:38:28 +0100 Subject: [PATCH 03/11] JetBrains.Annotations 2022.1.0 -> 2022.3.1 https://www.nuget.org/packages/JetBrains.Annotations/2022.3.1?_src=template#release-body-tab --- Src/FluentAssertions/FluentAssertions.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Src/FluentAssertions/FluentAssertions.csproj b/Src/FluentAssertions/FluentAssertions.csproj index 3d22813eb0..60428f7cf5 100644 --- a/Src/FluentAssertions/FluentAssertions.csproj +++ b/Src/FluentAssertions/FluentAssertions.csproj @@ -17,9 +17,9 @@ A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1. - Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3. - - Supported by InfoSupport B.V. + Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3. + + Supported by InfoSupport B.V. https://www.fluentassertions.com https://github.com/fluentassertions/fluentassertions @@ -53,7 +53,7 @@ - + From 540451a4365c090a345947ae87ea240cf4fcbdb2 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 10:40:46 +0100 Subject: [PATCH 04/11] PolySharp 1.7.1 -> 1.8.1 https://github.com/Sergio0694/PolySharp/releases/tag/1.8.0 https://github.com/Sergio0694/PolySharp/releases/tag/1.8.1 --- Src/FluentAssertions/FluentAssertions.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/FluentAssertions/FluentAssertions.csproj b/Src/FluentAssertions/FluentAssertions.csproj index 60428f7cf5..8e4d22b84f 100644 --- a/Src/FluentAssertions/FluentAssertions.csproj +++ b/Src/FluentAssertions/FluentAssertions.csproj @@ -1,4 +1,4 @@ - + net47;net6.0;netcoreapp2.1;netcoreapp3.0;netstandard2.0;netstandard2.1 @@ -55,7 +55,7 @@ - + From 57f25bcae29ad12ae114dcc3839378e5de50eaa8 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 10:49:40 +0100 Subject: [PATCH 05/11] Verify 18.0.0 -> 19.5.0 https://github.com/VerifyTests/Verify/releases --- Tests/Approval.Tests/Approval.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index 07379b7dc9..8cb10a4456 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -12,8 +12,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + From a448add5e69c482755e6d20dc7bc2a2c8d8f2541 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 10:56:43 +0100 Subject: [PATCH 06/11] NUnit3TestAdapter 4.2.1 -> 4.3.1 https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes#nunit3-test-adapter-for-visual-studio---version-431---nov-19-2022 --- Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj b/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj index 77e6cab99a..98b777c4a5 100644 --- a/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj +++ b/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 2531f79204bf24aff7ed0301fe242e8247581929 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 11:22:09 +0100 Subject: [PATCH 07/11] Newtonsoft.Json 11.0.2 -> 13.0.2 https://github.com/JamesNK/Newtonsoft.Json/releases --- .../FluentAssertions.Equivalency.Specs.csproj | 4 ++-- Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj b/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj index fd5d947363..4ed2b3eb5e 100644 --- a/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj +++ b/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj @@ -1,4 +1,4 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj b/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj index 545004dd4e..ced42855ec 100644 --- a/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj +++ b/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj @@ -1,4 +1,4 @@ - + @@ -61,7 +61,6 @@ - From 07e4330d88af4651d8eea40d94cce298c3b746e2 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 11:22:48 +0100 Subject: [PATCH 08/11] Microsoft.NET.Test.Sdk 17.3.1 -> 17.4.0 https://github.com/microsoft/vstest/blob/main/docs/releases.md#1741 --- Tests/Approval.Tests/Approval.Tests.csproj | 2 +- .../FluentAssertions.Equivalency.Specs.csproj | 4 ++-- Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj | 4 ++-- Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj | 2 +- Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj | 2 +- Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj | 2 +- Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index 8cb10a4456..7d1f0a9fbc 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -5,7 +5,7 @@ - + all diff --git a/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj b/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj index 4ed2b3eb5e..97014c927c 100644 --- a/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj +++ b/Tests/FluentAssertions.Equivalency.Specs/FluentAssertions.Equivalency.Specs.csproj @@ -40,7 +40,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -48,7 +48,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj b/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj index ced42855ec..2fd4edf822 100644 --- a/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj +++ b/Tests/FluentAssertions.Specs/FluentAssertions.Specs.csproj @@ -44,7 +44,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -52,7 +52,7 @@ - + all runtime; build; native; contentfiles; analyzers diff --git a/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj b/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj index 5a9ca1b02e..4ee13e9d4f 100644 --- a/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj +++ b/Tests/TestFrameworks/MSTestV2.Specs/MSTestV2.Specs.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj b/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj index d33638daf1..004991b0a6 100644 --- a/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj +++ b/Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj b/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj index 98b777c4a5..566e1da8ca 100644 --- a/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj +++ b/Tests/TestFrameworks/NUnit3.Specs/NUnit3.Specs.csproj @@ -12,7 +12,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj b/Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj index 00e4633ecd..a8f2203b5e 100644 --- a/Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj +++ b/Tests/TestFrameworks/XUnit2.Specs/XUnit2.Specs.csproj @@ -9,7 +9,7 @@ - + all From 03193142a99b2fd2ebd4fdc0c98e2dc0042b6bec Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 11:25:43 +0100 Subject: [PATCH 09/11] Nuke.Common 6.2.1 -> 6.3.0 https://github.com/nuke-build/nuke/blob/master/CHANGELOG.md#630--2022-12-12 --- Build/_build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/_build.csproj b/Build/_build.csproj index 90b096b545..7951223a1c 100644 --- a/Build/_build.csproj +++ b/Build/_build.csproj @@ -12,6 +12,6 @@ - + From 34b1172a7cd30c86a9efd8c2be37912899c6f9e9 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 11:27:29 +0100 Subject: [PATCH 10/11] GitVersion.Tool 5.10.3 -> 5.11.1 https://github.com/GitTools/GitVersion/releases/tag/5.11.0 https://github.com/GitTools/GitVersion/releases/tag/5.11.1 --- Build/_build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/_build.csproj b/Build/_build.csproj index 7951223a1c..750890b267 100644 --- a/Build/_build.csproj +++ b/Build/_build.csproj @@ -8,7 +8,7 @@ ..\ - + From 6db63033c35b4664b9eac16ad4fcdc9c4d7a996c Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 30 Dec 2022 11:28:50 +0100 Subject: [PATCH 11/11] ReportGenerator 5.1.10 -> 5.1.13 https://github.com/danielpalme/ReportGenerator/releases/tag/v5.1.11 https://github.com/danielpalme/ReportGenerator/releases/tag/v5.1.12 https://github.com/danielpalme/ReportGenerator/releases/tag/v5.1.13 --- Build/_build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/_build.csproj b/Build/_build.csproj index 750890b267..01e46d2f0d 100644 --- a/Build/_build.csproj +++ b/Build/_build.csproj @@ -10,7 +10,7 @@ - +