efcore / EFCore.FSharp

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

EFCore 6.0 support #115

Closed simon-reynolds closed 2 years ago

simon-reynolds commented 2 years ago

Proposed Changes

Shift master branch to EF Core 6.0

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

Builds and passes all tests in Mac and Linux Windows build in GitHub Actions currently fails trying to pull in Microsoft.NetCore.App for some reason.

Closes #79 Closes #109 Closes #112

Known Issues

Altcover has to be disabled, it's causing tests to fail, separate ticket will handle that