From a9b1c4b92d01394ea801e52ce015b42a97b140da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:18:22 +0000 Subject: [PATCH 1/2] Bump AwesomeAssertions from 8.1.0 to 9.2.1 --- updated-dependencies: - dependency-name: AwesomeAssertions dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AwesomeAssertions dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AwesomeAssertions dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- BO4ETestProject/TestBO4E.csproj | 2 +- TestBO4E.Extensions/TestBO4E.Extensions.csproj | 2 +- TestBO4E.Reporting/TestBO4E.Reporting.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BO4ETestProject/TestBO4E.csproj b/BO4ETestProject/TestBO4E.csproj index 8612fa28..096b370c 100644 --- a/BO4ETestProject/TestBO4E.csproj +++ b/BO4ETestProject/TestBO4E.csproj @@ -9,7 +9,7 @@ 12 - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/TestBO4E.Extensions/TestBO4E.Extensions.csproj b/TestBO4E.Extensions/TestBO4E.Extensions.csproj index 3e60cf32..5cd18926 100644 --- a/TestBO4E.Extensions/TestBO4E.Extensions.csproj +++ b/TestBO4E.Extensions/TestBO4E.Extensions.csproj @@ -9,7 +9,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/TestBO4E.Reporting/TestBO4E.Reporting.csproj b/TestBO4E.Reporting/TestBO4E.Reporting.csproj index 43fac638..0ba5caa9 100644 --- a/TestBO4E.Reporting/TestBO4E.Reporting.csproj +++ b/TestBO4E.Reporting/TestBO4E.Reporting.csproj @@ -6,7 +6,7 @@ 12 - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 1bd22a490e92a9c9d49f171e320fcd33916f6b1b Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 27 Oct 2025 13:07:37 +0100 Subject: [PATCH 2/2] replace fluent with awesome --- ...entSystemTextJsonEnumListConverterTests.cs | 2 +- BO4ETestProject/TestAutoNumberConverter.cs | 2 +- BO4ETestProject/TestBO4E.csproj | 170 ++++++++-------- BO4ETestProject/TestEnumMembers.cs | 2 +- BO4ETestProject/TestEnums.cs | 2 +- .../TestGeraetemerkmalConverter.cs | 2 +- BO4ETestProject/TestJsonOrder.cs | 2 +- BO4ETestProject/TestJsonSchemaGeneration.cs | 2 +- BO4ETestProject/TestLinkExtensions.cs | 2 +- .../TestNullableDateTimeOffsetConverter.cs | 2 +- BO4ETestProject/TestProtobufSerialization.cs | 2 +- BO4ETestProject/TestSperrauftrag.cs | 2 +- BO4ETestProject/TestStringEnumConverter.cs | 2 +- BO4ETestProject/TestUserProperties.cs | 2 +- .../TestZeitraumDeserialization.cs | 2 +- .../TestBO4E.Extensions.csproj | 190 +++++++++--------- TestBO4E.Extensions/TestVerbrauchExtension.cs | 2 +- TestBO4E.Reporting/TestBO4E.Reporting.csproj | 50 ++--- 18 files changed, 220 insertions(+), 220 deletions(-) diff --git a/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs b/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs index 34a0a1ae..12a05c01 100644 --- a/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs +++ b/BO4ETestProject/LenientSystemTextJsonEnumListConverterTests.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using System.Text.Json; +using AwesomeAssertions; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestBO4E; diff --git a/BO4ETestProject/TestAutoNumberConverter.cs b/BO4ETestProject/TestAutoNumberConverter.cs index a117409a..d7528ec3 100644 --- a/BO4ETestProject/TestAutoNumberConverter.cs +++ b/BO4ETestProject/TestAutoNumberConverter.cs @@ -1,7 +1,7 @@ using System.IO; +using AwesomeAssertions; using BO4E.BO; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using JsonSerializer = System.Text.Json.JsonSerializer; diff --git a/BO4ETestProject/TestBO4E.csproj b/BO4ETestProject/TestBO4E.csproj index 096b370c..5dc5e281 100644 --- a/BO4ETestProject/TestBO4E.csproj +++ b/BO4ETestProject/TestBO4E.csproj @@ -1,85 +1,85 @@ - - - net8.0 - false - - Library - - TestBO4E-dotnet - 12 - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - + + + net8.0 + false + + Library + + TestBO4E-dotnet + 12 + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + diff --git a/BO4ETestProject/TestEnumMembers.cs b/BO4ETestProject/TestEnumMembers.cs index 0ac6637f..627e5d70 100644 --- a/BO4ETestProject/TestEnumMembers.cs +++ b/BO4ETestProject/TestEnumMembers.cs @@ -2,9 +2,9 @@ using System.Linq; using System.Reflection; using System.Runtime.Serialization; +using AwesomeAssertions; using BO4E.ENUM; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Converters; diff --git a/BO4ETestProject/TestEnums.cs b/BO4ETestProject/TestEnums.cs index 72920cb6..3f758136 100644 --- a/BO4ETestProject/TestEnums.cs +++ b/BO4ETestProject/TestEnums.cs @@ -1,7 +1,7 @@ using System; using System.Linq; using System.Reflection; -using FluentAssertions; +using AwesomeAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestBO4E; diff --git a/BO4ETestProject/TestGeraetemerkmalConverter.cs b/BO4ETestProject/TestGeraetemerkmalConverter.cs index dad1b9b6..7dc8cc52 100644 --- a/BO4ETestProject/TestGeraetemerkmalConverter.cs +++ b/BO4ETestProject/TestGeraetemerkmalConverter.cs @@ -1,8 +1,8 @@ using System.Collections.Generic; using System.Text.Json.Serialization; +using AwesomeAssertions; using BO4E.ENUM; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using JsonException = System.Text.Json.JsonException; diff --git a/BO4ETestProject/TestJsonOrder.cs b/BO4ETestProject/TestJsonOrder.cs index f4c85e4c..4d12c574 100644 --- a/BO4ETestProject/TestJsonOrder.cs +++ b/BO4ETestProject/TestJsonOrder.cs @@ -3,9 +3,9 @@ using System.Linq; using System.Reflection; using System.Text.Json.Serialization; +using AwesomeAssertions; using BO4E.BO; using BO4E.COM; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using JsonIgnoreAttribute = System.Text.Json.Serialization.JsonIgnoreAttribute; diff --git a/BO4ETestProject/TestJsonSchemaGeneration.cs b/BO4ETestProject/TestJsonSchemaGeneration.cs index c0484343..1c7e2a41 100644 --- a/BO4ETestProject/TestJsonSchemaGeneration.cs +++ b/BO4ETestProject/TestJsonSchemaGeneration.cs @@ -1,7 +1,7 @@ using System; using System.Linq; +using AwesomeAssertions; using BO4E.BO; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Schema; diff --git a/BO4ETestProject/TestLinkExtensions.cs b/BO4ETestProject/TestLinkExtensions.cs index 535a2b04..a39da35c 100644 --- a/BO4ETestProject/TestLinkExtensions.cs +++ b/BO4ETestProject/TestLinkExtensions.cs @@ -1,9 +1,9 @@ using System; using System.Collections.Generic; using System.Linq; +using AwesomeAssertions; using BO4E.Marktkommunikation; using BO4E.Marktkommunikation.v2; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestBO4E; diff --git a/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs b/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs index 145a38dd..85ec697b 100644 --- a/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs +++ b/BO4ETestProject/TestNullableDateTimeOffsetConverter.cs @@ -1,6 +1,6 @@ using System; +using AwesomeAssertions; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestBO4E; diff --git a/BO4ETestProject/TestProtobufSerialization.cs b/BO4ETestProject/TestProtobufSerialization.cs index 59395988..1875e9e1 100644 --- a/BO4ETestProject/TestProtobufSerialization.cs +++ b/BO4ETestProject/TestProtobufSerialization.cs @@ -1,10 +1,10 @@ using System; using System.Collections.Generic; using System.IO; +using AwesomeAssertions; using BO4E.BO; using BO4E.COM; using BO4E.ENUM; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using ProtoBuf; diff --git a/BO4ETestProject/TestSperrauftrag.cs b/BO4ETestProject/TestSperrauftrag.cs index addb703f..a513c2d6 100644 --- a/BO4ETestProject/TestSperrauftrag.cs +++ b/BO4ETestProject/TestSperrauftrag.cs @@ -2,10 +2,10 @@ using System.Collections.Generic; using System.Text.Json; using System.Text.Json.Serialization; +using AwesomeAssertions; using BO4E.BO; using BO4E.COM; using BO4E.ENUM; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace TestBO4E; diff --git a/BO4ETestProject/TestStringEnumConverter.cs b/BO4ETestProject/TestStringEnumConverter.cs index 5dd56aa1..d8369c6f 100644 --- a/BO4ETestProject/TestStringEnumConverter.cs +++ b/BO4ETestProject/TestStringEnumConverter.cs @@ -4,9 +4,9 @@ using System.Runtime.Serialization; using System.Text.Json; using System.Text.Json.Serialization; +using AwesomeAssertions; using BO4E.ENUM; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/BO4ETestProject/TestUserProperties.cs b/BO4ETestProject/TestUserProperties.cs index a476bcf9..0c6f6f58 100644 --- a/BO4ETestProject/TestUserProperties.cs +++ b/BO4ETestProject/TestUserProperties.cs @@ -2,12 +2,12 @@ using System.Collections.Generic; using System.IO; using System.Text.Json; +using AwesomeAssertions; using BO4E; using BO4E.BO; using BO4E.COM; using BO4E.ENUM; using BO4E.meta.LenientConverters; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using JsonSerializer = System.Text.Json.JsonSerializer; diff --git a/BO4ETestProject/TestZeitraumDeserialization.cs b/BO4ETestProject/TestZeitraumDeserialization.cs index 872bc463..b95a8102 100644 --- a/BO4ETestProject/TestZeitraumDeserialization.cs +++ b/BO4ETestProject/TestZeitraumDeserialization.cs @@ -2,8 +2,8 @@ using System.Collections.Generic; using System.Text.Json; using System.Text.Json.Serialization; +using AwesomeAssertions; using BO4E.COM; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/TestBO4E.Extensions/TestBO4E.Extensions.csproj b/TestBO4E.Extensions/TestBO4E.Extensions.csproj index 5cd18926..b8d7503e 100644 --- a/TestBO4E.Extensions/TestBO4E.Extensions.csproj +++ b/TestBO4E.Extensions/TestBO4E.Extensions.csproj @@ -1,95 +1,95 @@ - - - net8.0 - TestBO4E_dotnet_Extensions - false - 12 - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - + + + net8.0 + TestBO4E_dotnet_Extensions + false + 12 + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + diff --git a/TestBO4E.Extensions/TestVerbrauchExtension.cs b/TestBO4E.Extensions/TestVerbrauchExtension.cs index ee7d6db7..83aa7f21 100644 --- a/TestBO4E.Extensions/TestVerbrauchExtension.cs +++ b/TestBO4E.Extensions/TestVerbrauchExtension.cs @@ -1,9 +1,9 @@ using System; using System.Collections.Generic; using System.Linq; +using AwesomeAssertions; using BO4E.COM; using BO4E.ENUM; -using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using static BO4E.Extensions.COM.VerbrauchExtension; diff --git a/TestBO4E.Reporting/TestBO4E.Reporting.csproj b/TestBO4E.Reporting/TestBO4E.Reporting.csproj index 0ba5caa9..16965edc 100644 --- a/TestBO4E.Reporting/TestBO4E.Reporting.csproj +++ b/TestBO4E.Reporting/TestBO4E.Reporting.csproj @@ -1,25 +1,25 @@ - - - net8.0 - TestBO4E_dotnet_Reporting - false - 12 - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - - - - - - + + + net8.0 + TestBO4E_dotnet_Reporting + false + 12 + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + +