From 895e30d2bb9844d34c7342a146b1cfe0d7fd1182 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 29 Jul 2026 15:48:12 +0000
Subject: [PATCH] Replace FluentAssertions with AwesomeAssertions 9.5.0
Co-authored-by: bastianeicher <414366+bastianeicher@users.noreply.github.com>
---
renovate.json | 4 ----
src/UnitTests/CSharpTypeFactsBase.cs | 2 +-
src/UnitTests/UnitTests.csproj | 2 +-
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/renovate.json b/renovate.json
index 7c52b84..555a5e7 100644
--- a/renovate.json
+++ b/renovate.json
@@ -12,10 +12,6 @@
"automerge": true,
"automergeType": "branch"
},
- {
- "matchPackageNames": ["FluentAssertions"],
- "allowedVersions": "<8"
- },
{
"matchPackagePatterns": ["docfx", "SourceLink", "CodeAnalysis"],
"automerge": true,
diff --git a/src/UnitTests/CSharpTypeFactsBase.cs b/src/UnitTests/CSharpTypeFactsBase.cs
index f3a25b7..d1270f2 100644
--- a/src/UnitTests/CSharpTypeFactsBase.cs
+++ b/src/UnitTests/CSharpTypeFactsBase.cs
@@ -1,4 +1,4 @@
-using FluentAssertions;
+using AwesomeAssertions;
namespace NanoByte.CodeGeneration;
diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj
index 1ac8714..380896a 100644
--- a/src/UnitTests/UnitTests.csproj
+++ b/src/UnitTests/UnitTests.csproj
@@ -21,7 +21,7 @@
-
+