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

Nuget Google.ProtocolBuffers 2.4.1.521 doesn't support win 8.1 #89

Open
GoogleCodeExporter opened this issue Apr 7, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I am a class library developper and recently I just want to wrap the 
google.protocolbuffers and publish a class library to users.
But I encounter some problems:
I have already post a question on stackoverflow,with details such as some 
screenshots.
Link is here:
http://stackoverflow.com/questions/24670524/does-protobuf-csharp-port-support-wi
ndows-rt/24670946?noredirect=1#comment38286347_24670946

Original issue reported on code.google.com by [email protected] on 11 Jul 2014 at 6:48

@GoogleCodeExporter
Copy link
Author

I also find that when I try to add reference "Protocol.buffers" through Nuget 
in my
windows phone 8.1 project
it just add some folders in my project
but not add "Google.ProtocolBuffers.dll" and 
"Google.ProtocolBuffers.Serializable.dll"
could u tell me why

Original comment by [email protected] on 11 Jul 2014 at 6:51

@GoogleCodeExporter
Copy link
Author

Again, that's probably that WP8.1 isn't supported by the Nuget package - either 
that, or we may have some resources in the wrong directory (which is easy to do 
given the arcane way they're specified for PCL libraries in Nuget).

Basically we need to look at which PCL profiles we're supporting.

Roger, is this something you're able to take a look at?

Original comment by jonathan.skeet on 11 Jul 2014 at 7:14

@GoogleCodeExporter
Copy link
Author

Likely we just need to add it to the white list 
(portable-net40+sl4+sl5+wp7+wp8+win8) in the next release.

Original comment by [email protected] on 15 Sep 2014 at 8:01

@GoogleCodeExporter
Copy link
Author

BTW, you can always browse to 
$(SolutionDir)\packages\Google.ProtocolBuffers.2.4.1.521\lib\portable-net40+sl4+
sl5+wp7+wp8+win8 and add references manually.

Original comment by [email protected] on 15 Sep 2014 at 8:03

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 15 Sep 2014 at 8:04

  • Changed state: Accepted

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

No branches or pull requests

1 participant