You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Visual Basic command-line compiler provides an alternative to compiling programs from within the Visual Studio integrated development environment (IDE). This section contains descriptions for the Visual Basic compiler options.
15
+
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.
[Building from the Command Line](building-from-the-command-line.md)
22
-
Describes the Visual Basic command-line compiler, which is provided as an alternative to compiling programs from within the Visual Studio IDE.
22
+
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.
0 commit comments