From b5088312ce8971835322ebb049d9b49be6820f30 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Tue, 11 Nov 2025 23:18:07 +0100 Subject: [PATCH 1/6] :wrench: removed temp fix for https://github.com/dotnet/sdk/issues/51265 --- Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3896708d..1d65b28d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -58,7 +58,6 @@ net10.0;net9.0;net48 - false From d20cb1c9b81a068dc5400bff5036eb6a4abe44d7 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Tue, 11 Nov 2025 23:18:44 +0100 Subject: [PATCH 2/6] :alembic: random errors for xunitv3 on ubuntu (maybe gha runner pressure) --- .github/workflows/pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 3e658e5d..699c2c06 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -98,6 +98,7 @@ jobs: projects: ${{ matrix.project }} restore-cache-key: ${{ needs.prepare_linux.outputs.restore-cache-key }} build: true # we need to build due to xUnitv3 + restore: true # random failures today - restore might fix xunit3 requirements for execute as a process (or too much load on GitHub runners?) test_windows: name: call-test-windows @@ -169,6 +170,7 @@ jobs: projects: ${{ matrix.project }} configuration: ${{ matrix.configuration }} build: true # apparently we need to due to xUnitv3 + restore: true # random failures today - restore might fix xunit3 requirements for execute as a process (or too much load on GitHub runners?) env: CONNECTIONSTRINGS__ADVENTUREWORKS: ${{ secrets.DB_ADVENTUREWORKS }} From a073c589cd1f8f594fcfaa9fdc77e14ff6038d52 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Tue, 11 Nov 2025 23:21:08 +0100 Subject: [PATCH 3/6] :pencil2: removed redundant whitespace --- .nuget/Cuemon.AspNetCore.App/README.md | 2 +- .nuget/Cuemon.AspNetCore.Authentication/README.md | 2 +- .nuget/Cuemon.AspNetCore.Mvc/README.md | 2 +- .nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md | 2 +- .nuget/Cuemon.AspNetCore/README.md | 2 +- .nuget/Cuemon.Core.App/README.md | 2 +- .nuget/Cuemon.Core/README.md | 2 +- .nuget/Cuemon.Data.Integrity/README.md | 2 +- .nuget/Cuemon.Data.SqlClient/README.md | 2 +- .nuget/Cuemon.Data/README.md | 2 +- .nuget/Cuemon.Diagnostics/README.md | 2 +- .nuget/Cuemon.Extensions.AspNetCore.Authentication/README.md | 2 +- .../README.md | 2 +- .../Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml/README.md | 2 +- .nuget/Cuemon.Extensions.AspNetCore.Mvc.RazorPages/README.md | 2 +- .nuget/Cuemon.Extensions.AspNetCore.Mvc/README.md | 2 +- .nuget/Cuemon.Extensions.AspNetCore.Text.Json/README.md | 2 +- .nuget/Cuemon.Extensions.AspNetCore.Xml/README.md | 2 +- .nuget/Cuemon.Extensions.AspNetCore/README.md | 2 +- .nuget/Cuemon.Extensions.Collections.Generic/README.md | 2 +- .nuget/Cuemon.Extensions.Collections.Specialized/README.md | 2 +- .nuget/Cuemon.Extensions.Core/README.md | 2 +- .nuget/Cuemon.Extensions.Data.Integrity/README.md | 2 +- .nuget/Cuemon.Extensions.Data/README.md | 2 +- .nuget/Cuemon.Extensions.DependencyInjection/README.md | 2 +- .nuget/Cuemon.Extensions.Diagnostics/README.md | 2 +- .nuget/Cuemon.Extensions.Hosting/README.md | 2 +- .nuget/Cuemon.Extensions.IO/README.md | 2 +- .nuget/Cuemon.Extensions.Net/README.md | 2 +- .nuget/Cuemon.Extensions.Reflection/README.md | 2 +- .nuget/Cuemon.Extensions.Runtime.Caching/README.md | 2 +- .nuget/Cuemon.Extensions.Text.Json/README.md | 2 +- .nuget/Cuemon.Extensions.Text/README.md | 2 +- .nuget/Cuemon.Extensions.Threading/README.md | 2 +- .nuget/Cuemon.Extensions.Xml/README.md | 2 +- .nuget/Cuemon.IO/README.md | 2 +- .nuget/Cuemon.Net/README.md | 2 +- .nuget/Cuemon.Resilience/README.md | 2 +- .nuget/Cuemon.Runtime.Caching/README.md | 2 +- .nuget/Cuemon.Security.Cryptography/README.md | 2 +- .nuget/Cuemon.Threading/README.md | 2 +- .nuget/Cuemon.Xml/README.md | 2 +- README.md | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.nuget/Cuemon.AspNetCore.App/README.md b/.nuget/Cuemon.AspNetCore.App/README.md index b425fb65..0162cd31 100644 --- a/.nuget/Cuemon.AspNetCore.App/README.md +++ b/.nuget/Cuemon.AspNetCore.App/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.AspNetCore.Authentication/README.md b/.nuget/Cuemon.AspNetCore.Authentication/README.md index 440b0b4d..0ecdead9 100644 --- a/.nuget/Cuemon.AspNetCore.Authentication/README.md +++ b/.nuget/Cuemon.AspNetCore.Authentication/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.AspNetCore.Mvc/README.md b/.nuget/Cuemon.AspNetCore.Mvc/README.md index 2aa0e592..ec9df0ab 100644 --- a/.nuget/Cuemon.AspNetCore.Mvc/README.md +++ b/.nuget/Cuemon.AspNetCore.Mvc/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md b/.nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md index ab29918e..a32fbdfc 100644 --- a/.nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md +++ b/.nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.AspNetCore/README.md b/.nuget/Cuemon.AspNetCore/README.md index a8bd3d6f..dad13749 100644 --- a/.nuget/Cuemon.AspNetCore/README.md +++ b/.nuget/Cuemon.AspNetCore/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Core.App/README.md b/.nuget/Cuemon.Core.App/README.md index c30b6f6c..8417d78a 100644 --- a/.nuget/Cuemon.Core.App/README.md +++ b/.nuget/Cuemon.Core.App/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Core/README.md b/.nuget/Cuemon.Core/README.md index 3e7f5afc..7c52ded4 100644 --- a/.nuget/Cuemon.Core/README.md +++ b/.nuget/Cuemon.Core/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Data.Integrity/README.md b/.nuget/Cuemon.Data.Integrity/README.md index b8cdbc9f..403dda1a 100644 --- a/.nuget/Cuemon.Data.Integrity/README.md +++ b/.nuget/Cuemon.Data.Integrity/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Data.SqlClient/README.md b/.nuget/Cuemon.Data.SqlClient/README.md index 173931cb..12599de8 100644 --- a/.nuget/Cuemon.Data.SqlClient/README.md +++ b/.nuget/Cuemon.Data.SqlClient/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Data/README.md b/.nuget/Cuemon.Data/README.md index e353e309..45550a71 100644 --- a/.nuget/Cuemon.Data/README.md +++ b/.nuget/Cuemon.Data/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Diagnostics/README.md b/.nuget/Cuemon.Diagnostics/README.md index e911e468..dc3b415d 100644 --- a/.nuget/Cuemon.Diagnostics/README.md +++ b/.nuget/Cuemon.Diagnostics/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Authentication/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Authentication/README.md index 9de5ca47..33914f60 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Authentication/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Authentication/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json/README.md index 4c0e1cc7..10b96700 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml/README.md index 298aaf91..a643dcfe 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Mvc.RazorPages/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Mvc.RazorPages/README.md index cf120635..74dbc575 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Mvc.RazorPages/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Mvc.RazorPages/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Mvc/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Mvc/README.md index e34272b4..ba6e2c19 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Mvc/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Mvc/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Text.Json/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Text.Json/README.md index e316bbb5..b01c7a49 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Text.Json/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Text.Json/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore.Xml/README.md b/.nuget/Cuemon.Extensions.AspNetCore.Xml/README.md index e454e9ab..3e1d7e0c 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore.Xml/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore.Xml/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.AspNetCore/README.md b/.nuget/Cuemon.Extensions.AspNetCore/README.md index 1d0a9c9d..8bc47e67 100644 --- a/.nuget/Cuemon.Extensions.AspNetCore/README.md +++ b/.nuget/Cuemon.Extensions.AspNetCore/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Collections.Generic/README.md b/.nuget/Cuemon.Extensions.Collections.Generic/README.md index 3b519116..a136109b 100644 --- a/.nuget/Cuemon.Extensions.Collections.Generic/README.md +++ b/.nuget/Cuemon.Extensions.Collections.Generic/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Collections.Specialized/README.md b/.nuget/Cuemon.Extensions.Collections.Specialized/README.md index 98c75837..cbf1f7d8 100644 --- a/.nuget/Cuemon.Extensions.Collections.Specialized/README.md +++ b/.nuget/Cuemon.Extensions.Collections.Specialized/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Core/README.md b/.nuget/Cuemon.Extensions.Core/README.md index 64c9b9ce..86ee9af9 100644 --- a/.nuget/Cuemon.Extensions.Core/README.md +++ b/.nuget/Cuemon.Extensions.Core/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Data.Integrity/README.md b/.nuget/Cuemon.Extensions.Data.Integrity/README.md index ad36cb3c..14be2474 100644 --- a/.nuget/Cuemon.Extensions.Data.Integrity/README.md +++ b/.nuget/Cuemon.Extensions.Data.Integrity/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Data/README.md b/.nuget/Cuemon.Extensions.Data/README.md index e7cafb30..8e957bc5 100644 --- a/.nuget/Cuemon.Extensions.Data/README.md +++ b/.nuget/Cuemon.Extensions.Data/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.DependencyInjection/README.md b/.nuget/Cuemon.Extensions.DependencyInjection/README.md index 8c7b4739..9ccaeb37 100644 --- a/.nuget/Cuemon.Extensions.DependencyInjection/README.md +++ b/.nuget/Cuemon.Extensions.DependencyInjection/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Diagnostics/README.md b/.nuget/Cuemon.Extensions.Diagnostics/README.md index d29d3089..541e1e63 100644 --- a/.nuget/Cuemon.Extensions.Diagnostics/README.md +++ b/.nuget/Cuemon.Extensions.Diagnostics/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Hosting/README.md b/.nuget/Cuemon.Extensions.Hosting/README.md index 7401ee60..77165695 100644 --- a/.nuget/Cuemon.Extensions.Hosting/README.md +++ b/.nuget/Cuemon.Extensions.Hosting/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.IO/README.md b/.nuget/Cuemon.Extensions.IO/README.md index 98c72048..eafa2a06 100644 --- a/.nuget/Cuemon.Extensions.IO/README.md +++ b/.nuget/Cuemon.Extensions.IO/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Net/README.md b/.nuget/Cuemon.Extensions.Net/README.md index 3077126b..d8fe9382 100644 --- a/.nuget/Cuemon.Extensions.Net/README.md +++ b/.nuget/Cuemon.Extensions.Net/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Reflection/README.md b/.nuget/Cuemon.Extensions.Reflection/README.md index b77d651d..d23f730b 100644 --- a/.nuget/Cuemon.Extensions.Reflection/README.md +++ b/.nuget/Cuemon.Extensions.Reflection/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Runtime.Caching/README.md b/.nuget/Cuemon.Extensions.Runtime.Caching/README.md index d690c43d..92a9c94d 100644 --- a/.nuget/Cuemon.Extensions.Runtime.Caching/README.md +++ b/.nuget/Cuemon.Extensions.Runtime.Caching/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Text.Json/README.md b/.nuget/Cuemon.Extensions.Text.Json/README.md index 7e30a6da..bde7b88e 100644 --- a/.nuget/Cuemon.Extensions.Text.Json/README.md +++ b/.nuget/Cuemon.Extensions.Text.Json/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Text/README.md b/.nuget/Cuemon.Extensions.Text/README.md index 185065f2..f4b3071e 100644 --- a/.nuget/Cuemon.Extensions.Text/README.md +++ b/.nuget/Cuemon.Extensions.Text/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Threading/README.md b/.nuget/Cuemon.Extensions.Threading/README.md index cef21204..99c60377 100644 --- a/.nuget/Cuemon.Extensions.Threading/README.md +++ b/.nuget/Cuemon.Extensions.Threading/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Extensions.Xml/README.md b/.nuget/Cuemon.Extensions.Xml/README.md index b77c163d..87bbdc4f 100644 --- a/.nuget/Cuemon.Extensions.Xml/README.md +++ b/.nuget/Cuemon.Extensions.Xml/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.IO/README.md b/.nuget/Cuemon.IO/README.md index dd4676eb..648c4742 100644 --- a/.nuget/Cuemon.IO/README.md +++ b/.nuget/Cuemon.IO/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Net/README.md b/.nuget/Cuemon.Net/README.md index 4540f8fe..c9668079 100644 --- a/.nuget/Cuemon.Net/README.md +++ b/.nuget/Cuemon.Net/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Resilience/README.md b/.nuget/Cuemon.Resilience/README.md index 9567e964..9ff5ffd2 100644 --- a/.nuget/Cuemon.Resilience/README.md +++ b/.nuget/Cuemon.Resilience/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Runtime.Caching/README.md b/.nuget/Cuemon.Runtime.Caching/README.md index 03640152..649860eb 100644 --- a/.nuget/Cuemon.Runtime.Caching/README.md +++ b/.nuget/Cuemon.Runtime.Caching/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Security.Cryptography/README.md b/.nuget/Cuemon.Security.Cryptography/README.md index be1df904..03097b95 100644 --- a/.nuget/Cuemon.Security.Cryptography/README.md +++ b/.nuget/Cuemon.Security.Cryptography/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Threading/README.md b/.nuget/Cuemon.Threading/README.md index 9e1417a9..cc0c463b 100644 --- a/.nuget/Cuemon.Threading/README.md +++ b/.nuget/Cuemon.Threading/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/.nuget/Cuemon.Xml/README.md b/.nuget/Cuemon.Xml/README.md index 650aa4c8..5a4da732 100644 --- a/.nuget/Cuemon.Xml/README.md +++ b/.nuget/Cuemon.Xml/README.md @@ -3,7 +3,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. diff --git a/README.md b/README.md index af628b1c..771c3867 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An open-source project (MIT license) that enhances and complements the Microsoft .NET platform. It provides powerful capabilities for developers across modern, cross-platform, and legacy environments. Your versatile companion for: -- Modern development with `.NET 9` and `.NET 10`, +- Modern development with `.NET 9` and `.NET 10`, - Cross-platform libraries with `.NET Standard 2` (where applicable), - Legacy applications on `.NET Framework 4.6.2` and newer. From 45a8b2c9f11b88286278f29558fc045aa994c546 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Wed, 12 Nov 2025 00:02:12 +0100 Subject: [PATCH 4/6] :rewind: halucinating due to xunitv3 and github runners --- .github/workflows/pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 699c2c06..3e658e5d 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -98,7 +98,6 @@ jobs: projects: ${{ matrix.project }} restore-cache-key: ${{ needs.prepare_linux.outputs.restore-cache-key }} build: true # we need to build due to xUnitv3 - restore: true # random failures today - restore might fix xunit3 requirements for execute as a process (or too much load on GitHub runners?) test_windows: name: call-test-windows @@ -170,7 +169,6 @@ jobs: projects: ${{ matrix.project }} configuration: ${{ matrix.configuration }} build: true # apparently we need to due to xUnitv3 - restore: true # random failures today - restore might fix xunit3 requirements for execute as a process (or too much load on GitHub runners?) env: CONNECTIONSTRINGS__ADVENTUREWORKS: ${{ secrets.DB_ADVENTUREWORKS }} From 9c63f869f3ad7aee0f5e9fe632bc79b718948493 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Wed, 12 Nov 2025 00:04:22 +0100 Subject: [PATCH 5/6] :alembic: try enable mtp --- Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Directory.Build.props b/Directory.Build.props index 1d65b28d..a3d1f1bf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -72,6 +72,7 @@ NU1701,NU1902,NU1903 false false + true From dec1f63d8c3c5a0bf8c878e056408f77affdbc37 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Wed, 12 Nov 2025 00:47:25 +0100 Subject: [PATCH 6/6] :arrow_up: bump xunitv3 depedencies --- Directory.Packages.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index ba565856..91038fc5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,9 +4,9 @@ - - - + + +