TinyRepository 1.0.16
dotnet add package TinyRepository --version 1.0.16
NuGet\Install-Package TinyRepository -Version 1.0.16
<PackageReference Include="TinyRepository" Version="1.0.16" />
<PackageVersion Include="TinyRepository" Version="1.0.16" />
<PackageReference Include="TinyRepository" />
paket add TinyRepository --version 1.0.16
#r "nuget: TinyRepository, 1.0.16"
#:package TinyRepository@1.0.16
#addin nuget:?package=TinyRepository&version=1.0.16
#tool nuget:?package=TinyRepository&version=1.0.16
Tiny Repository for .NET EF Core
A lightweight generic repository for Entity Framework Core
🏷️ Introduction
A lightweight generic repository pattern implementation for Entity Framework Core, designed to simplify data access and management in .NET applications.
🛠️ Installation
Prerequisites
- .NET 8.0 SDK (latest version)
Setup
The library is available on NuGet, just search for Identity.Module.API in the Package Manager GUI or run the following command in the .NET CLI:
dotnet add package TinyRepository
See the documentation for a list of helpful examples.
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Give a Star
Don't forget that if you find this project helpful, please give it a ⭐ on GitHub to show your support and help others discover it.
🤝 Contributing
The project is constantly evolving. Contributions are always welcome. Feel free to report issues and submit pull requests to the repository, following the steps below:
- Fork the repository
- Create a feature branch (starting from the develop branch)
- Make your changes
- Submit a pull requests (targeting develop)
🆘 Support
If you find this project helpful, consider buying me a coffee!
<a href="https://www.buymeacoffee.com/angelodotnet" target="_blank"><img src="https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00.svg?style=for-the-badge&logo=Buy-Me-A-Coffee&logoColor=black"></a>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.22)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.