Missing file specification for 'compiler option' command-line switch
A compiler option did not have a complete specification. For example, when you use the /s compiler option, you must also specify the files that you want to compile. For example: /s:*.src
.
For more information, see the list of C# compiler options.