Uh oh!
There was an error while loading. Please reload this page.
[WIP] Net standard 2.0 - #133
Conversation
dsyme
commented
Oct 12, 2017
@vasily-kirichenko I added f3945c6 and it gets a bit further but we hit a problem later. Will keep working on this (don't bother looking at it again yet) |
vasily-kirichenko
commented
Oct 12, 2017
@dsyme thank you. |
dsyme
commented
Oct 24, 2017
@vasily-kirichenko I pushed a PR to this PR. vasily-kirichenko#1 Could you possibly also give me write access to your repo so I can push directly into the PR if needed? |
dsyme
commented
Oct 24, 2017
@forki@matthid I didn't have any luck getting I'm not sure what I'm doing wrong, I read the docs and it seems it should just magically work |
@vasily-kirichenko The PR gets as far as this sequence of steps working:
Notes
|
matthid
commented
Oct 24, 2017
@dsyme I cannot test right now but for new SDK projects (and FSharp.Configuration.Tests.fsproj already looks like a new style project) usually all you need to do is to edit the corresponding In worst case a |
dsyme
commented
Oct 24, 2017
@matthid Yeah, I know, thanks. That's what wasn't working for me. I didn't look into it and added an explicit reference into the package directory instead |
Fixes for .NET Standard 2.0 PR
vasily-kirichenko
commented
Nov 2, 2017
@dsyme I included
|
dsyme
commented
Nov 9, 2017
@vasily-kirichenko Could you write out the step-by-step to get to the point you mention above? The AppVeyor log is currently showing which is the error mentioned in #133 (comment) which I don't really understand |
# Conflicts: # .paket/Paket.Restore.targets # .paket/paket.exe # paket.dependencies # paket.lock # src/FSharp.Configuration/AppSettingsProvider.fs # src/FSharp.Configuration/ConfigTypeProvider.fs # src/FSharp.Configuration/IniFileProvider.fs # src/FSharp.Configuration/ResXProvider.fs # src/FSharp.Configuration/TypeProviders.Helper.fs # src/FSharp.Configuration/YamlConfigProvider.fs # src/FSharp.Configuration/paket.references # tests/FSharp.Configuration.Tests/app.config
# Conflicts: # tests/FSharp.Configuration.Tests/ResXProvider.Tests.fs
vasily-kirichenko
commented
Apr 24, 2018
I've merged master and #139 |
No description provided.