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

Static method overloads are suggested in instance method calls and vice versa #357

Open tats-u opened 5 months ago

tats-u commented 5 months ago

Version

C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29

What happened?

image

image

Such overloads are inappropriate there so they must be removed from the suggested candidates.