Brendan Forster

Results 633 comments of Brendan Forster

@EmilAlipiev could you provide some sample code to illustrate the issue?

> I just use 'akavache.core':'5.0.0' , this trouble is solved. @wuqi713 shall I close this then?

@wuqi713 can you please clarify the steps to reproduce this issue? It's not clear to me what you have installed and how to trigger the error...

@pavan7parekh could you elaborate on what you'd like to see?

@codebeaulieu sorry for the delay on this, but my psychic debugger thinks serializing/deserializng `ReactiveUI.ReactiveList` could be the issue here. Could you try using a plain `List` here, as I think...

https://desktop.github.com/ (on Windows)

GitHub for Visual Studio ![](https://visualstudio.github.com/images/publish-to-github.png) ![](https://visualstudio.github.com/images/create-a-repository.png) Author: GitHub Website: https://visualstudio.github.com Source Code: https://github.com/github/visualstudio

@Thieum I think this is worth exploring, so I've marked this as `help wanted` to see if we can make this more efficient.

@virror which version of Squirrel is this occurring on? And are you able to share the specific error you are seeing? It's hard to say where this might be failing...

@SeaweedNguyen apologies for the delay in replying. Looks like this is the problem path: https://github.com/Squirrel/Squirrel.Windows/blob/611422cb0c27d2f8d497c710d545086dc2b4e857/src/Squirrel/Utility.cs#L822 But `key` is being derived from the hash of the path: https://github.com/Squirrel/Squirrel.Windows/blob/611422cb0c27d2f8d497c710d545086dc2b4e857/src/Squirrel/UpdateManager.cs#L270 Which is extra...