fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
806 stars 288 forks source link

Use `nameof` for all dynamically built quotations #1471

Closed mlaily closed 1 year ago

mlaily commented 1 year ago

This makes it easier to debug and follow the code since the IDE is able to find the referenced methods and display their signature at the location they are used.

This is only a technical refactoring. Functionally, nothing should have changed.