/nologo (C# Compiler Options)

The /nologo option suppresses display of the sign-on banner when the compiler starts up and display of informational messages during compiling.

/nologo

Remarks

This option is not available from within the development environment; it is only available when compiling from the command line.

This compiler option is unavailable in Visual Studio and cannot be changed programmatically.

See Also

Other Resources

C# Compiler Options

Project Properties (Visual Studio)