Joshua Marner

Results 51 comments of Joshua Marner

I found a workaround. If you install protoc version at least 3.15 to /usr/local/bin/protoc and add `-p:PROTOBUF_PROTOC=/usr/local/bin/protoc` to the `dotnet build` command like so: ```bash dotnet build -p:PROTOBUF_PROTOC=/usr/local/bin/protoc ``` This...