From 0b4e61c19b6e067b98a553778ad09dc2bfe83660 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:11:15 +0000 Subject: [PATCH 1/3] Initial plan From 046da794e0c4a4a2dc5ac5fa58e83c5981f26bdd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:16:39 +0000 Subject: [PATCH 2/3] Update test project dependencies to latest .NET 8 compatible versions Co-authored-by: badgerowluke <1267861+badgerowluke@users.noreply.github.com> --- .../AzureStorageTableGetTests.cs | 4 +-- com.brgs.orm.test/com.brgs.orm.test.csproj | 30 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs b/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs index ab65538..5096324 100644 --- a/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs +++ b/com.brgs.orm.test/AzureStorageTests/TableBuilderTests/AzureStorageTableGetTests.cs @@ -14,11 +14,11 @@ public async Task ShouldQueryAgainstEntirePartitionProvided() } [Fact] - public void ShouldThrowArgumentExceptionWhenPartitionIsNullOrEmpty() + public async Task ShouldThrowArgumentExceptionWhenPartitionIsNullOrEmpty() { Fac.PartitionKey = string.Empty; - Assert.ThrowsAsync(async () => await Fac.GetFromStorageTableAsync()); + await Assert.ThrowsAsync(async () => await Fac.GetFromStorageTableAsync()); } [Fact] diff --git a/com.brgs.orm.test/com.brgs.orm.test.csproj b/com.brgs.orm.test/com.brgs.orm.test.csproj index de32b76..2a0cf62 100644 --- a/com.brgs.orm.test/com.brgs.orm.test.csproj +++ b/com.brgs.orm.test/com.brgs.orm.test.csproj @@ -6,21 +6,21 @@ false - - - - runtime; build; native; contentfiles; analyzers - all - - - - - - - - - - + + + + runtime; build; native; contentfiles; analyzers + all + + + + + + + + + + From b1b865a0930b5b5cc0950b68bf5ab431719ecfac Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:18:48 +0000 Subject: [PATCH 3/3] Update main project dependencies to latest .NET 8 compatible versions Co-authored-by: badgerowluke <1267861+badgerowluke@users.noreply.github.com> --- com.brgs.orm/com.brgs.orm.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/com.brgs.orm/com.brgs.orm.csproj b/com.brgs.orm/com.brgs.orm.csproj index 28253be..fb41015 100644 --- a/com.brgs.orm/com.brgs.orm.csproj +++ b/com.brgs.orm/com.brgs.orm.csproj @@ -11,14 +11,14 @@ - - - - - - - - + + + + + + + +