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

XamlColorSchemeGenerator.exe exited with code 3 #3590

Closed
Evangelink opened this issue Aug 28, 2019 · 0 comments · Fixed by #3591
Closed

XamlColorSchemeGenerator.exe exited with code 3 #3590

Evangelink opened this issue Aug 28, 2019 · 0 comments · Fixed by #3591
Labels
Milestone

Comments

@Evangelink
Copy link
Contributor

Describe the bug

I just got your last fix and I did a git clean -dfx to ensure that I am on a fresh clean state.
Now I have an error with XamlColorSchemeGenerator.exe.

The issue is that there is a missing \ line 33 in MahApps.Metro.csproj:

<Exec Command="&quot;$(NuGetPackageRoot)xamlcolorschemegenerator\$(XamlColorSchemeGeneratorVersion)\tools\XamlColorSchemeGenerator.exe&quot; &quot;$(MSBuildProjectDirectory)\Styles\Themes\GeneratorParameters.json&quot;" />

should be

<Exec Command="&quot;$(NuGetPackageRoot)\xamlcolorschemegenerator\$(XamlColorSchemeGeneratorVersion)\tools\XamlColorSchemeGenerator.exe&quot; &quot;$(MSBuildProjectDirectory)\Styles\Themes\GeneratorParameters.json&quot;" />

As the code is working on your machine, I assume that the errors comes from the missing trailing \ on my nuget environment variable.

I can still create a PR for it if you think that's worth being belt and braces here.

@punker76 punker76 added the Bug label Aug 29, 2019
@punker76 punker76 added this to the 2.0.0 milestone Aug 29, 2019
punker76 added a commit that referenced this issue Aug 29, 2019
(GH-3590) Ensure that there is a backslash between nuget path and tool folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants