could I ask that you check, and if not there, add an issue? Thanks!
Joshua
@linuxUsr118
Thank you.
Richard Simpson
@RichiCoder1
@Geogboe I'm a big fan of Electron, but at least right now Chocolatey is Windows only, and so WPF just makes more sense. Easy development and delpoyment, and easy interop with Choco's C# API.
Ironically moving to Electron wouldn't make Choco that much heaver as we're already shipping CEF for markdown (and some other item) support.
Manfred Wallner
@mwallner
hey @RichiCoder1@ferventcoder how's the status on chocolatey/ChocolateyGUI#436 ? - I think this would be great to have in 0.15 .. :-)
Rob Reynolds
@ferventcoder
I think it is necessary :D
George.IO
@Geogboe
@RichiCoder1 Thanks for the insight!
Richard Simpson
@RichiCoder1
@ferventcoder Are you going to integrate those changes, or should I tackle that?
Rob Reynolds
@ferventcoder
I will provide a fix in the next few days - if you can get to it sooner, :D
Richard Simpson
@RichiCoder1
Baring any surprises, it should be be trivial to swap :). I'll see if I can knock it out later today.
Manfred Wallner
@mwallner
:sparkles:
Richard Simpson
@RichiCoder1
@ferventcoder Those changes were in 0.16+ right?
Manfred Wallner
@mwallner
0.10.6+ I guess @RichiCoder1
Richard Simpson
@RichiCoder1
Derp. Yes.
Rob Reynolds
@ferventcoder
@RichiCoder1++
_
The chocolatiest bot this side of the Mississippi
@choco-bot
richicoder1 gained a level! (Karma: 9)
Richard Simpson
@RichiCoder1
Gotta love green builds :)
(not that our builds do that much currently admittedly)
Manfred Wallner
@mwallner
I've discovered some really stupid inconsistencies in the german translation of the current develop-branch .. will fix tonight/tomorrow!
(I am allowed to call them "stupid" as I'm the author of them :D)
@RichiCoder1 - please wait for the upcoming PR before considering the 0.15 release
In addition to that, the ChocolateyGUI solution cannot be built when a global nuget library path is specified - copying the correc packages to source/packages fixed the problem temporarily - but I guess there are some relative include directives/paths somewhere pointing to ../packages/...
Richard Simpson
@RichiCoder1
@mwallner Yup yup. I think StyleCop, CEF, and another package depend on relative paths and targets.
Manfred Wallner
@mwallner
hey @RichiCoder1 - the current /develop GUI fails to pull the current version of packages:
can you reproduce this / is this actually a bug?
Manfred Wallner
@mwallner
not the current, but the latest available ...
Manfred Wallner
@mwallner
the "latestVersion" got from chocolateyService is null ...
Manfred Wallner
@mwallner
(couldn't debug into the service contract - maybe @RichiCoder1 or @gep13 could take a look? :-))
Richard Simpson
@RichiCoder1
@mwallner If you set VS's Startup to start both Subprocess & GUI (In that order), you can debug into subprocess where all the logic is hapenning
That being said, it must have just broke. Was working literally yesterday
Manfred Wallner
@mwallner
do you think you can fix it soon (like, today :D) - I'd have the chance to 'hand out' a beta to a couple of collegues tomorrow to play with/ QA the thing before we do a 0.15 release ;-)