Ben Isenhart
Ben Isenhart
I was wondering if their is a convenient way to use this library to pull metadata from a database. In pure SQL I would generally do this by querying the...
**Is your feature request related to a problem? Please describe.** This library provides the `.MapTo Some( foundRow.MapTo() ) | None -> None ``` This method is independent of the number...
It seems like using the `funcui.full` template fails when the project name contains a "-" in it. For example, if I run ```PowerShell PS> dotnet new funcui.full -o test-app PS>...
In Ionide, the redundant qualifier tip (FSAC0002) is tagged on the first identifier when joining on a nullable property in a query expression. For example, if `table1.column1` is of type...
# Allow comma and parentheses for tuple type signatures I propose we allow using a comma and parentheses in declaring tuples in type signatures. A type signature `'t * 'u`...
Currently, the F# Solution Explorer only shows source code files (those within a `` element). However, the compiler also allows the `` to publish files with the compiled project. I...
With Fable 4 supporting more languages, I thought it would be good to start a conversation around adding templates for these languages to help users get up and running with...