allow building on Linux (and probably macOS)#3938
allow building on Linux (and probably macOS)#3938jbogard merged 1 commit intoLuckyPennySoftware:masterfrom adamralph:linux
Conversation
| public class Customer | ||
| { | ||
| public string ��� { get; set; } | ||
| public string Æøå { get; set; } |
There was a problem hiding this comment.
The encoding was wrong on these characters. They were encoded in "Western European (Windows)", but the file is encoded in UTF-8. I can only guess that on Windows, some kind of encoding munging is done to allow it pass through the compiler, but on Linux no such "convenience" is present, so compilation was failing.
|
Sorry, I force-pushed a couple of corrections, but it's all good to go now. |
|
Does the build actually run locally (build.ps1)? |
|
@jbogard no, but at least now I can run |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I wanted to test the next major of MinVer on a few repos which consume it, but I was stuck with AutoMapper because it currently only build on Windows.