-
Notifications
You must be signed in to change notification settings - Fork 965
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
Humanizer.Core 2.1.0 breaks compatibility with PCL Profile 259 #573
Comments
Hi, What version of Visual Studio and what version of NuGet do you have? The Humanizer 2.1 packages require at least NuGet 2.12 when using VS 2013 and at least 3.4 on VS 2015 Update 3. Humanizer, and any |
I'm using Visual Studio 2015 - Update 3 and NuGet 3.4 According to this link: |
I just created the a test-solution for this issue: The PCL_NetStandard compiles successfully, while the PCL_259 doesn't It seems that the statement |
Okay, found the root cause. First, that link is wrong. Netstandard does work with PCL 259, you can try installing Second, the real issue is that the wrong |
Thank you Oren, understood 👍 |
I am getting this as well when Using Humanizer with VSTS build host. Its the only package that fails. with error:
Its working fine when debugging locally so it may be another issue, but this is currently breaking my CI and Auto Deploy builds for beta testing. |
This was a bug that they fixed in the latest VS 2015 Update 3 KB. Can you please verify that you have Update 3 and the latest hotfixes for it? https://msdn.microsoft.com/en-us/library/mt752379.aspx You can see it listed under "Issue 12" of the 9/14/2016 update. |
I just checked using the latest Update 3 and the issue is gone! Thank you Oren :) |
@onovotny but, it still needs to be I think the issue with the |
@onovotny I see this is closed, and tagged with "Next Bug Fix", but I'm not seeing a new release. What would we need to do to get this ball rolling? |
The issue was in VS 2015's build. Update 3 + the latest KB's fixed this. |
I am running VS2015 Update 3 with the latest hotfix linked above and am still experiencing this issue. What other information can I provide? |
Hi,
I was using Humanizer.Core v2.0.1 within a PCL Profile 259
After upgrading to v2.1.0 the project doesn't compile anymore due to the errors below.
It seems you've upgraded Humanizer to the new NetStandard target, but it can't be referenced anymore from a PCL Profile 259
The text was updated successfully, but these errors were encountered: