Don't build on Linux
See original GitHub issueHi @carstengehling,
I read previous issues and Google the problem, but I didn’t found the solution. I have macOS and Linux, so I can help you to get this working on every platform. But the problem is I get, always, on .resx files this:
Inner exception: AND data length expected 512, read 0
Parameter name: stream
Doesn’t matter if I use xbuild or msbuild commands (I always do with .sln or .csproj). Also, I found on mono (that is an open source .NET framework that runs on Unix systems) this:
https://github.com/mono/mono/blob/master/mcs/class/System.Drawing/System.Drawing/Icon.cs#L862
You can see there what causes the exception.
Kind regards,
Jose Lorenzo.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Re-building Linux kernel without "clean"
If you build the bindeb-pkg instead, it won't do a clean. You probably don't need the source packages anyway.
Read more >Compiling kernel but doesn't build kernel modules
I am trying to compile a linux-sunxi kernel for my Banana pi. Using this link: http://sunxi.org/Linux_Kernel#Compilation. Unfortunately I am ...
Read more >In VS 2022, "This project uses remote builds." I don't want ...
In VS 2022, "This project uses remote builds." I don't want remote builds, I don't care about Linux, How do I create a...
Read more >Don't add "+" to linux kernel version
So, it is possible without code changes say to build system that no need to add "+" at the end of version line?...
Read more >Compile linux kernel deb-pkg target without generating ...
deb ) takes a significant amount of time. I'm wondering if there is a way to indicate to the deb-pkg build target not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Okay, I will do it 👍
I disabled some more code (and this time did it more properly by checking the platform instead of simply commenting out lines). Now it looks like I have a functional program in Linux. I added that to my pull request #117. I’ll move the discussion there.