wbaldoumas / markdown-colorcode

An extension for Markdig that adds syntax highlighting to code through the power of ColorCode-Universal.
https://wbaldoumas.github.io/markdown-colorcode/
MIT License
28 stars 5 forks source link

Add TFM netstandard2.0 #150

Closed ElderJames closed 3 months ago

ElderJames commented 3 months ago

Description

closed #149

Type of Change

Checklist

wbaldoumas commented 3 months ago

See my comment on the linked issue here regarding needing .NET Standard 2.0 support from one of the packages that this package depends on.

ElderJames commented 3 months ago

Hello @wbaldoumas , I have revert the changes for unsupported library.

wbaldoumas commented 3 months ago

Hello @wbaldoumas , I have revert the changes for unsupported library.

Thanks. It still looks like the restore is failing in the pipelines here for the build and test step. Please address that and I will re-run the pipelines for you.

ElderJames commented 3 months ago

@wbaldoumas OK, I reverted the tests.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1e51126) to head (36204e5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #150 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 112 112 Branches 13 13 ========================================= Hits 112 112 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.