Skip to content

Commit

Permalink
Merge pull request #30 from icnocop/users/icnocop/update-documentatio…
Browse files Browse the repository at this point in the history
…n-legacy

DOCUMENTATION: Replace STX.EFxceptions.Interfaces with STX.EFxceptions.Abstractions in README.md
  • Loading branch information
cjdutoit authored Aug 5, 2024
2 parents faf9489 + d225b4d commit 79dcd96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# STX.EFxceptions.Core

## Introduction
We have designed and developed this library as a abstract base wrapper around the existing EntityFramework DbContext implementation to provide the following values:
We have designed and developed this library as an abstract base wrapper around the existing EntityFramework DbContext implementation to provide the following values:

1. Meaningful exceptions for error codes.
1. Meaningful exceptions for error codes
2. Simplified integrations
3. Test-friendly implementation.
3. Test-friendly implementation

This solution consists of the following core projects:

- A ***STX.EFxceptions.Interfaces*** : Standardized .NET library that provides interfaces for the core components to capture exceptions thrown by EntityFramework and converts them into meaningful exceptions.
- A ***STX.EFxceptions.Abstractions*** : Standardized .NET library that provides interfaces for the core components to capture exceptions thrown by EntityFramework and converts them into meaningful exceptions.
- A ***STX.EFxceptions.Core*** : Standardized .NET library that provides an abstract DBContext to capture exceptions thrown by EntityFramework and converts them into meaningful exceptions.
- A ***STX.EFxceptions.Identity.Core*** : Standardized .NET library that provides an abstract DBContext that implements AspNetCore.Identity to captures exceptions thrown by EntityFramework and converts them into meaningful exceptions.

Expand All @@ -37,9 +37,9 @@ The Standard Community as a promise to you is in upholding these values.

## Get the Packages

### STX.EFxceptions.Interfaces
### STX.EFxceptions.Abstractions

[![preview version](https://img.shields.io/nuget/vpre/STX.EFxceptions.Interfaces)](https://www.nuget.org/packages/STX.EFxceptions.Interfaces/absoluteLatest)
[![preview version](https://img.shields.io/nuget/vpre/STX.EFxceptions.Abstractions)](https://www.nuget.org/packages/STX.EFxceptions.Abstractions/absoluteLatest)

This library provides the interfaces which are used by the core components to get error codes and provide meaningful exceptions.

Expand Down

0 comments on commit 79dcd96

Please sign in to comment.