CommunityToolkit / ColorCode-Universal

This is a port of ColorCode to .NET Standard. The original Html only formatter has been separated from the Logic, so now it can produce Syntax Highlighted code for any output. This Project can currently produce HTML, and Render to UWP RichTextBlocks.
Other
216 stars 40 forks source link

Fixing CI errors #29

Closed Arlodotexe closed 1 year ago

Arlodotexe commented 1 year ago

This PR attempts to fix the CI errors occurring on the main branch.

Arlodotexe commented 1 year ago

Cake appears to be the main source of headache here. I've gathered enough information to open a proper PR on this.