This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ dotnet add package NET6CustomLibrary
23
23
The extensions methods available regarding:
24
24
25
25
- [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 >
29
26
- [x] Json<br >
30
27
- [x] MailKit<br >
31
28
- [x] Multi language support<br >
@@ -34,15 +31,20 @@ The extensions methods available regarding:
34
31
- [x] Swagger UI (different types of configuration)<br >
35
32
- [ ] MediatR<br >
36
33
- [ ] 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 >
38
40
39
41
<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,
40
42
using this library (CustomLibrary.EFCore) already available on [ Nuget] ( https://www.nuget.org/packages/CustomLibrary.EFCore ) .
41
43
42
44
The available method interfaces:
43
45
44
46
- [ ] Fluent Validation<br >
45
- - [ ] Custom Response<br >
47
+ - [ ] Custom Response (for use in API endpoints) <br >
46
48
- [ ] RabbitMQ<br >
47
49
- [ ] Upload Files
48
50
You can’t perform that action at this time.
0 commit comments