efcore / EFCore.FSharp

Adds F# design-time support to EF Core
MIT License
228 stars 26 forks source link

Add how to on many to may relationships - Fixes #148 #150

Closed EspenBrun closed 1 year ago

EspenBrun commented 1 year ago

Proposed Changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to EFCore.FSharp? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

I have not generated the html, would be nice to get help with that.

I used ResizeArray and not ICollection. I get an error when I use ICollection.

EspenBrun commented 1 year ago

148

simon-reynolds commented 1 year ago

Hi @EspenBrun Thank you for the PR, any extra documentation is always appreciated!