Visual Basic command-line compiler
The dotnet build
command now replaces the Visual Basic command-line compiler (VBC
) as the primary tool for compiling programs outside the Visual Studio integrated development environment (IDE). This section contains descriptions for the Visual Basic compiler options.
Every compiler option is available in two forms: -option
and /option
. The documentation only shows the -option
form.
In this section
Building from the Command Line
Describes how to use dotnet build
to compile Visual Basic applications, which replaces the legacy Visual Basic command-line compiler (VBC
) as an alternative to compiling programs from within the Visual Studio IDE.
Visual Basic Compiler Options Listed Alphabetically
Lists compiler options in an alphabetical table.
Visual Basic Compiler Options Listed by Category
Presents compiler options in functional groups.