-
Notifications
You must be signed in to change notification settings - Fork 67
#line in C# + avoid mono bug with goto on unix #226
base: master
Are you sure you want to change the base?
#line in C# + avoid mono bug with goto on unix #226
Conversation
Use csc C# compiler if it’s available
Confirm fixed #167 |
But still not working on travis. Ubunto doesnt seem to have the microwoft compiler. I will try to dump versions of mono. And will download sourcecode to debug whats happening so i can avoid the problematic syntax/api in generated code |
I have created a bug report: https://bugzilla.xamarin.com/show_bug.cgi?id=58600 |
The bug report has been confirmed. It seems to be related to gotos. So I have two options. Keep C# tests disabled for now until fixed and then just use latest mono .net compiler, or add a flag to strip gotos in c# target when going to compile on mono. We would cover this option on travis and gotos on appveyor |
@SergeyLabutin |
…-msc-when-available
…-msc-when-available
Use csc C# compiler if it’s available