Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit fc1390f

Browse files
committed
Aggiornato README
1 parent 405c920 commit fc1390f

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Collection of tools related to problem management (exceptions) that can be gener
44

55
This library is an ad hoc code customization used in my private/work projects thus avoiding the duplication of repetitive code.
66

7+
## .NET SDK compatibility
8+
9+
| .NET SDK | Supported |
10+
| --- | --- |
11+
| 6.0 | Yes |
12+
| 7.0 | No |
13+
| 8.0 | Yes |
14+
715
## How to use ?
816

917
A full example is available in the CustomLibrary.ProblemDetails.Sample folder or click [here](https://github.com/AngeloDotNet/CustomLibrary.ProblemDetails/blob/main/src/CustomLibrary.ProblemDetails.Sample).
@@ -12,23 +20,23 @@ A full example is available in the CustomLibrary.ProblemDetails.Sample folder or
1220
1321
## List of Exception Responses
1422

15-
| Status Codes | Exception | Status |
16-
| --- | --- | --- |
17-
| 304 | NotModifiedException | available |
18-
| 400 | BadRequestException | available |
19-
| 401 | UnauthorizedException | available |
20-
| 403 | ForbiddenException | available |
21-
| 404 | NotFoundException | available |
22-
| 405 | NotAllowedException | available |
23-
| 406 | NotAcceptableException | available |
24-
| 408 | RequestTimeoutException | available |
25-
| 409 | ConflictException | available |
26-
| 422 | UnprocessableEntityException | available |
27-
| 500 | InternalServerErrorException | available |
28-
| 501 | NotImplementedException | available |
29-
| 502 | BadGatewayException | available |
30-
| 503 | ServiceUnavailableException | available |
31-
| 504 | GatewayTimeoutException | available |
23+
| Status Codes | Exception |
24+
| --- | --- |
25+
| 304 | NotModifiedException |
26+
| 400 | BadRequestException |
27+
| 401 | UnauthorizedException |
28+
| 403 | ForbiddenException |
29+
| 404 | NotFoundException |
30+
| 405 | NotAllowedException |
31+
| 406 | NotAcceptableException |
32+
| 408 | RequestTimeoutException |
33+
| 409 | ConflictException |
34+
| 422 | UnprocessableEntityException |
35+
| 500 | InternalServerErrorException |
36+
| 501 | NotImplementedException |
37+
| 502 | BadGatewayException |
38+
| 503 | ServiceUnavailableException |
39+
| 504 | GatewayTimeoutException |
3240

3341
## Contributing
3442

0 commit comments

Comments
 (0)