Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Visual Basic Build Commands to Use dotnet build Instead of VBC #44511

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/visual-basic/reference/command-line-compiler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ ms.assetid: 6b57c444-50c7-4b88-8f59-ed65cff5e05c
---
# Visual Basic command-line compiler

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.
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.

[!INCLUDE[compiler-options](~/includes/compiler-options.md)]

## In this section

[Building from the Command Line](building-from-the-command-line.md)
Describes the Visual Basic command-line compiler, which is provided as an alternative to compiling programs from within the Visual Studio IDE.
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](compiler-options-listed-alphabetically.md)
Lists compiler options in an alphabetical table
Lists compiler options in an alphabetical table.

[Visual Basic Compiler Options Listed by Category](compiler-options-listed-by-category.md)
Presents compiler options in functional groups.
Loading