FSharp.Configuration icon indicating copy to clipboard operation
FSharp.Configuration copied to clipboard

The FSharp.Configuration project contains type providers for the configuration of .NET projects.

Results 49 FSharp.Configuration issues
Sort by recently updated
recently updated
newest added

* MacOs sonoma * NET8 sdk strange error repro ```fsharp #r "nuget: FSharp.Configuration" open FSharp.Configuration type TestConfig = YamlConfig let config = TestConfig() ``` `test.yaml` file as provided in docs...

`error FS3033: The type provider 'FSharp.Configuration.ConfigTypeProvider+FSharpConfigurationProvider' reported an error in the context of provided type 'FSharp.Configuration.ResXProvider,file="Strings.resx"', member 'get_LoginCallToAction'. The error: Method 'System.Object readValue[Object](System.String, System.Reflection.Assembly, System.String)' not found in type ''....

https://learn.microsoft.com/en-us/dotnet/core/extensions/localization

My config.yaml: ``` Targets: - Target: 1 0 1 0 NoSlots: 2 - Target: -1 0 -1 -1 NoSlots: 2 Tiles: - 1 0 0 0 - 0 0 1...

Bumps jQuery from 2.0.3 to 3.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=2.0.3&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

``` yaml Langs: - Name: F# HKT: false Cool: true - Name: Rust HKT: false - Name: Haskell HKT: true Macros: true ``` would generate: ``` fsharp type Langs_Type() =...

enhancement
up-for-grabs

I am not sure whether it is a question or bug. I have a string that I try to save into a string field from the type provider. The string...

Hi, I'd like to be able to declare overrides from environment variables in my YAML file. Generally, I'm interested in being able to set up an overrides file which inherits...

In .NET `6.0.200` on OSX `12.2.1` and .NET `6.0.101` on Windows 10, I'm using the Fsharp.Configuration `2.0.0` and the AppSetting type provider raises the error below. ``` ~: error FS3033:...