efcore / EFCore.FSharp

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

Change code generation to use stringBuilder CE #123

Closed simon-reynolds closed 2 years ago

simon-reynolds commented 2 years ago

Proposed Changes

Use a stringBuilder CE where possible to simplify code generation The simplified implementation also resolves #121

Types of changes

Checklist

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...