Skip to content

visemet/FSharp.Data.Bson

Repository files navigation

BsonProvider

A type provider for BSON.

You can see the version history here.

Building

  • Simply build the BsonProvider.sln solution in Visual Studio, Xamarin Studio, or Mono Develop. You can also use the FAKE script:

    • Windows: Run build.cmd
      • AppVeyor build status
    • Mono: Run build.sh
      • Travis build status

Supported platforms

  • VS2012 compiling to FSharp.Core 4.3.0.0
  • Mono F# 3.0 compiling to FSharp.Core 4.3.0.0
  • VS2013 compiling to FSharp.Core 4.3.0.0
  • VS2013 compiling to FSharp.Core 4.3.1.0
  • Mono F# 3.1 compiling to FSharp.Core 4.3.0.0
  • Mono F# 3.1 compiling to FSharp.Core 4.3.1.0

Documentation

The documentation is automatically generated from the *.fsx files in the content folder and from the comments within the code. If you find a typo, then please submit a pull request!

  • The BSON Type Provider home page has more information about the library, examples, etc.
  • The samples from the documentation are included as part of the BsonProvider.Tests.sln solution, so make sure you build the solution before trying out the samples to ensure that all necessary packages are installed.

Community and Support

  • If you have a question about the library, then create an issue with the question label.
  • If you want to submit a bug or feature request, then create an issue with the appropriate label.
  • If you would like to contribute, then feel free to send a pull request.
  • To discuss more general ideas about the library, its goals and other open-source F# projects, please join the fsharp-opensource mailing list.

License

The library is available under Apache 2.0. For more information see the license file in the GitHub repository.

Releases

No releases published

Packages

No packages published