Skip to content

FSharp.Core reference #213

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

Closed
thyn opened this issue Jan 10, 2018 · 5 comments
Closed

FSharp.Core reference #213

thyn opened this issue Jan 10, 2018 · 5 comments
Assignees
Labels

Comments

@thyn
Copy link

thyn commented Jan 10, 2018

Please add FSharp.Core reference or remove it from project.

Could not load file or assembly 'FSharp.Core, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

@ericnewton76
Copy link
Member

I'll check into that, might be a problem with the build, its supposed to not actually include that reference on release.

@ericnewton76 ericnewton76 self-assigned this Jan 10, 2018
@nemec
Copy link
Contributor

nemec commented Jan 10, 2018

@thyn did you get this error in the NuGet package or by trying to compile the source?

@ericnewton76
Copy link
Member

ericnewton76 commented Jan 10, 2018

I feel like this should be an alternative build, to include the FSharp.Core reference in the library... ie a separate Nuget package CommandLineParser-WithFSharp or something. This way I can create separate nuspec that includes FSharp.Core as a package dependency separately.

@nemec what do you think? I'm leaning this way.

@nemec
Copy link
Contributor

nemec commented Jan 10, 2018

Sounds good. I don't think we need F# core in the main library either.

@ericnewton76
Copy link
Member

Released v2.2.1 which separates the library into two separate Nuget packages: CommandLineParser and CommandLineParser.FSharp

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

No branches or pull requests

3 participants