fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

.Net core compatability? #160

Closed Whil- closed 4 years ago

Whil- commented 4 years ago

Hi,

Tried this with a .Net Core 3.1 app but got issues hinting at no support for core just yet. Is .Net Core 3.1 supported or not?

And if not, then please either add it or make a note that this is .Net Framework specific in the readme.

Thanks

sergey-tihon commented 4 years ago

what version have you tried? (latest alpha?)

Whil- commented 4 years ago

Tried 1.5

bethmaloney commented 4 years ago

@Whil- I've been using 2.0.0 Alpha 2 with .net core 3.1 with no issues. I have to add System.Configuration.ConfigurationManager otherwise I get a runtime error when trying to access a value from the config file.

Whil- commented 4 years ago

Ok, thanks for the information. Glad to see it's in progress.