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

[Xamarin Android defines a build item that is not a file path in the Include parameter.](https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/building-apps/build-items.md#androidappbundlemetadatafile) However, F# tooling reads this information and rejects the project altogether. **Repro steps** Add...

Resolution-External

When FSI starts, it states it's version, for example: ``` Microsoft (R) F# Interactive version 12.0.4.0 for F# 6.0 Copyright (c) Microsoft Corporation. All Rights Reserved. For help type #help;;...

Feature Request
Area-FSI

These tooltips have been added in https://github.com/dotnet/fsharp/pull/12933. Unless I've wired something wrong, they should include XML docs (`typeparam` is listed as a [supported tag](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/xml-documentation#recommended-tags)). ```fsharp /// Wrap /// Param type...

Feature Improvement
Area-LangService-ToolTips

![image](https://user-images.githubusercontent.com/19922066/173244487-0ac53b49-af96-4f29-9de1-5b78475b63df.png) **Repro steps** 1. Clone https://github.com/Happypig375/PedoApp2/tree/81368459badc25f16722a1629bf7c18c8ed16c8d 2. Open Views.fs ![image](https://user-images.githubusercontent.com/19922066/173244543-6e4c0407-2f1a-41bd-8ab0-229e970df865.png) 3. On line 164, rename `info_totalX` -> `info_totalWidth` 4. Hang ![image](https://user-images.githubusercontent.com/19922066/173244653-ddb6ceb3-1106-4113-878b-a48aded25f96.png) **Expected behavior** Rename succeeds. **Actual behavior** Rename hangs. **Known...

Bug
Needs-Confirmation
Area-LangService-RenameSymbol

Given the following code and AST: ```fsharp let config = { root_url = // #if WATCH "http://localhost:8080/" // #endif } ``` ```fsharp Record (None, None, [SynExprRecordField ((SynLongIdent ([root_url], [], [None]),...

Area-FCS
Feature Improvement

When I add a UWP reference to a .NET 6.0 project Visual Studio gets very slow and uses all my CPUs. **Repro steps** I've started a hobby project to control...

Bug
Needs-Confirmation
Area-VS

Create F# console application (.NET 6), then invoke Debug/Performance Profiler and check Instrumentation checkbox. Press Start button and select module in Start Instrumentation Profiling dialog and OK. Wait until profiling...

Bug
Area-VS

`RequireQualifiedAccess` typically prevents names from being shadowed, but in at least one specific case it does not seem to do so. **Repro steps** ```fsharp module Foo = [] type Bar...

Needs-RFC
Area-Compiler-Service

## Description Fixes #16646 ## Checklist - [x] Test cases added - [ ] Performance benchmarks added in case of performance changes - [ ] Release notes entry updated: >...

This is an automatically generated pull request from release/dev17.9 into main. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯...

auto-merge
Area-Infrastructure