An open API service indexing awesome lists of open source software.

https://github.com/godeltech/godeltech.data.entityframeworkcore

Library to access database with Unit of Work, Repository and Entity classes for Entity Framework Core.
https://github.com/godeltech/godeltech.data.entityframeworkcore

data entity entity-framework-core repository unitofwork

Last synced: 27 days ago
JSON representation

Library to access database with Unit of Work, Repository and Entity classes for Entity Framework Core.

Awesome Lists containing this project

README

        

# GodelTech.Data.EntityFrameworkCore

Library to access database with Unit of Work, Repository and Entity classes for Entity Framework Core.

## Overview
`GodelTech.Data.EntityFrameworkCore` implements [GodelTech.Data](https://github.com/GodelTech/GodelTech.Data) interfaces for Unit of Work and Repository pattern with [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/)

## Build

[![Azure DevOps builds (main)](https://img.shields.io/azure-devops/build/GodelTech/OpenSource/57/main?style=flat-square)](https://dev.azure.com/GodelTech/OpenSource/_build/latest?definitionId=57&branchName=main)
[![Azure DevOps tests (main)](https://img.shields.io/azure-devops/tests/GodelTech/OpenSource/57/main?style=flat-square)](https://dev.azure.com/GodelTech/OpenSource/_build/latest?definitionId=57&branchName=main)
[![Azure DevOps coverage (main)](https://img.shields.io/azure-devops/coverage/GodelTech/OpenSource/57/main?style=flat-square)](https://dev.azure.com/GodelTech/OpenSource/_build/latest?definitionId=57&branchName=main)
[![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/GodelTech.Data.EntityFrameworkCore?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/dashboard?id=GodelTech.Data.EntityFrameworkCore)
[![Sonar Tech Debt](https://img.shields.io/sonar/tech_debt/GodelTech.Data.EntityFrameworkCore?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/dashboard?id=GodelTech.Data.EntityFrameworkCore)
[![Sonar Violations](https://img.shields.io/sonar/violations/GodelTech.Data.EntityFrameworkCore?format=long&server=https%3A%2F%2Fsonarcloud.io&style=flat-square)](https://sonarcloud.io/dashboard?id=GodelTech.Data.EntityFrameworkCore)

## Artifacts

[![Azure DevOps builds (Artifacts)](https://img.shields.io/azure-devops/build/GodelTech/OpenSource/57/main?stage=Artifacts&style=flat-square)](https://dev.azure.com/GodelTech/OpenSource/_build/latest?definitionId=57&branchName=main)

## NuGet

[![Azure DevOps builds (NuGet)](https://img.shields.io/azure-devops/build/GodelTech/OpenSource/57/main?stage=NuGet&style=flat-square)](https://dev.azure.com/GodelTech/OpenSource/_build/latest?definitionId=57&branchName=main)
[![Nuget](https://img.shields.io/nuget/v/GodelTech.Data.EntityFrameworkCore?style=flat-square)](https://www.nuget.org/packages/GodelTech.Data.EntityFrameworkCore)
[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/GodelTech.Data.EntityFrameworkCore?style=flat-square)](https://www.nuget.org/packages/GodelTech.Data.EntityFrameworkCore)
[![Nuget](https://img.shields.io/nuget/dt/GodelTech.Data.EntityFrameworkCore?style=flat-square)](https://www.nuget.org/packages/GodelTech.Data.EntityFrameworkCore)
[![Libraries.io dependency status for specific release](https://img.shields.io/librariesio/release/NuGet/GodelTech.Data.EntityFrameworkCore/latest?style=flat-square)](https://libraries.io/NuGet/GodelTech.Data.EntityFrameworkCore)