Cactus.Blade.Repository is a simple generic repository wrapper library for entity framework core.
Once you're game, simply add it to your project through NuGet.
NuGet Package Manager:
Install-Package Cactus.Blade.Repository
NuGet CLI:
nuget install Cactus.Blade.Repository
The Cactus.Blade.Repository library is built on netcore 5.0. This means it's compatible with .NET 5.x and up. See the Microsoft docs on .NET Class Library.
Cactus.Blade.Repository is Copyright © 2021 Mohammad Sadeq Sirjani under the Apache License.