Skip to content

Commit b591f48

Browse files
shethaaditAdit Sheth
andauthored
Fixed bug 40060. (#44511)
Co-authored-by: Adit Sheth <[email protected]>
1 parent dd3a94f commit b591f48

File tree

1 file changed

+3
-3
lines changed
  • docs/visual-basic/reference/command-line-compiler

1 file changed

+3
-3
lines changed

docs/visual-basic/reference/command-line-compiler/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ ms.assetid: 6b57c444-50c7-4b88-8f59-ed65cff5e05c
1212
---
1313
# Visual Basic command-line compiler
1414

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

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

1919
## In this section
2020

2121
[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.
2323

2424
[Visual Basic Compiler Options Listed Alphabetically](compiler-options-listed-alphabetically.md)
25-
Lists compiler options in an alphabetical table
25+
Lists compiler options in an alphabetical table.
2626

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

0 commit comments

Comments
 (0)