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

InstallManagerTests are failing #225

Open
bgrainger opened this issue Dec 1, 2013 · 0 comments
Open

InstallManagerTests are failing #225

bgrainger opened this issue Dec 1, 2013 · 0 comments

Comments

@bgrainger
Copy link
Contributor

Running the InstallerManagerTests fails with Message: Assert.True() Failure.

Debugging the tests shows that InstallerHookOperations.findAppSetupsToRun is throwing a ReflectionTypeLoadException with LoaderExceptions containing

"Could not load file or assembly 'Shimmer.Client, Version=0.7.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"Shimmer.Client, Version=0.7.0.0, Culture=neutral, PublicKeyToken=null"

I suspect that the various nupkgs in src\Squirrel.Tests\fixtures need to be rebuilt with a dependency on Squirrel.Client instead of Shimmer.Client.

Running New-Release -Project SampleUpdatingApp in the Squirrel.Windows solution gave me an error (should I expect that to "just work"?), and I wasn't sure where the source code for DemoConsoleApp even is, so I just gave up and created an issue instead.

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

1 participant