dotnet / dotnet/dotnet-api-docs
Disagreement about the history of INotifyPropertyChanging support in .NET Framework between "Remarks" section and "Applies To" table
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
### Type of issue
Typo
### Description
The remarks section of the `INotifyPropertyChanging` interface says that
> `INotifyPropertyChanging` is introduced in the .NET Framework version _**3.5**_.
Conflicting with this statement, the "Applies to" table on the same page claims that the interface is already available in .NET Framework versions 2.0 and 3.0.
It's not really a serious issue (after all, who is still developing for those old frameworks?), but still... :-)
### Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifypropertychanging?view=net-8.0
### Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.ComponentModel/INotifyPropertyChanging.xml
### Document Version Independent Id
a079f858-5eed-673f-362b-785984af35e8
### Article author
@dotnet-bot
Contributor guide
Assessment
This issue has not been assessed yet.