Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Entity Framework Child\Parent relationship generation #179

Merged
merged 24 commits into from Oct 31, 2021

Conversation

dpvreony
Copy link
Owner

@dpvreony dpvreony commented Oct 31, 2021

closes #11

@codecov
Copy link

codecov bot commented Oct 31, 2021

Codecov Report

Merging #179 (ee17a6c) into main (eed3771) will increase coverage by 1.16%.
The diff coverage is 86.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
+ Coverage   65.03%   66.19%   +1.16%     
==========================================
  Files          88       91       +3     
  Lines        2285     2624     +339     
  Branches      116      135      +19     
==========================================
+ Hits         1486     1737     +251     
- Misses        755      845      +90     
+ Partials       44       42       -2     
Impacted Files Coverage Δ
.../Features/Database/ForiegnKeyInterfaceGenerator.cs 100.00% <ø> (ø)
...s/Features/Database/ReferencedByEntityGenerator.cs 100.00% <ø> (ø)
...enerators/Features/Dto/RequestDtoClassGenerator.cs 100.00% <ø> (ø)
...nerators/Features/Dto/ResponseDtoClassGenerator.cs 100.00% <ø> (ø)
...Features/Dto/ResponseDtoClassGeneratorProcessor.cs 62.96% <ø> (ø)
...tityFramework/EntityFrameworkDbContextGenerator.cs 100.00% <ø> (ø)
...EntityFrameworkEntityTypeConfigurationGenerator.cs 100.00% <ø> (ø)
...s/EntityFramework/EntityFrameworkModelGenerator.cs 100.00% <ø> (ø)
...erators/Features/Model/KeyedModelClassGenerator.cs 100.00% <ø> (ø)
...ators/Features/Model/UnkeyedModelClassGenerator.cs 100.00% <ø> (ø)
... and 36 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eed3771...ee17a6c. Read the comment docs.

@dpvreony dpvreony merged commit 1acfd29 into main Oct 31, 2021
@dpvreony dpvreony deleted the fixforiegnkeygen branch October 31, 2021 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose foreign keys as interfaces
1 participant