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

Commit beff1b7

Browse files
committed
Aggiornato README
1 parent b98b4e7 commit beff1b7

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# NET6 Custom Library
2-
32
Collection of tools mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
43

5-
64
[![NuGet](https://img.shields.io/nuget/v/NET6CustomLibrary.svg?style=for-the-badge)](https://www.nuget.org/packages/NET6CustomLibrary)
75
[![NuGet](https://img.shields.io/nuget/dt/NET6CustomLibrary.svg?style=for-the-badge)](https://www.nuget.org/packages/NET6CustomLibrary)
86
[![GitHub Repo stars](https://img.shields.io/github/stars/angelodotnet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary)
@@ -11,29 +9,23 @@ Collection of tools mostly used in my private and/or work projects thus avoiding
119
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/angelodotnet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary)
1210
[![GitHub License](https://img.shields.io/github/license/AngeloDotNet/NET6CustomLibrary?style=for-the-badge)](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE)
1311

14-
1512
## :star: Give a star
16-
1713
If you found this Implementation helpful or used it in your Projects, do give it a :star: on Github. Thanks!
1814

19-
2015
## :dvd: Installation
21-
2216
The library is available on [NuGet](https://www.nuget.org/packages/NET6CustomLibrary) or run the following command in the .NET CLI:
2317

2418
```bash
2519
dotnet add package NET6CustomLibrary
2620
```
2721

28-
2922
## :memo: Library documentation
30-
3123
The extensions methods available regarding:
3224

3325
- [x] Date and Time Only<br>
34-
- [x] DBContext generic methods<br>
35-
- [x] DBContext Pool for different databases (MySQL / MariaDB, PostgreSQL, SQLite, SQL server)<br>
36-
- [x] Health Checks for different databases (MySQL / MariaDB, PostgreSQL, SQL server)<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<br>
3729
- [x] Json<br>
3830
- [x] MailKit<br>
3931
- [x] Multi language support<br>
@@ -43,6 +35,8 @@ The extensions methods available regarding:
4335
- [ ] MediatR<br>
4436
- [ ] Scrutor
4537

38+
<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,
39+
using this library (CustomLibrary.EFCore) already available on [Nuget](https://www.nuget.org/packages/CustomLibrary.EFCore).
4640

4741
The available method interfaces:
4842

@@ -51,16 +45,12 @@ The available method interfaces:
5145
- [ ] RabbitMQ<br>
5246
- [ ] Upload Files
5347

54-
5548
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/).
5649
In addition to the implementations listed above, the library includes dependencies to the MassTransit, AutoMapper and SequentialGuid packages.
5750

58-
5951
## :muscle: Contributing
60-
6152
Contributions and/or suggestions are always welcome.
6253

63-
6454
## :beginner: Badges
6555

6656
[![Build and Test](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/build.yml/badge.svg)](https://github.com/AngeloDotNet/NET6CustomLibrary/actions/workflows/build.yml)

0 commit comments

Comments
 (0)