- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.1k
Fix #49457 – Update VB build instructions to prefer dotnet build over vbc.exe #49518
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
Conversation
| @dotnet-policy-service agree | 
| I fixed the broken “Conditional Compilation” link and verified all references. | 
| Hi @BillWagner, I’ve updated the Visual Basic compiler documentation as requested. | 
…d-line compiler doc
…d-line compiler doc
        
          
                docs/visual-basic/reference/command-line-compiler/how-to-invoke-the-command-line-compiler.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @veerasai06
This is great. I had a few small suggestions. Also, can you remove the fix-vb-docs-command file? It looks like it was checked in by accident.
        
          
                docs/visual-basic/reference/command-line-compiler/how-to-invoke-the-command-line-compiler.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                docs/visual-basic/reference/command-line-compiler/how-to-invoke-the-command-line-compiler.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                docs/visual-basic/reference/command-line-compiler/how-to-invoke-the-command-line-compiler.md
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | Hi @BillWagner, | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @veerasai06
This looks great now. I'll  now.  You should see the changes on our live site on the next day or two, on our regular publishing cycle.
 now.  You should see the changes on our live site on the next day or two, on our regular publishing cycle.
… numbering Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
| Thank you @BillWagner for the review and merge! | 
…rdize list numbering (#49546) * Initial plan * Fix errors from PR #49518: delete empty file, move TIP note, fix list numbering Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com>
This PR updates the how-to-invoke-the-command-line-compiler.md article to reflect modern .NET build practices.
Changes made:
dotnet buildfor modern .NET projects.vbc.exeis only applicable for older .NET Framework projects.Related issue:
Fixes #49457
Internal previews