JamesYangLim
JamesYangLim
Import proto files from nuget packages work under this csproj settings with grpc. csproj ``` netstandard2.0 all runtime; build; native; contentfiles; analyzers; buildtransitive ``` proto ``` syntax = "proto3"; import...
Thanks @stueeey , that helps a lot. However, I am having another issue which I couldn't reference the protobuf type in C# code, error says the type (proto message type)...
Hi @llawall, thank you for helping. Your approach works very well and very simple. I have the following example that works. ``` all runtime; build; native; contentfiles; analyzers; buildtransitive ```
Students tried it and it works on Windows 10 but not in Windows 11. ``` Traceback (most recent call last): File "c:\Users\james\source\repos\bluetooth\run.py", line 26, in x.run_quaternions(sensors) File "c:\Users\james\source\repos\bluetooth\dot.py", line 232,...