You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find a .?proj file Foo, find the folder it's in is not named Foo.
Find a src/ folder, find folder Foo under it, find .fs/.cs file that doesn't contain word Foo (for namespace).
Find a src/ folder, find folder Foo under it, find folder Bar under Foo, find .fs/.cs file in Bar that doesn't contain word Foo.Bar (for namespace).
Find <OutputType>Exe</OutputType> in a .?proj file, then find Console. in some .cs/.fs file, then find project file (and folder for it) is not suffixed as Console.
Don't find <OutputType>Exe</OutputType> in a .?proj file, then find Console. in some .cs/.fs file.
Don't find <OutputType>Exe</OutputType> in a .fsproj file, then find Async.RunSynchronously in some .fs file.
""instead of String.Empty/string.Empty<OutputType>Exe</OutputType>in a .?proj file, then findConsole.in some .cs/.fs file, then find project file (and folder for it) is not suffixed asConsole.<OutputType>Exe</OutputType>in a .?proj file, then findConsole.in some .cs/.fs file.<OutputType>Exe</OutputType>in a .fsproj file, then find Async.RunSynchronously in some .fs file.