-
Notifications
You must be signed in to change notification settings - Fork 966
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
Conversation
@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. |
@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")] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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!
7b44bac
to
4c1dfd8
Compare
4c1dfd8
to
f807583
Compare
Fixes the IConvertible warning thrown on Windows Phone reported on #317
Thanks for checking @pombeirp. This is now released to NuGet. Please give it a try and see if you're all green! |
@MehdiK Confirmed. Thanks for working through this with me, got it compiling again out-of-the-box with no warnings. Awesome! |
Awesome. That took quite a few shots but I'm glad it's finally sorted. Thanks for your patience and help on this. |
No description provided.