Skip to content

Update Boolean data type article#54002

Merged
gewarren merged 1 commit into
dotnet:mainfrom
StuartMosquera:update-boolean-type-example
May 22, 2026
Merged

Update Boolean data type article#54002
gewarren merged 1 commit into
dotnet:mainfrom
StuartMosquera:update-boolean-type-example

Conversation

@StuartMosquera
Copy link
Copy Markdown
Contributor

@StuartMosquera StuartMosquera commented May 22, 2026

Summary

This PR updates the Boolean data type article for VB.NET with the following changes:

  • Removed a self-referential link to the same article.
  • Updated the example to use current .NET APIs.

Fixes #53892


Internal previews

📄 File 🔗 Preview link
docs/visual-basic/language-reference/data-types/boolean-data-type.md docs/visual-basic/language-reference/data-types/boolean-data-type

@StuartMosquera StuartMosquera requested review from a team and BillWagner as code owners May 22, 2026 16:58
@dotnetrepoman dotnetrepoman Bot added this to the May 2026 milestone May 22, 2026
@dotnet-policy-service dotnet-policy-service Bot added dotnet-visualbasic/svc community-contribution Indicates PR is created by someone from the .NET community. labels May 22, 2026
Copy link
Copy Markdown
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gewarren gewarren enabled auto-merge (squash) May 22, 2026 21:30
@gewarren gewarren merged commit b111748 into dotnet:main May 22, 2026
12 checks passed
@StuartMosquera StuartMosquera deleted the update-boolean-type-example branch May 23, 2026 00:33
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.

Dim runningVB As Boolean ' Check to see if program is running on Visual Basic engine. If scriptEngine = "VB" Then runningVB = True End If

2 participants