FSharp.Data icon indicating copy to clipboard operation
FSharp.Data copied to clipboard

Do we really want inferPrimitiveType API public?

Open dsyme opened this issue 1 year ago • 2 comments

The JsonAnonymizer.fsx sample uses the public inferPrimitiveType API.

However do we seriously want this API public? I get that making the inference engines used by the type providers available is interesting advanced scenarios, but the API is not currently really designed as a public-facing API, including names like InferenceMode'

I vote for removing this sample and making the API internal, for long-term sustainability.

dsyme avatar Aug 16 '22 18:08 dsyme

Since we're considering a package split, we can probably do this too and cut a major release, yeah

cartermp avatar Aug 16 '22 18:08 cartermp

I've marked it Obsolete

dsyme avatar Aug 16 '22 18:08 dsyme