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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shethaadit
Copy link
Contributor

@shethaadit shethaadit commented Jan 24, 2025

Summary

This PR updates the documentation to reflect the use of the modern dotnet build command for compiling Visual Basic applications, replacing references to the legacy Visual Basic command-line compiler (VBC).

Key Changes:

  • Replaced mentions of VBC with dotnet build to align with current .NET build practices.
  • Updated the description and the "Building from the Command Line" section to clarify that dotnet build is now the primary build tool for Visual Basic programs outside the Visual Studio IDE.
  • Ensured all references are consistent with the modern .NET ecosystem.

Fixes #40060


Internal previews

📄 File 🔗 Preview link
docs/visual-basic/reference/command-line-compiler/index.md Visual Basic command-line compiler

@dotnetrepoman dotnetrepoman bot added this to the January 2025 milestone Jan 24, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-visualbasic/svc community-contribution Indicates PR is created by someone from the .NET community. labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-visualbasic/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visual Basic build commands should be updated to use dotnet build
1 participant