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

Is it possible for the JsonProvider to generate types with writable properties? My use case is that I have a rather large JSON sample object that I want to create...

I have the following compilation error: > FSharp.Data.Core.Tests.CSharp.csproj: [NU1504] Duplicate 'PackageReference' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate...

When this is moved to >= .NET6.0, it would be nice to add support for System.DateOnly and System.TimeOnly types. DateOnly in particular, because often a date is just a date....

type-new-feature

## Rationale It should be very simple to set up a working development environment for the project. This pull request will lower the barrier to contribution from new developers as...

I tried to parse a dump of some wikipedia pages with XmlProvider, but no matter what I try, I get a `System.OutOfMemoryException`. Is there some guidance/pattern on how to parse...

Fixes #1453 Fix CsvProvider encoding provider registration

Update CsvRuntime.fs

Hi, I'm using `XmlProvider` to fetch and parse RSS feeds. I want to handle HTTP Errors but I cannot find a way to get the status code of a `webexception.Response`....

type-new-feature

I'm looking to use the html parsing DSL without the encumbering that active pattern brings in terms of using those to "avoid breaking changes" in the DU definitions, costing in...

some files like this one cannot be parsed by csv provider, as it uses empty space https://www.ncei.noaa.gov/data/noaa-global-surface-temperature/v5/access/timeseries/aravg.ann.land_ocean.00N.30N.v5.0.0.202212.asc ok was able to compile like this ```fsharp type NoaDataProvider = CsvProvider< "https://www.ncei.noaa.gov/data/noaa-global-surface-temperature/v5/access/timeseries/aravg.ann.ocean.00N.30N.v5.0.0.202212.asc",...