Closed
Description
-
.NET Core Version:
NET SDK 6.0.100-alpha.1.20609.2 -
Have you experienced this same bug with .NET Framework?:
No
Minimal repro:
- Create a .NET Framework winforms project with a DataSet contorl.(or open the attached application
NewIssueDataSet.zip). - Migrater the dataSet1 contorl to core project,
- Observe the different description for some properties & events of dataSet1 control between .Net Framework project and Core project.
Expected behavior:
There have the correct description for some properties & events of dataSet1 control in core project.
Actual behavior:
Missing the description for Initialized & MergeFailed events, and CaseSensitive/DataSetName/EnforceCOnstraints/Locale/Namespace/Prefix/Relations/Tables properties.