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

Fix some incorrect autocompletions for range and dynamic #290

Closed waf closed 1 year ago

waf commented 1 year ago

Fixes #279 (Range syntax completion) Fixes #231 ("dynamic" keyword completion)

codecov[bot] commented 1 year ago

Codecov Report

Merging #290 (938e68f) into main (e88921b) will increase coverage by 0.0%. The diff coverage is 91.6%.

@@          Coverage Diff          @@
##            main    #290   +/-   ##
=====================================
  Coverage   77.4%   77.5%           
=====================================
  Files         83      83           
  Lines       5564    5573    +9     
  Branches     731     733    +2     
=====================================
+ Hits        4312    4324   +12     
+ Misses       985     982    -3     
  Partials     267     267           
Files Changed Coverage Δ
CSharpRepl.Services/Roslyn/RoslynServices.cs 84.0% <91.6%> (+0.1%) :arrow_up:

... and 2 files with indirect coverage changes