Skip to content

Commit e91ef00

Browse files
authored
Fix README.md duplicate (#89)
Just noticed duplicate namespaces mentioned in the docs Signed-off-by: Israel <[email protected]>
1 parent 40b4fa8 commit e91ef00

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/CoreEx/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ Namespace | Description
3636
[`Text.Json`](./Text/Json) | Provides [`System.Text.Json`](https://docs.microsoft.com/en-us/dotnet/api/system.text.json) implementation of the [`IJsonSerializer`](./Json/IJsonSerializer.cs).
3737
[`Validation`](./Validation) | Provides implementation agnostic validation capabilities.
3838
[`Wildcards`](./Wildcards) | Provides standardized approach to parsing and validating [`Wildcard`](./Wildcards/Wildcard.cs) text.`
39-
[`Text.Json`](./Text/Json) | Provides [`System.Text.Json`](https://docs.microsoft.com/en-us/dotnet/api/system.text.json) implementation of the [`IJsonSerializer`](./Json/IJsonSerializer.cs).
40-
[`Validation`](./Validation) | Provides implementation agnostic validation capabilities.
41-
[`Wildcards`](./Wildcards) | Provides standardized approach to parsing and validating [`Wildcard`](./Wildcards/Wildcard.cs) text.
4239

4340
<br/>
4441

@@ -65,4 +62,4 @@ Exception | Description | HTTP Status | [`ErrorType`](./Abstractions/ErrorType.c
6562
[`DuplicateException`](./DuplicateException.cs) | Represents a **Duplicate** exception; for example updating a code on an entity where the value is already used. | 409 Conflict | 7 DuplicateError
6663
[`NotFoundException`](./NotFoundException.cs) | Represents a **NotFound** exception; for example getting an entity that does not exist. | 404 NotFound | 5 NotFoundError
6764
[`TransientException`](./TransientException.cs) | Represents a **Transient** exception; failed but is a candidate for a retry. | 503 ServiceUnavailable | 9 TransientError
68-
[`ValidationException`](./ValidationException.cs) | Represents a **Validation** exception with a corresponding `Messages` [collection](./Entities/MessageItemCollection.cs). | 400 BadRequest | 1 ValidationError
65+
[`ValidationException`](./ValidationException.cs) | Represents a **Validation** exception with a corresponding `Messages` [collection](./Entities/MessageItemCollection.cs). | 400 BadRequest | 1 ValidationError

0 commit comments

Comments
 (0)