F# Type Providers very very slow build
问题 I'm playing around with Type Providers, specifically the sql entity framework type provider. I'm writing tests against a database that has a LOT of objects, and it's remote so the connection is a little slow. every time i build the project it takes a lot of time, good several minutes for the build to complete. what am I missing why does the compiler doesn't cache the type information? P.S. It's even worse with F# interactive.... 回答1: Try using the LocalSchemaFile attribute for the data