plutoo / protobuf-csharp-port

Automatically exported from code.google.com/p/protobuf-csharp-port
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 fifa0...@gmail.com on 11 Jul 2014 at 6:48

GoogleCodeExporter commented 9 years ago
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 fifa0...@gmail.com on 11 Jul 2014 at 6:51

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 Grig...@gmail.com on 15 Sep 2014 at 8:01

GoogleCodeExporter commented 9 years ago
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 Grig...@gmail.com on 15 Sep 2014 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by Grig...@gmail.com on 15 Sep 2014 at 8:04