Closed ViktorHofer closed 6 years ago
@ViktorHofer there are some build failures.
Builders might be though to resolve as it conflicts with the CommandLineParser package which has beta dependencies...
Can it be fixed by specifying the package version on the test projects (use System.Resources.ResourceManager 4.3.0)?
I'm not sure, I don't think so as the dependency is pulled in by CommandLineParser. But I will quickly fork it and retarget it to NS2.0 and send a PR to them. Isn't much work.
Port done here: https://github.com/commandlineparser/commandline/pull/307
Till my PR gets merged in the commandlineparser repo I uploaded the temporarily locally built package to nuget and referenced it here to unblock further work.
Is this package in myget?
nuget :)
@dotnet-bot test this please
To be honest, I've no idea why the other two tests are failing / why xunit.runner.utility.netstandard20.dll can't be loaded...
Tests failed because of https://github.com/xunit/xunit/issues/1594#issuecomment-352911634. It seems this was never fixed. Adding netcoreapp2.0 and net461 tfms resolves the right assembly.
Yes, this is how xunit is packaged :(
cc @jorive