Forum member

Joshlo

2 posts

Posts by Joshlo

  1. Issue when building project with protobuf files

    Hi, In the project file it said <ItemGroup> <None Remove="Protos\Request.proto" /> </ItemGroup> so I changed "Remove" to "Include" and now it works. Thanks Best regards Kenneth

  2. Issue when building project with protobuf files

    Hi, I have 3 projects, a server, a client and a contract project. The server and client both inheriets from contract that contains a folder "Protos" and a file "Request.proto" and the files build action is set to "Protobuf compiler" and it is set to generate both client and server. When I t…