protobuf-csharp-port icon indicating copy to clipboard operation
protobuf-csharp-port copied to clipboard

Nuget Google.ProtocolBuffers 2.4.1.521 doesn't support win 8.1

Open GoogleCodeExporter opened this issue 10 years ago • 5 comments
trafficstars

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 avatar Apr 07 '15 15:04 GoogleCodeExporter

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 avatar Apr 07 '15 15:04 GoogleCodeExporter

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 avatar Apr 07 '15 15:04 GoogleCodeExporter

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 avatar Apr 07 '15 15:04 GoogleCodeExporter

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 avatar Apr 07 '15 15:04 GoogleCodeExporter

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

  • Changed state: Accepted

GoogleCodeExporter avatar Apr 07 '15 15:04 GoogleCodeExporter