ijklam
ijklam
The type of argument `lpEnumFunc` should be `User32.WNDENUMPROC`, but currently is `nativeint` (`IntPtr`) 
## Description Implements [this suggestion](https://github.com/fsharp/fslang-suggestions/issues/430)  ## Checklist - [x] [RFC added](https://github.com/fsharp/fslang-design/pull/764) - [x] Put it under preview flag - [ ] Test cases added - [ ] Performance benchmarks...
When initializing the database using this package, it will throw an "File not found" error. Although this could be fixed by modifying the package to create database file first, but...
**I propose we** allow returning `int` from active patterns that only classing the input, instead of `Choice`, for better performance Sample: ```fsharp // Marking the return type as `int` //...
[Android] [TextBox] fix a bug which cause cannot call out the soft keyboard again after closing it
[Android] fix a bug which cause closing soft keyboard does not clear focus on TextBox, which makes clicking on the TextBox cannot call out the soft keyboard again ## What...
## What does the pull request do? Support `PerformContextMenuAction` so that application can react on IME copy paste command ## What is the current behavior? App will not react when...
## Description * [Original suggestion](https://github.com/fsharp/fslang-suggestions/issues/430) * [RFC](https://github.com/fsharp/fslang-design/pull/764) * [Previous merged work](https://github.com/dotnet/fsharp/pull/16687) Fixes #16854 ## Checklist - [x] Test cases added - [x] sig file support - [x] new syntax in...
 **Repro steps** Input following code into fsi: ```fsharp let (|T|) (f: _ -> _) = ();; match id with T -> ();; let (T) = id;; ``` **Expected behavior**...
## Description - [x] Show static field/property and union case of the parameter/property type in completion list, and wrap it by a paren when is needed    ...
As mentioned in #17292, it cannot get the type of an object expreesions, so the override completion feature cannot know which slots was implemented and should not suggest again. **Expected...