Open gggustafson opened 2 hours ago
Other (describe below)
Throughout the documentation appear statements like:
`if ( boolean-variable == true ) { do something }`
The if-statement should read
`if ( boolean-variable ) ...`
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?view=netframework-3.5
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.ComponentModel/BackgroundWorker.xml
2bbec9a8-0dcc-dba0-f5a7-2ef5a9cb97dd
@dotnet-bot
Tagging subscribers to this area: @dotnet/area-system-componentmodel
Type of issue
Other (describe below)
Description
Throughout the documentation appear statements like:
The if-statement should read
Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?view=netframework-3.5
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.ComponentModel/BackgroundWorker.xml
Document Version Independent Id
2bbec9a8-0dcc-dba0-f5a7-2ef5a9cb97dd
Article author
@dotnet-bot