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

Paket update breaks VFPT solution #316

Closed
dungpa opened this issue Oct 30, 2014 · 10 comments
Closed

Paket update breaks VFPT solution #316

dungpa opened this issue Oct 30, 2014 · 10 comments

Comments

@dungpa
Copy link
Contributor

dungpa commented Oct 30, 2014

I ran

.paket/paket.exe update

on VFPT solution and the solution no longer compiles.

Particularly, FsXaml.Wpf references have been removed from FSharpVSPowerTools.Logic project https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/src/FSharpVSPowerTools.Logic/FSharpVSPowerTools.Logic.fsproj. It doesn't change anything if I do selective update (not changing FsXaml.Wpf version).

I start seeing this issue from version 0.9.x.

@forki
Copy link
Member

forki commented Oct 30, 2014

ok will check

@forki
Copy link
Member

forki commented Oct 30, 2014

image

found it. We now create the framework assembly references directly with Paket. Since you still have "custom" framework references Paket refuses to override these. You need to try really really --hard ;-)

So please do the following:

.paket/paket.exe install --hard 
git commit -m "Installing framework assemblies with new Paket version"
.paket/paket.exe update

@forki forki closed this as completed Oct 30, 2014
@dungpa
Copy link
Contributor Author

dungpa commented Oct 30, 2014

What do custom framework references mean? In any case, I would appreciate some error messages from Paket that points me to a right direction.

forki added a commit that referenced this issue Oct 30, 2014
@forki
Copy link
Member

forki commented Oct 30, 2014

What do custom framework references mean?

See https://github.com/fsprojects/Paket/blob/master/tests/Paket.Tests/Nuspec/FsXaml.Wpf.nuspec#L19

In any case, I would appreciate some error messages from Paket that points me to a right direction.

It's not really an error. Paket just assumes you have manually installed that package and skips the install.

It already traced that information in verbose mode. I changed this and now you get a warning when paket skips the install.

@dungpa
Copy link
Contributor Author

dungpa commented Oct 30, 2014

It doesn't seem to work using these exact steps you mentioned. Could you take a look?

@forki
Copy link
Member

forki commented Oct 30, 2014

sure. will send PR

@forki
Copy link
Member

forki commented Oct 30, 2014

seems the install --hard work, but something changed after update.

Investigating...

@forki
Copy link
Member

forki commented Oct 30, 2014

looks like FsXaml.Wpf update to 0.9.9 is breaking
fsprojects-archive/zzarchive-VisualFSharpPowerTools#805

@forki
Copy link
Member

forki commented Oct 30, 2014

/cc @ ReedCopsey

@forki
Copy link
Member

forki commented Oct 30, 2014

forki/FSharpVSPowerTools@d20d966 worked locally - why is it failing on appveyor?

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