Kevin Balz

Results 6 comments of Kevin Balz

Debugging seems to work fine, setting breakpoint and stepping works without a problem until it hits `cam.ProcessAsync`. Of course it's possible that there is a bug in the debugging tools...

Multiple constructors could be possible, but pathname resolution doesn't work, but resource loading could work, i would have to look into that. Maybe it's possible to make use of conditional...

Most are caused by DotNetZip ( because some functions of System.IO and System.Console), some are caused in the library, because System.Path strangely isn't supported that well(Combine ...) and the use...

The image resource path in the TMX file should be no problem, because the user would anyway load the image by themselfes. Regarding TmxTileset: It's possible to solve this using...

The way PCL's work will change it seems: http://blogs.msdn.com/b/mvpawardprogram/archive/2015/06/18/demystifying-pcls-net-core-dnx-and-uwp-redux.aspx As far as i understood the article there will be no profiles you have to set yourself, instead the library will...

I guess i'm not that good in explaining^^ Regarding the File managment, the link i've provided (the taglib example) explained a way to give the user a default implementation of...