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

IBufferMessage Missing in 3.12.3 #7627

Closed
Zehua-Chen opened this issue Jun 13, 2020 · 4 comments
Closed

IBufferMessage Missing in 3.12.3 #7627

Zehua-Chen opened this issue Jun 13, 2020 · 4 comments

Comments

@Zehua-Chen
Copy link

Zehua-Chen commented Jun 13, 2020

What version of protobuf and what language are you using?
Version: 3.12.3.
Language: C#

What operating system (Linux, Windows, ...) and version?

macOS 10.15.5

What runtime / compiler are you using (e.g., python version or gcc version)

  • protoc version 3.12.3
  • Unity 2019.2.11f1
  • API Compatibility Level: .Net Standard 2.0

What did you do?
Steps to reproduce the behavior:

  1. Compile .proto files using protoc
  2. Download packages from NuGet and find dll files under netstandard2.0 folder:
  3. Import the dll files into Unity
  4. See compiler error saying that IBufferMessage is missing

What did you expect to see

No compiler errors

What did you see instead?

Compiler error saying that IBufferMessage is missing

Anything else we should know about your project / environment

If I clone the repo and checkout v3.12.3, build it on my own machine, import the dlls, then there are no errors. But if I use the dll I got from NuGet, then there are errors

@sylv256
Copy link

sylv256 commented Jul 5, 2020

I'm having the same issue as well.

@sylv256
Copy link

sylv256 commented Jul 5, 2020

It appears that ParseContext is also missing from 3.12.3

@sylv256
Copy link

sylv256 commented Jul 5, 2020

ReadRawMessage is missing as well. Is this an older version of protobuf?

@haberman
Copy link
Member

The 3.12.3 release was broken; the wrong branch was tagged, which led to lots of unfortunate breakage. I think we can likely attribute this brokenness to that. Please re-open if you can reproduce this error with 3.12.4.

arwinneil added a commit to EventStore/EventStore that referenced this issue Aug 4, 2021
Workaround for protocolbuffers/protobuf#7627 present in Grpc.Tools 2.38
arwinneil added a commit to EventStore/EventStore that referenced this issue Aug 4, 2021
Workaround for protocolbuffers/protobuf#7627 present in Grpc.Tools 2.38
arwinneil added a commit to EventStore/EventStore that referenced this issue Aug 4, 2021
Workaround for protocolbuffers/protobuf#7627 present in Grpc.Tools 2.38
arwinneil added a commit to EventStore/EventStore that referenced this issue Aug 4, 2021
Workaround for protocolbuffers/protobuf#7627 present in Grpc.Tools 2.38
arwinneil added a commit to EventStore/EventStore that referenced this issue Aug 5, 2021
Squashed commits:

Consistent test result path in CI
[b49d613] Fixes test result path being different in ARM Containers

[739ada1] Add Architecture to CI test results

[bc4c656] Update protoc in CI Arm Container
Workaround for protocolbuffers/protobuf#7627 present in Grpc.Tools 2.38

[36ccedb] ARM64 Container for CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants