Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSharp.Core still referenced even with --noframework #495

Closed
ctaggart opened this issue Jun 10, 2015 · 2 comments
Closed

FSharp.Core still referenced even with --noframework #495

ctaggart opened this issue Jun 10, 2015 · 2 comments

Comments

@ctaggart
Copy link
Contributor

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.

image

I guess I should try writing Paket.PowerShell.dll in C# for troubleshooting. :(

@dsyme
Copy link
Contributor

dsyme commented Jun 10, 2015

Hi @ctaggart - no, there's no way to do this.

Best regards
don

@dsyme dsyme closed this as completed Jun 10, 2015
@ctaggart
Copy link
Contributor Author

Thanks @dsyme. That saves me a few hours of trying to make it work. I'll figure out another solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants