Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Updating stores to use TypeDescriptor for type conversion #444

Closed
wants to merge 1 commit into from

Conversation

suhasj
Copy link
Contributor

@suhasj suhasj commented Apr 15, 2015

@HaoK @divega

Fix for #420

The TypeDescriptor class is available in both desktop and core clr so taking this change. Verified it functionally. Removed the existing code in functional tests which was causing it pass incorrectly so now we have coverage there as well

@ghost ghost added the cla-already-signed label Apr 15, 2015
@HaoK
Copy link
Member

HaoK commented Apr 15, 2015

@suhasj
Copy link
Contributor Author

suhasj commented Apr 15, 2015

sure I can do that.

@suhasj
Copy link
Contributor Author

suhasj commented Apr 15, 2015

@HaoK TypeDescriptor is not present in the portable subset. Should I put an ifdef for that and fall bacl to Convert.ChangeType ?

@HaoK
Copy link
Member

HaoK commented Apr 15, 2015

Bleh leave options alone then

@suhasj
Copy link
Contributor Author

suhasj commented Apr 15, 2015

ok

@suhasj
Copy link
Contributor Author

suhasj commented Apr 22, 2015

@divega Reminder

@@ -12,6 +12,7 @@
"dependencies": {
"System.Collections": "4.0.10-beta-*",
"System.ComponentModel": "4.0.0-beta-*",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case, do we still the one above?

@divega
Copy link

divega commented Apr 22, 2015

:shipit:

@suhasj
Copy link
Contributor Author

suhasj commented Apr 23, 2015

Had a chat with @divega and we'll be adding this to Options as well. Will send it in a separate PR.

@suhasj suhasj closed this Apr 23, 2015
@suhasj suhasj deleted the FixConvertId branch April 23, 2015 00:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants