FSharp.Data.LiteralProviders icon indicating copy to clipboard operation
FSharp.Data.LiteralProviders copied to clipboard

F# Type providers generating literals from the compile-time environment

Results 8 FSharp.Data.LiteralProviders issues
Sort by recently updated
recently updated
newest added

Typing code is sometimes interrupted when windows are opened so that new literals can be established for `Exec`. To avoid this, it would be helpful if there was an option...

enhancement

First, super cool - think this is the only type provider I'd use in a production app. The following code compiles fine in .net 6 but fails when compiled with...

Currently it's impossible to do something like this because one of the `Exec`s will always fail: ```fsharp let [] IsUnix = String.EQ.Value // Dumb example of a command that needs...

enhancement

It's possible add alpha version on nuget? ![image](https://user-images.githubusercontent.com/4204396/151434283-998b5143-4444-4441-ae75-c4afe1e5d1b8.png)

It would be really awesome if we could use this in combination with something like [FSharp.Configuration](https://github.com/fsprojects/FSharp.Configuration). Do you have plans for any further functionality?

enhancement

Since this package is named `literal` providers, would it feasible to add sprintf like functionality using and get a string literal? I am not entirely sure if it is possible...

Under some conditions Exec returns empty result. ```fsharp open FSharp.Data.LiteralProviders // let [] _ = Exec.ExitCode let [] commit = Exec.Output printfn "Commit:: %s" commit ``` With this code I...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions