-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: fix build under mono msbuild #1867
base: master
Are you sure you want to change the base?
Conversation
This fixes the build of LaserGRBL via msbuild under Linux...
I'm a bit confused why msbuild creates an exe for Windows from Linux... but the resulting exe works in wine. Running under mono shows the same crash the windows one does.
|
Oh, this one is working towards #1867 |
I should mention that the timer issue mentioned in #5 is still present under Mono. Why was 5 closed? Seems like a legitimate bug. |
* Correct System.XML reference to System.Xml * Drop legacy CodeAnalysisRuleSet (recommended per microsoft) https://docs.microsoft.com/en-us/visualstudio/code-quality/migrate-from-legacy-analysis-to-net-analyzers * Fix case of MyPictureBox.Designer.cs
Updated for latest code, the mono build now works under Linux creating Windows executables. |
@arkypita this one should be in a good place to move the needle towards Linux support. The paid LightBurn software just removed Linux support, so there is going to be a big influx of potential users looking for a laser software with Linux support. |
https://docs.microsoft.com/en-us/visualstudio/code-quality/migrate-from-legacy-analysis-to-net-analyzers