dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.79k stars 3.19k forks source link

Make ICSharpRuntimeAnnotationCodeGenerator language-agnostic #25110

Open AndriySvyryd opened 3 years ago

AndriySvyryd commented 3 years ago

Try to move ICSharpHelper back to .Design

AndriySvyryd commented 3 years ago

Depends on https://github.com/dotnet/efcore/issues/25493

memoria-guy commented 3 years ago

Ah, I finally found the issue for this bug! Is there a way to make EF Core code generation work in F# and .NET 6? I am sure there are...well maybe just me that would like to do this :)

AndriySvyryd commented 3 years ago

@memoria-guy It should be possible, see https://github.com/efcore/EFCore.VisualBasic/pull/53 https://github.com/efcore/EFCore.FSharp/issues/112 tracks it for F#