Skip to content

Commit 55b956d

Browse files
committed
update: readme.md
1 parent 9de20e5 commit 55b956d

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,24 @@ arises.
2323
When user occurs some error, we can show error code to him, and provide link to the helpful wiki page or user
2424
documentation for this error code, Using so user can fix the problem by himself or share it to the technical support.
2525
Technical support can look his own wiki, find article by error code, read the solution or recommendations how to solve
26-
the problem or avoid this concrete error, and maybe do automatical scripts and help to user. Error codes can save a lot
26+
the problem or avoid this concrete error, and maybe do automation scripts and help to user. Error codes can save a lot
2727
of time in investigation problems.
2828

2929
### Getting started
3030

3131
This repository contains three NuGet packages:
3232

33-
| Package | Version | Description |
34-
|--------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|
35-
| [Sstv.DomainExceptions](./Sstv.DomainExceptions/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions) | Core lib that meant to be referenced in your domain layer |
36-
| [Sstv.DomainExceptions.Extensions.DependencyInjection](./Sstv.DomainExceptions.Extensions.DependencyInjection/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions.Extensions.DependencyInjection) | Dependency injection integration lib, for configuring at composition root |
37-
| [Sstv.DomainExceptions.Extensions.SerilogEnricher](./Sstv.DomainExceptions.Extensions.SerilogEnricher/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.Extensions.SerilogEnricher.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions.Extensions.SerilogEnricher) | Serilog integration lib |
33+
| Package | Version | Description |
34+
|--------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
35+
| [Sstv.DomainExceptions](./Sstv.DomainExceptions/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions) | Core lib that meant to be referenced in your domain layer |
36+
| [Sstv.DomainExceptions.Extensions.DependencyInjection](./Sstv.DomainExceptions.Extensions.DependencyInjection/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions.Extensions.DependencyInjection) | Dependency injection integration lib, for configuring at composition root |
37+
| [Sstv.DomainExceptions.Extensions.ProblemDetails](./Sstv.DomainExceptions.Extensions.ProblemDetails/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.Extensions.ProblemDetails.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions.Extensions.ProblemDetails) | Problem details integration lib |
38+
| [Sstv.DomainExceptions.Extensions.SerilogEnricher](./Sstv.DomainExceptions.Extensions.SerilogEnricher/README.md) | [![NuGet version](https://img.shields.io/nuget/v/Sstv.DomainExceptions.Extensions.SerilogEnricher.svg?style=flat-square)](https://www.nuget.org/packages/Sstv.DomainExceptions.Extensions.SerilogEnricher) | Serilog integration lib |
3839

3940
How to install and use, you can read at theirs readme files.
4041

4142
For usage example, you can look the sample [here](./Sstv.Host).
4243

43-
Sample also use [Hellang.Middleware.ProblemDetails](https://www.nuget.org/packages/Hellang.Middleware.ProblemDetails/),
44-
that very easy to automatically convert response into [ProblemDetails](https://datatracker.ietf.org/doc/html/rfc7807)
45-
format.
46-
Also, if you are using .NET 8, then can
47-
try [IExceptionHandler](https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-5/#iexceptionhandler)
48-
for the same purpose.
49-
5044
### Contribute
5145

5246
Feel free for creation issues, or PR :)

0 commit comments

Comments
 (0)