hawkerm / monaco-editor-uwp

A Windows Runtime Component wrapper around the web-based Monaco Editor.
MIT License
152 stars 36 forks source link

Investigate Marshalling Issue in Release Mode #60

Closed hawkerm closed 3 years ago

hawkerm commented 3 years ago

Noticed line highlights not working in the Sample App in Release mode, was also getting a marshalling issue related to Color, so may have something to do with that. Not sure why this would behave differently with threading between Debug and Release though...

hawkerm commented 3 years ago

This should be resolved as part of #48 and #63.