From 0bf30e300a0ed1b6fe1711ddbfdc1ecfc1c15d70 Mon Sep 17 00:00:00 2001 From: Christo du Toit Date: Fri, 26 Jan 2024 17:08:01 +0000 Subject: [PATCH 1/2] CODE RUB: Updated Project Descriptions --- STX.EFxceptions.Core/STX.EFxceptions.Core.csproj | 2 +- .../STX.EFxceptions.Identity.Core.csproj | 8 ++++---- .../STX.EFxceptions.Interfaces.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/STX.EFxceptions.Core/STX.EFxceptions.Core.csproj b/STX.EFxceptions.Core/STX.EFxceptions.Core.csproj index e07f0a6..611cbf9 100644 --- a/STX.EFxceptions.Core/STX.EFxceptions.Core.csproj +++ b/STX.EFxceptions.Core/STX.EFxceptions.Core.csproj @@ -9,7 +9,7 @@ STX.EFxceptions.Core The Standard Community The Standard Community - A Standardized .NET library that provides interfaces for the core components to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions... + A Standardized .NET library that provides an abstract DBContext to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions... The Standard Community 2024 (c) EFxceptions.png https://github.com/The-Standard-Organization/STX.EFxceptions diff --git a/STX.EFxceptions.Identity.Core/STX.EFxceptions.Identity.Core.csproj b/STX.EFxceptions.Identity.Core/STX.EFxceptions.Identity.Core.csproj index 8f56129..8611ab6 100644 --- a/STX.EFxceptions.Identity.Core/STX.EFxceptions.Identity.Core.csproj +++ b/STX.EFxceptions.Identity.Core/STX.EFxceptions.Identity.Core.csproj @@ -4,12 +4,12 @@ net8.0 disable disable - STX.EFxceptions.Core - STX.EFxceptions.Core - STX.EFxceptions.Core + STX.EFxceptions.Identity.Core + STX.EFxceptions.Identity.Core + STX.EFxceptions.Identity.Core The Standard Community The Standard Community - A Standardized .NET library that provides an abstract DBContext base that implements AspNetCore.Identity to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions... + A Standardized .NET library that provides an abstract DBContext that implements AspNetCore.Identity to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions... The Standard Community 2024 (c) EFxceptions.png https://github.com/The-Standard-Organization/STX.EFxceptions diff --git a/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj b/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj index 9d03a74..874fef4 100644 --- a/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj +++ b/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj @@ -9,7 +9,7 @@ STX.EFxceptions.Base The Standard Community The Standard Community - A Standardized .NET library that captures the exceptions thrown by EntityFramework and converts them into meaningful exceptions... + A Standardized .NET library that provides interfaces for the core components to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions... The Standard Community 2024 (c) EFxceptions.png https://github.com/The-Standard-Organization/STX.EFxceptions From d4c8ec90ff77ae8ac0e040bf79bab61191d369d1 Mon Sep 17 00:00:00 2001 From: Christo du Toit Date: Fri, 26 Jan 2024 17:10:03 +0000 Subject: [PATCH 2/2] CODE RUB: Updated project file --- .../STX.EFxceptions.Interfaces.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj b/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj index 874fef4..2d94aad 100644 --- a/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj +++ b/STX.EFxceptions.Interfaces/STX.EFxceptions.Interfaces.csproj @@ -4,9 +4,9 @@ net8.0 disable disable - STX.EFxceptions.Base - STX.EFxceptions.Base - STX.EFxceptions.Base + STX.EFxceptions.Interfaces + STX.EFxceptions.Interfaces + STX.EFxceptions.Interfaces The Standard Community The Standard Community A Standardized .NET library that provides interfaces for the core components to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions...