Giter VIP home page Giter VIP logo

orc.entityframework's Introduction

Orc.EntityFramework

Name Badge
Chat Join the chat at https://gitter.im/WildGums/Orc.EntityFramework

EntityFramework 5

Name Badge
Downloads NuGet downloads
Stable version Version
Unstable version Pre-release version

EntityFramework 6

Name Badge
Downloads NuGet downloads
Stable version Version
Unstable version Pre-release version

This library contains services to work with EntityFramework using repositories and Unit of Work (UoW).

For documentation, please visit the documentation portal

orc.entityframework's People

Contributors

ceo1647 avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar dmitry-vf avatar geertvanhorrik avatar github-actions[bot] avatar mkhomutov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

orc.entityframework's Issues

GetQuery returns BaseClass for EntityRepositoryBase<ConcreteClass, int>

Greetings,
I have an EF 6 model created using DB first approach. I have further split some tables into abstract + concrete classes using Conditional Mappings (binary discriminators mostly).
I have created my repositories using the concrete classes however GetQuery always returns the base DbSet instead.
I have already added the DbSet< ConcreteClass > to my dbContext (hopefully for documentation purposes only) and it is working as expected.
Now, an easy fix for me would be to have a ConcreteEntityRepositoryBase of sorts that overrides the GetQuery method, returning base.GetQuery().OfType< TEntity >() but wanted to make sure exactly what the intended behavior is for this type of scenario..
Best regards,
Galin LIPCHEV

Your .dependabot/config.yml contained invalid details

Dependabot encountered the following error when parsing your .dependabot/config.yml:

The property '#/update_configs/0/automerged_updates/0' of type object did not match one or more of the required schemas
The property '#/update_configs/0/automerged_updates/1' of type object did not match one or more of the required schemas
The property '#/update_configs/0/automerged_updates/2' of type object did not match one or more of the required schemas
The property '#/update_configs/0/automerged_updates/3' of type object did not match one or more of the required schemas

Please update the config file to conform with Dependabot's specification.

You can mention @dependabot in the comments below to contact the Dependabot team.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.