Closed IT-VBFK closed 1 day ago
this is after invocation, so almost certainly not related to nuke
Hmm.. but it doesn't work on CI either: see this last run https://github.com/fluentassertions/fluentassertions/actions/runs/12106943863/job/33753263991
And here the latest develop (which is nuke 8): https://github.com/fluentassertions/fluentassertions/actions/runs/12106420603/job/33752144957
The difference is, that with v9 it tries to resolve to net6.0 (ignoring the .SetFramework("net47")
which I consider at least an indication that something has changed inside NUKE.
Indeed: this commit removing the Framework
option which was introduced with this commit
Usage Information
9.0.1 / 8.0.404 / .net8.0 / Win
Description
Since v9 the
Xunit2
method fromXunitTasks
cannot run tests anymore. It always tells that it can't find/loadxunit.execution.dotnet.dll
.The exception message + stacktrace:
Reproduction Steps
1) Update NUKE in https://github.com/fluentassertions/fluentassertions to v9 2) Adopt breaking changes 3) Either run the build project via VS/Rider or via
build.cmd
4) See the error onTarget
UnitTestsNet47
Expected Behavior
Runs this tasks without problems, like it does in v8
Actual Behavior
Does not
Regression?
yes
Known Workarounds
No response
Could you help with a pull-request?
No