fsprojects / FSharp.Data.SqlClient

A set of F# Type Providers for statically typed access to MS SQL database
http://fsprojects.github.io/FSharp.Data.SqlClient/
Other
204 stars 71 forks source link

Legacy namespace cleanup #399

Closed smoothdeveloper closed 3 years ago

smoothdeveloper commented 4 years ago

this is to address #359

Client code will get warnings due to used obsolete attribute.

Right now the type provider themselves haven't moved from FSharp.Data namespace.

Also, instead of putting everything internal or current usages of [<CompilerMessage("internal infrastructure")>], I'm picking to put all this under FSharp.Data.SqlClient.Internals namespace.

Due to the namespace choice, consumer who depend on this code know that things may break in the future.