Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 5770b83

Browse files
committed
Aggiornato README
1 parent 19dbb75 commit 5770b83

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub license](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)
66

77

8-
Collection of tools mostly used in my private/work projects thus avoiding the duplication of repetitive code.
8+
Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
99

1010

1111
## :star: Give a star
@@ -34,6 +34,7 @@ The extensions methods available regarding:
3434
- [x] DBContext Pool SQL server<br>
3535
- [x] Health Checks MySQL / MariaDB<br>
3636
- [x] Health Checks PostgreSQL<br>
37+
- [ ] Health Checks SQL Server (coming soon)<br>
3738
- [x] Json<br>
3839
- [x] MailKit<br>
3940
- [x] Multi language support<br>
@@ -43,19 +44,20 @@ The extensions methods available regarding:
4344
- [x] Swagger UI with date and time only management<br>
4445
- [x] Swagger UI with JWT Bearer<br>
4546
- [x] Swagger UI with date, time and JWT Bearer<br>
47+
- [ ] MediatR (Documentation coming soon)<br>
48+
- [ ] Scrutor (Documentation coming soon)
4649

4750

48-
Coming soon:
51+
The available method interfaces:
4952

50-
- [ ] Health Checks SQL Server (coming soon)<br>
53+
- [ ] Fluent Validation (Documentation coming soon)<br>
54+
- [ ] Status Code Result (coming soon)<br>
5155
- [ ] RabbitMQ (coming soon)<br>
52-
- [ ] MediatR (Documentation coming soon)<br>
53-
- [ ] Scrutor (Documentation coming soon)<br>
5456
- [ ] Upload Files (coming soon)
5557

5658

5759
The documentation is divided for each extension method, and can be consulted by clicking [here](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/src/NET6CustomLibrary/Docs/).
58-
In addition to the implementations listed above, the library includes dependencies to the MassTransit, FluentValidation, AutoMapper and SequentialGuid packages.
60+
In addition to the implementations listed above, the library includes dependencies to the MassTransit, AutoMapper and SequentialGuid packages.
5961

6062

6163
## :muscle: Contributing

0 commit comments

Comments
 (0)