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

F# Data: Library for Data Access

Results 118 FSharp.Data issues
Sort by recently updated
recently updated
newest added

### Issue When using a JsonProvider source from the web such as `type Config = JsonProvider` The document is read and the properties are available. If that file is altered...

There is currently no support for mutable records or mutable properties, and trying to modify generated FSharp.Data.JsonProvider types is very troblesome and a limitation to its applications and usages to...

Apparently the `` tag is optional on a webpage and so doesn't always exist. When it doesn't exist, `HtmlDocument`'s CssSelect (and possible therefore, other functions) fail citing "No element html...

type-bug
up-for-grabs

The type that `XmlProvider` generates has an `XElement` property on every node, but this means I can't serialize it. I am using [Bolero](https://fsbolero.io/docs/Remoting) and want to create a remote service...

I lost a few hours of my life to syntax for the embedded resource parameter, and thought it might be helpful to document what was missing. I worked out some...

The CsvProvider [intro gif](https://fsprojects.github.io/FSharp.Data/library/CsvProvider.html) is nice, but the example at the top of the page using the yahoo finance api no longer works because the yahoo api changed. That's not...

I have trouble with a specific XSD: https://docs.oasis-open.org/ubl/os-UBL-2.0/xsd/maindoc/UBL-Invoice-2.0.xsd The following code: ```f# type Invoice = XmlProvider< Schema = "https://docs.oasis-open.org/ubl/os-UBL-2.0/xsd/maindoc/UBL-Invoice-2.0.xsd"> ``` Gives the following error: `Error FS3033: The type provider 'ProviderImplementation.XmlProvider'...

the Chinese character in HTTP JSON response output to ``` 文件分发,早期外部服务 ```

I think this package is doing some custom stuff, because it simply doesn't work with `#r "nuget"`. Firstly, `Load` simply does not work as advertised. Consider the following script: ```fsharp...

It would be good to be able to interact with the apache arrow eco system since it provides access to some very interesting tools. are there any implementation in the...