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
221 stars 41 forks source link

Added support for Python and MATLAB code #15

Closed Calman102 closed 2 years ago

Calman102 commented 3 years ago

Fixes #14

net-foundation-cla[bot] commented 3 years ago

CLA assistant check
All CLA requirements met.

bryansray commented 2 years ago

Would love to see this merged down. Thanks for the effort, @Calman102 💯

bobzomer commented 2 years ago

Would be great to see this merged! Any idea on when we could see this?

michael-hawker commented 2 years ago

@bryansray @bobzomer were you able to pull this change down and see it working? If so, can you let us know. Thanks!

bobzomer commented 2 years ago

@bryansray @bobzomer were you able to pull this change down and see it working? If so, can you let us know. Thanks!

Yes. I've tested the proposed change and it works.

michael-hawker commented 2 years ago

Hmm, looks like something may have happened to our build since it last ran...

C:\hostedtoolcache\windows\dotnet\sdk\6.0.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(358,5): error NETSDK1127: The targeting pack Microsoft.NETCore.App is not installed. Please restore and try again. [D:\a\1\s\ColorCode.WinUI\ColorCode.WinUI.csproj]

@Arlodotexe mind investigating off of main?

We should be able to track the latest build here actually (and we knew it originally built as well): https://dev.azure.com/dotnet/CommunityToolkit/_build/results?buildId=79469&view=results

Edit: Yeah, same issue there... 🙁 I'll merge this since it built before and open a new issue to work towards a fix.