waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.92k stars 113 forks source link

Fixes of two formatting issues with types defined inside REPL #306

Closed kindermannhubert closed 1 year ago

kindermannhubert commented 1 year ago

Fixes #287. Fixes #305.

codecov[bot] commented 1 year ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (f5af0da) 77.5% compared to head (89617fc) 77.5%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #306 +/- ## ===================================== Coverage 77.5% 77.5% ===================================== Files 83 83 Lines 5573 5575 +2 Branches 733 735 +2 ===================================== + Hits 4324 4326 +2 Misses 982 982 Partials 267 267 ``` | [Files](https://app.codecov.io/gh/waf/CSharpRepl/pull/306?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Fuqua) | Coverage Δ | | |---|---|---| | [...pl.Services/Roslyn/Formatting/TypeNameFormatter.cs](https://app.codecov.io/gh/waf/CSharpRepl/pull/306?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Fuqua#diff-Q1NoYXJwUmVwbC5TZXJ2aWNlcy9Sb3NseW4vRm9ybWF0dGluZy9UeXBlTmFtZUZvcm1hdHRlci5jcw==) | `88.7% <100.0%> (+0.1%)` | :arrow_up: |

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