You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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 issue reported on code.google.com by
[email protected]
on 11 Jul 2014 at 6:48The text was updated successfully, but these errors were encountered: