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

Minor fix to clean up warnings in unit test project #291

Closed waf closed 1 year ago

waf commented 1 year ago

Noticed some code warnings in build output of the main branch. This cleans them up.

codecov[bot] commented 1 year ago

Codecov Report

Merging #291 (5a1eddf) into main (e88921b) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #291   +/-   ##
=====================================
  Coverage   77.4%   77.4%           
=====================================
  Files         83      83           
  Lines       5564    5564           
  Branches     731     731           
=====================================
  Hits        4312    4312           
  Misses       985     985           
  Partials     267     267