You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-20Lines changed: 4 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,15 @@
1
1
# The F# Type Provider SDK
2
2
3
-
The F# Type Provider SDK is two things:
4
-
5
-
1. The ``ProvidedTypes.fs`` API files you need to author type providers
6
-
7
-
2.[Documentation and samples on type provider creation](https://fsprojects.github.io/FSharp.TypeProviders.SDK)
8
-
9
-
[](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml)
3
+
The F# Type Provider SDK contains the ``ProvidedTypes.fs`` API files you need to author type providers
10
4
11
5
## Getting Started
12
6
13
-
See [the documentation](https://fsprojects.github.io/FSharp.TypeProviders.SDK).
14
-
15
-
## Support and community
7
+
See [Documentation and samples on type provider creation](https://fsprojects.github.io/FSharp.TypeProviders.SDK)
16
8
17
-
- If you have a question about `FSharp`, ask at StackOverflow and [mark your question with the `f#` tag](https://stackoverflow.com/questions/tagged/f%23).
18
-
- If you want to submit a bug, a feature request or help with fixing bugs then look at [issues](https://github.com/fsprojects/FSharp.TypeProviders.SDK/issues).
19
-
20
9
## Building
21
10
11
+
[](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml)
12
+
22
13
Use
23
14
24
15
```shell
@@ -31,13 +22,6 @@ or
31
22
build.cmd RunTests
32
23
```
33
24
34
-
## Library license
35
-
36
-
The library is available under the MIT License. For more information see the [License file][1] in the GitHub repository.
0 commit comments