dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.27k stars 4.73k forks source link

Value of TypeId on UIHintAttribute is different from .NET Framework #56419

Open bricelam opened 3 years ago

bricelam commented 3 years ago

Description

The value of the TypeId property on System.ComponentModel.DataAnnotations.UIHintAttribute and FilterUIHintAttribute is different on .NET Core from .NET Framework. I have no idea what the functional implications of this are. 🙂 ...and the types are obsolete anyway.

Regression?

Yes, from .NET Framework.

ghost commented 3 years ago

Tagging subscribers to this area: @ajcvickers See info in area-owners.md if you want to be subscribed.

Issue Details
### Description The value of the TypeId property on System.ComponentModel.DataAnnotations.UIHintAttribute and FilterUIHintAttribute is different on .NET Core from .NET Framework. I have no idea what the functional implications of this are. 🙂 ...and the types are obsolete anyway. ### Regression? Yes, from .NET Framework.
Author: bricelam
Assignees: -
Labels: `area-System.ComponentModel.DataAnnotations`
Milestone: -