In FSharp.Data 3.0.0-beta4, inference for a JSON with a numeric array field worked properly. When attempting to upgrade to 3.0.0, however, the inference breaks, and the inferred type is int []. I'm currently working on a repro test case. This is preventing our ability to update to the 3.0.0 release version.
In FSharp.Data 3.0.0-beta4, inference for a JSON with a numeric array field worked properly. When attempting to upgrade to 3.0.0, however, the inference breaks, and the inferred type is
int []. I'm currently working on a repro test case. This is preventing our ability to update to the 3.0.0 release version.