Extensions for HttpClient and Custom Repository based on dapper.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 3.0.0 |
Author(s): | tbertuzzi |
Last Update: | Thursday, April 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TBertuzzi/RepositoryHelpers |
NuGet Url: | https://www.nuget.org/packages/RepositoryHelpers |
Install
Install-Package RepositoryHelpers
dotnet add package RepositoryHelpers
paket add RepositoryHelpers
RepositoryHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper.Contrib(>= 2.0.35)
- Dapper.FluentMap.Dommel(>= 1.7.1)
- HttpExtension(>= 2.1.0)
- LiteDB(>= 5.0.8)
- Newtonsoft.Json(>= 12.0.3)
- System.Data.OracleClient(>= 1.0.8)
- System.Data.SqlClient(>= 4.8.1)
Tags