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
* bump version
* add explicit docs about the read-only nature of the repo
also add contributing, issue template, and pr template to drive that point home
* rever weird version changes
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your issue at the [upstream repo](https://github.com/microsoft/visualfsharp/issues/new).
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your Pull Request at the [upstream repo](https://github.com/microsoft/visualfsharp/compare).
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. If you have issues, contributions, or questions, please raise them at the [upstream repo](https://github.com/microsoft/visualfsharp).
The F# compiler services package contains a custom build of the F# compiler that
3
+
The FSharp.Compiler.Service package contains a custom build of the F# compiler that
5
4
exposes additional functionality for implementing F# language bindings, additional
6
5
tools based on the compiler or refactoring tools. The package also includes F#
7
-
interactive service that can be used for embedding F# scripting into your applications.
6
+
interactive service that can be used for embedding F# scripting into your applications. This repository exists entirely to create and publish that package.
8
7
9
-
Documentation
10
-
-------------
8
+
## Purpose
9
+
10
+
> This repo is (mostly) **read only**
11
+
12
+
This repo exists as a downstream packaging repository for the [FSharp.Compiler.Service](https://www.nuget.org/packages/FSharp.Compiler.Service) NuGet Package. It serves the following purposes _only_:
It is a fork of the official F# source repository, which is located at [microsoft/visualfsharp](https://github.com/microsoft/visualfsharp). **All** issues and contributions should be raised there. All feature development should be targeted there. Once contributions are accepted into [microsoft/visualfsharp](https://github.com/microsoft/visualfsharp), they will be integrated into this repository for packaging and release.
20
+
21
+
If you need to add customizations to FSharp.Compiler.Service for your own uses, you should clone [microsoft/visualfsharp](https://github.com/microsoft/visualfsharp) and build the FSharp.Compiler.Service binaries from there. The process is exactly the same as it is described below.
22
+
23
+
24
+
## Documentation
11
25
12
26
For more information about the project, see:
13
27
14
-
*[F# Compiler Service documentation](http://fsharp.github.io/FSharp.Compiler.Service/)
15
-
*[Developer notes explain the project structure](http://fsharp.github.io/FSharp.Compiler.Service/devnotes.html)
28
+
*[F# Compiler Service API and usage documentation](http://fsharp.github.io/FSharp.Compiler.Service/)
29
+
*[Description of the project structure](http://fsharp.github.io/FSharp.Compiler.Service/devnotes.html)
@@ -48,17 +61,16 @@ All AppVeyor builds are available using the NuGet feed: https://ci.appveyor.com/
48
61
49
62
If using Paket, add the source at the top of `paket.dependencies`.
50
63
51
-
License
52
-
-----------
64
+
## License
53
65
54
66
This project is subject to the MIT License. A copy of this license can be found in [License.txt](License.txt) at the root of this repo.
55
67
56
-
Maintainers
57
-
-----------
68
+
## Maintainers
58
69
59
70
The maintainers of this repository are:
60
71
61
72
-[Don Syme](http://github.com/dsyme)
62
73
-[Tomas Petricek](http://github.com/tpetricek)
63
74
-[Enrico Sada](http://github.com/enricosada)
75
+
-[Chet Husk](http://github.com/baronfel)
64
76
- Many people have helped including [Robin Neatherway](https://github.com/rneatherway), [Dave Thomas](http://github.com/7sharp9), [Lincoln Atkinson](http://github.com/latkin), [Kevin Ransom](http://github.com/KevinRansom), [Vladimir Matveev](http://github.com/vladima) and others
0 commit comments