-
`SyntaxTraverse.Traverse(pos, ast, SyntaxVisitorBase)` passes `defaultTraverse` to all `visitor.VisitXXX(...)` -> implementation of `SyntaxVisitorBase` doesn't have to handle all Syntax constructs, bu…
-
I propose we add `Async.RunImmediate` that is like `Async.RunSynchronously` except it always starts the async on the current thread.
`Async.RunSynchronously` always jumps to a thread pool thread un…
-
> **Note**
> This is a "meta" issue for tracking purposes since GitHub does not support special types of issues.
Supersedes #10289.
We'll be introducing a feature called F# hints. It is inspire…
-
Opened by corado at codeplex
Given a generative type provider. Take the example from the sample pack: GeneratedTypeProvider
And the following usage of it:
``` fsharp
module FSharpLib
type Test = …
-
**Submitted by Daniel Bradley on 8/20/2014 12:00:00 AM**
**7 votes on UserVoice prior to migration**
With F# becoming more and more multi-editor and cross-platform, it is becoming increasing…
-
Type: Bug
When I run a Python file. I notice that inside a interactive window, I am unable to run the program.
VS Code version: Code 1.94.1 (e10f2369d0d9614a452462f2e01cdc4aa9486296, 2024-10-05T05…
-
Got this error when using the provider from F# interactive, on win10, net5 sdk, from vscode ionide (latests)
````
Poc.fsx(99,19): error FS3033: The type provider 'FSharp.Data.Npgsql.NpgsqlProvider…
-
When I install a package in my .NET Framework 4.6.1 only solution, all bindingRedirect in all App.config of the F# and C# projects are removed. In fact the entire "runtime" tag is removed from all the…
-
Since fsdocs now supports generation of documentation with notebooks as input, a rework of the docs that also offers side-by-side examples for F# and C# is overdue.
I think this should be done grad…
-
Hey!
It would be great if fsharp-mode could create and manage .fsproj files for you. As editing one by hand is really painful.
Just a suggestion
Cheers!