My solution consists 3 projects, and only .cs
files. Now, I want to search across whole solution and find every occurence of word: var
. For some reason, some weird files are displayed in output window (like: http-dynamid-variables.json
):
I know I can limit searches to *.cs
, but in a real scenario I would search across different file formats. Why does rider shows that json
files? I can't see them in my solution at all
You are talking about this issue: https://youtrack.jetbrains.com/issue/RIDER-63634
It is fixed in latest Rider versions (2021.1.4 and 2021.2.EAP)