fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

Results 768 fsharp issues
Sort by recently updated
recently updated
newest added

Do we want to/can we be part of SDK? (vlza: I vote no, since it's not very flexible) Do we want to be in FCS dll? Separate DLL + NuGet?...

Needs-Triage
Area-LSP

Latest dogfood: ![image](https://user-images.githubusercontent.com/6309070/91489892-6cecfc00-e866-11ea-8190-6b24c42e71e8.png) This should be blue.

Bug
Impact-Medium
Area-FCS

In the following code `P1` extension is declared in a namespace, it's not allowed. The symbol is successfully resolved in another namespace (it's good for the tooling), but is not...

Bug
Impact-Medium
Area-FCS

**Repro steps** Consider the following code: ```fsharp open System.Threading.Tasks module Builder = type AsyncBuilder with // allows to bind to the result of Tasks member _.Bind (task : Task Async

Bug
Impact-Medium
Area-FCS

Rider uses `FSharpXmlDoc.FromXmlText(xmlDoc) -> xmlDoc.UnprocessedLines` to get xml documentation text. And if earlier for library entities there was a summary inner text there, then, apparently after https://github.com/dotnet/fsharp/pull/11454, `UnprocessedLines` contains text...

Bug
Impact-Low
Area-FCS

**Repro steps** Hover over [`Box.box'`](https://github.com/Fulma/Fulma/blob/master/src/Fulma/Elements/Box.fs) to try to see its xmldoc. **Expected behavior** Tooltip with `Generate `. **Actual behavior** ![devenv_MmHAZY97i1](https://user-images.githubusercontent.com/5063478/119252635-a6605700-bbad-11eb-9e00-8804b456d528.png) **Related information** * Win 10 * .NET 5.0.300-preview.21258.4 * VS...

Bug
Impact-Medium
Area-FCS

Given is a builder that defined a "body" custom operation. I expect that this "body" custom operation is shown in the completion list when being inside of a computation. In...

Bug
Impact-Medium
Area-FCS

Navigate to `System.Char`. Notice that the `MaxValue` and `MinValue` fields are listed as `static val`s. This is wrong. They cannot just be marked with `[]` either. ![image](https://user-images.githubusercontent.com/6309070/117083490-ad582000-acf9-11eb-9b25-7f4b2e6d2f5e.png) If we follow...

Bug
Impact-Medium
Area-FCS

Go to definition on `Dictionary`. Notice that deep in the document, colorization stops working. Navigation also doesn't work. This is because there is a `Dictionary`2` name generated in the return...

Bug
Impact-Medium
Area-FCS

**Repro steps** 1. Create module A with abbreviated provided type 2. Create module B with opened module A 3. Сall the abbreviation constructor inside the module B **Expected behavior** Open...

Bug
Impact-Low
Area-FCS