hxcs icon indicating copy to clipboard operation
hxcs copied to clipboard

Haxe C# support library. Build scripts and support code.

Results 15 hxcs issues
Sort by recently updated
recently updated
newest added

On mac using many dll like the ones associated with GTK require the related dylib's used to be associated properly. Currently there is no documentation on how this should be...

When running on Windows, generated C# code breaks non-ASCII input on Windows console. ``` var s : String = stdin.readLine(); trace("You typed: " + s); ``` is translated to: ```...

C# code generated by hxcs has no comments from the haxe source. It would be very useful to have this at least as an option (not default behavior).

Hi, how can I add -pkg:packageName to the build command ? I looked into hxcs / build-tool / src / compiler / cs / CSharpCompiler.hx but it doesn't seems possible....