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.76k stars 106 forks source link

Upgrade nuget packages #333

Closed waf closed 6 months ago

waf commented 6 months ago

Set up package source mapping as well as a nuget upgrade. Preparing for dependabot integration.

We can also get rid of the dotnet-libraries source. It was used to get System.CommandLine prerelease packages, but those prerelease packages are now on nuget.org

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 77.6%. Comparing base (9eff460) to head (6d7954c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #333 +/- ## ===================================== Coverage 77.6% 77.6% ===================================== Files 83 83 Lines 5597 5596 -1 Branches 734 730 -4 ===================================== Hits 4346 4346 + Misses 984 983 -1 Partials 267 267 ```

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