Compiler Error CS2005
Missing file specification for 'option' option
A compiler option was only partially specified.
For example, when using -recurse
, you must specify the file to search: /recurse:filename.cs.
The following sample generates CS2005.
// CS2005.cs
// compile with: /recurse:
// CS2005 expected
class x
{
public static void Main() {}
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: