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

Commit cfe0dac

Browse files
committed
Aggiornato README
1 parent e327b9b commit cfe0dac

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ dotnet add package NET6CustomLibrary
2323
The extensions methods available regarding:
2424

2525
- [x] Date and Time Only<br>
26-
- [x] DBContext generic methods <b>DEPRECATED</b><br>
27-
- [x] DBContext Pool for different databases <b>DEPRECATED</b><br>
28-
- [x] Health Checks for different databases (without UI)<br>
2926
- [x] Json<br>
3027
- [x] MailKit<br>
3128
- [x] Multi language support<br>
@@ -34,15 +31,20 @@ The extensions methods available regarding:
3431
- [x] Swagger UI (different types of configuration)<br>
3532
- [ ] MediatR<br>
3633
- [ ] Scrutor<br>
37-
- [ ] Policy Cors
34+
- [x] Policy Cors
35+
36+
The deprecated extension methods:
37+
- [x] DBContext generic methods<br>
38+
- [x] DBContext Pool for different databases<br>
39+
- [x] Health Checks for different databases<br>
3840

3941
<b>Note:</b> The methods marked as deprecated will be removed in the next version of the library but they can be used with an updated implementation,
4042
using this library (CustomLibrary.EFCore) already available on [Nuget](https://www.nuget.org/packages/CustomLibrary.EFCore).
4143

4244
The available method interfaces:
4345

4446
- [ ] Fluent Validation<br>
45-
- [ ] Custom Response<br>
47+
- [ ] Custom Response (for use in API endpoints)<br>
4648
- [ ] RabbitMQ<br>
4749
- [ ] Upload Files
4850

0 commit comments

Comments
 (0)