daniatic
daniatic
Bug still persists:  I'm unable to use it with .NETFramework 4.6.1.... How does it show up correctly for the dependency FSharp.Core but not for the MathNet.Numerics dependency? Maybe its...
@dfederm try adding TargetFramework=net472 to your project reference. That solved the issue for me.
Disclosure: I'm a developer on the same project. I wanted to add, that it is not a good idea to add any msvc redistributables to the output binaries, as is...
Here another example that gets "destroyed": `& msbuild ".\solution.sln" -t:Restore,Rebuild -p:RestorePackagesConfig=true -p:Configuration=$configuration -p:Deterministic=True` which gets `& msbuild ".\solution.sln" -t:Restore, Rebuild -p:RestorePackagesConfig = true -p:Configuration = $configuration -p:Deterministic = True `...
Same issue here, I made a minmal failing example... It only contains highcharts-export-server which I try to bundle with rollup. On execution I get: ``` $ node.exe main.cjs node:internal/modules/cjs/loader:1215 throw...
Is this still not supported? Are there plans to support it? Does this also apply to differing suffices? If not I could work around it by using different suffices.
@melloware were you already able to look into this issue? I tested it in 7.10 but the issue still remains. Can I assist you with anything in order to fix...
@melloware thanks for the feedback.