Open
Description
Description
PollingFileChangeToken.ActiveChangeCallbacks
is documented to be "Always false.", but it can be set to true
by PhysicalFilesWatcher
here:
The issue seems to have been introduced here when an internal
setter was added without updating the xmldoc:
dotnet/runtime@f5c09c2#diff-f0404a6e281b49fe956eb63b7133b6d334f155f04173ec3c6b333b4fcb9948b7
Reproduction Steps
Look at the xmldoc or the Microsoft docs here:
Expected behavior
A mutable property is not documented to be in always a singular state.
Actual behavior
A boolean property with a (internal) setter is documented to be "always false".
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response