fsharp
fsharp copied to clipboard
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
[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...
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;;...
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...
 **Repro steps** 1. Clone https://github.com/Happypig375/PedoApp2/tree/81368459badc25f16722a1629bf7c18c8ed16c8d 2. Open Views.fs  3. On line 164, rename `info_totalX` -> `info_totalWidth` 4. Hang  **Expected behavior** Rename succeeds. **Actual behavior** Rename hangs. **Known...
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]),...
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...
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...
`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...
## 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. 🐯...