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

Fixes the IConvertible warning thrown on Windows Phone reported on #317 #376

Merged
merged 1 commit into from
Feb 3, 2015

Conversation

MehdiK
Copy link
Member

@MehdiK MehdiK commented Feb 2, 2015

No description provided.

@MehdiK
Copy link
Member Author

MehdiK commented Feb 2, 2015

@pombeirp can you please clone this branch, build and reference it in your project to see if it removes your last warning? If you can verify this, I will then merge and release this. Thanks.

@pedropombeiro
Copy link

@MehdiK I've tested it and it fixed the warning. Thanks!

@@ -94,7 +94,7 @@ public void HoursFromNowNotTomorrow(int hours, string expected)
[Theory]
[InlineData(1, "yesterday")]
[InlineData(10, "10 days ago")]
[InlineData(28, "28 days ago")]
[InlineData(27, "27 days ago")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this change? Oh, let me guess cause it's February?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the review. Yes, you're right. Suddenly the unit tests started failing!! Do'h!

@MehdiK MehdiK force-pushed the fix-IConvertible-warning branch from 7b44bac to 4c1dfd8 Compare February 3, 2015 07:33
@MehdiK MehdiK force-pushed the fix-IConvertible-warning branch from 4c1dfd8 to f807583 Compare February 3, 2015 07:34
MehdiK added a commit that referenced this pull request Feb 3, 2015
Fixes the IConvertible warning thrown on Windows Phone reported on #317
@MehdiK MehdiK merged commit aa144ba into master Feb 3, 2015
@MehdiK MehdiK deleted the fix-IConvertible-warning branch February 3, 2015 07:34
@MehdiK
Copy link
Member Author

MehdiK commented Feb 3, 2015

Thanks for checking @pombeirp. This is now released to NuGet. Please give it a try and see if you're all green!

@pedropombeiro
Copy link

@MehdiK Confirmed. Thanks for working through this with me, got it compiling again out-of-the-box with no warnings. Awesome!

@MehdiK
Copy link
Member Author

MehdiK commented Feb 3, 2015

Awesome. That took quite a few shots but I'm glad it's finally sorted. Thanks for your patience and help on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants