jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
511 stars 51 forks source link

Allow unix platforms to build executables #54

Closed eltone closed 4 years ago

eltone commented 4 years ago

Add a unix only msbuild config to locate mono when building the net47 target.

jamescourtney commented 4 years ago

Thanks for the contribution. How do I test this? Is this a pattern that's established elsewhere? It all looks quite reasonable, but this is firmly outside my area of expertise.

eltone commented 4 years ago

This was taken from the f# type provider project. I have seen it used in a lot of SDKs.

You should be able to test it in a linux VM or with WSL.

jamescourtney commented 4 years ago

Thanks! Closing now.