https://github.com/71/fsharp.typeproviders.sdk.tests
Tests for the try..with, try..finally, and use support in FSharp.TypeProviders.SDK.
https://github.com/71/fsharp.typeproviders.sdk.tests
Last synced: about 2 months ago
JSON representation
Tests for the try..with, try..finally, and use support in FSharp.TypeProviders.SDK.
- Host: GitHub
- URL: https://github.com/71/fsharp.typeproviders.sdk.tests
- Owner: 71
- Created: 2018-08-03T08:21:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T08:22:12.000Z (almost 8 years ago)
- Last Synced: 2025-12-26T15:13:44.404Z (6 months ago)
- Language: F#
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains some tests for the [`try .. with`, `try .. finally` and `use`](https://github.com/fsprojects/FSharp.TypeProviders.SDK/pull/242)
support in [FSharp.TypeProviders.SDK](https://github.com/fsprojects/FSharp.TypeProviders.SDK).
Right now, the test type provider uses [my repository](https://github.com/6A/FSharp.TypeProviders.SDK),
since upstream does not have the support for the feature yet.
To run the tests, simply restore the project (`.paket/paket.exe restore`), and run the tests
(`dotnet run Tests/Tests.fsproj`).