Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeDescriptor APIs #17194

Closed
henkmollema opened this issue May 4, 2016 · 6 comments
Closed

TypeDescriptor APIs #17194

henkmollema opened this issue May 4, 2016 · 6 comments

Comments

@henkmollema
Copy link
Contributor

Hi there,

I was wondering what the status of the TypeDescriptor API is. Currently I am using TypeDescriptor.AddAttributes() but unfortunately this is not available on .NET Core. Is there any equivalent available or a timeline when this API will be ported?

Thanks in advance.

@svick
Copy link
Contributor

svick commented May 4, 2016

I think this is duplicate of #16565.

@henkmollema
Copy link
Contributor Author

Ah yes, thanks.

It also seems that the APIs are already ported according to this open PR: dotnet/corefx#8093.

@stephentoub
Copy link
Member

Dup of #16565, which has been fixed by dotnet/corefx#8093.

@henkmollema
Copy link
Contributor Author

Great. Thanks @stephentoub

@bgever
Copy link

bgever commented Jun 8, 2017

@stephentoub This issue should be reopened, as the problem which @henkmollema pointed out is still the case when you target .NET Standard 1.0.

System.ComponentModel.TypeConverter package v4.3.0 (latest) when targeting .NET Standard contains this file: TypeDescriptor.NetStandard10.cs, and not TypeDescriptor.cs, resulting in the issue as mentioned in the opening post.

@stephentoub
Copy link
Member

These APIs were added back for 2.0; there are currently no plans to make them available earlier.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 1.0.0-rtm milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants