Forum member
Joshlo
2 posts
Posts by Joshlo
-
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
11 Dec 2019 12:04 UTC
-
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…
11 Dec 2019 09:38 UTC