Results 9 comments of Bendik Solheim

Sooo, after some intensive googling it seems to me that the file named `[Content_Types].xml` inside the generated `.nupkg` file might be the cause. It contains the line ``` ``` which...

I removed the LICENSE file from the electron build, and also removed the line ``` ``` from `template.nuspec`. Everything build just fine, and the offending line in `[Content_Types].xml` is gone....

I have given up getting this to work on Linux. I am able to create working installers on Windows, so that will have to do for now.

There are, I think, multiple problems here: - One is a bug with Mono itself it seems, which makes the `[Content_Types].xml` inside the `.nupkg` file invalid. This bug is "documented"...

Further investigations: the `.nupkg` file is different depending on the platform you build on. When building on Windows, my application is located in `lib/net45/resources` inside the `.nupkg`-file, but this folder...

@havenchyk I can see it has already been merged, but I can confirm that this indeed does bundle the `resources` folder and `locales` folder in the `nupkg` file (and therefore...

@havenchyk I'll be sure to try it once I get the opportunity. I am traveling at the moment though, so I don't have any time before the end of the...

Sorry about the long delay here. I just tested it, and it does indeed package the missing files now :) But it does not fix the problem with the empty...

I have the same problem. Unsure what’s causing it, but the error is more or less the same. My dashboard has several views/tabs. If I refresh the tab with this...