Open
Description
- Find
""
instead of String.Empty/string.Empty - 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 findConsole.
in some .cs/.fs file, then find project file (and folder for it) is not suffixed asConsole
. - Don't find
<OutputType>Exe</OutputType>
in a .?proj file, then findConsole.
in some .cs/.fs file. - Don't find
<OutputType>Exe</OutputType>
in a .fsproj file, then find Async.RunSynchronously in some .fs file.
Metadata
Metadata
Assignees
Labels
No labels