You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to not reference an FSharp.Core.dll when referencing another assembly that contains all the FSharp.Core.dll types?
In the current scenario ctaggart/Paket#1, I'm trying to wrap paket.exe with a PowerShell assembly. paket.exe has the FSharp.Core.dll merge in already. I'd like to build Paket.PowerShell.dll without a FSharp.Core.dll reference and only a reference to the paket.exe.
I guess I should try writing Paket.PowerShell.dll in C# for troubleshooting. :(
The text was updated successfully, but these errors were encountered:
Is there any way to not reference an
FSharp.Core.dll
when referencing another assembly that contains all theFSharp.Core.dll
types?In the current scenario ctaggart/Paket#1, I'm trying to wrap
paket.exe
with a PowerShell assembly.paket.exe
has theFSharp.Core.dll
merge in already. I'd like to buildPaket.PowerShell.dll
without aFSharp.Core.dll
reference and only a reference to thepaket.exe
.I guess I should try writing
Paket.PowerShell.dll
in C# for troubleshooting. :(The text was updated successfully, but these errors were encountered: