Are there any instructions or guides on how to publish a CoreCLR project as an OS X Application Bundle?
I'm about to start porting my desktop application from Windows to OS X and trying assess the suitability of CoreCLR to the task. From what I've seen and given that I don't require any exising GUI libraries (I'll be custom building all that myself) it seems to be a perfectly viable option. With previous versions of CoreCLR I've managed to get this working by manually construction the app package in a script.
What I'm wondering though is whether there's already a pre-existing method for assembling these app packages. eg: a way to dnu publish
to an app package.