-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Localized resources from CSProj PCL P2P ref not resolved from XPROJ #4609
Comments
From @davidfowl on November 23, 2015 6:47 /cc @kirthik |
From @onovotny on November 23, 2015 13:13 So I can confirm that when I switch to a NuGet reference to the same version of the Humanizer package, the tests execute correctly. This appears to be a local P2P issue. |
From @kirthik on November 23, 2015 18:45 Yes this is a bug. Its a dupe of - aspnet/dnx#3047 |
Ping? This affects localization and should be a priority for RC2/RTM... |
@onovotny When other basic things work, we'll get to this. We're still trying to get back to a place where the basic build/test/run/debug cycle works (notice I didn't even mention publish/deploy). |
Thanks for the update @davidfowl |
@onovotny is this still an issue? |
I don't think so since I can run Humanizer tests with netcoreapp1.0 |
Based on the comment above, will close this. |
This still doesn't work btw. If I have a CPRoj PCL with resources, and I reference from an XProj, the project.fragment.lock.json does not contain the resources and things break. |
@onovotny sorry about that, I understood from your comment that it is still not an issue? However, seeing as how we are moving to csproj, I believe that work with mitigate this as well. |
I agree that moving to csproj should/will fix this as its dependency resolution is better. |
…610.5 (#4609) Microsoft.Net.Compilers.Toolset From Version 3.7.0-1.20262.2 -> To Version 3.7.0-3.20310.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
From @onovotny on November 22, 2015 19:10
I am in the middle of trying to get Humanizer tested under DNX. Humanizer is a regular PCL/Profile 259 as a CSPROJ. It has a ResX file with about 39 localized versions, so it generates about 39
<locale>\Humanizer.resources.dll
files alongside its main library dll.In the process, I created a DNX test library for Humanizer and added a reference to Humanizer. VS created a
wrap/Humanizer/project.json
file for it and am able to compile all of the tests. However, when I try to run them, I get tons of errors aboutHumanizer.resources
not being found. This happens both in Test Explorer and the command line viadnx test
.You can repro this in the
device-runner
branch of Humanizer: https://github.com/Humanizr/Humanizer/tree/features/device-runner/src/Humanizer.Tests.DnxCopied from original issue: aspnet/dnx#3190
The text was updated successfully, but these errors were encountered: