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
2323The 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,
4042using this library (CustomLibrary.EFCore) already available on [ Nuget] ( https://www.nuget.org/packages/CustomLibrary.EFCore ) .
4143
4244The 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
You can’t perform that action at this time.
0 commit comments