warning re: any.proto is unused
What happened?
Abstractions % dotnet build Determining projects to restore... Restored /Users/ryan/src/autogen-repo-management/autogen/dotnet/src/Microsoft.AutoGen/Abstractions/Microsoft.AutoGen.Abstractions.csproj (in 244 ms). ../../../../protos/agent_worker.proto(8,1): warning : warning: Import google/protobuf/any.proto is unused. [/Users/ryan/src/autogen-repo-management/autogen/dotnet/src/Microsoft.AutoGen/Abstractions/Microsoft.AutoGen.Abstractions.csproj] Microsoft.AutoGen.Abstractions -> /Users/ryan/src/autogen-repo-management/autogen/dotnet/src/Microsoft.AutoGen/Abstractions/bin/Debug/net8.0/Microsoft.AutoGen.Abstractions.dll
Build succeeded.
../../../../protos/agent_worker.proto(8,1): warning : warning: Import google/protobuf/any.proto is unused. [/Users/ryan/src/autogen-repo-management/autogen/dotnet/src/Microsoft.AutoGen/Abstractions/Microsoft.AutoGen.Abstractions.csproj] 1 Warning(s)
What did you expect to happen?
need to get rid of the warning
How can we reproduce it (as minimally and precisely as possible)?
run dotnet build
AutoGen version
0.4
Which package was this bug in
Core
Model used
No response
Python version
No response
Operating system
osx
Any additional info you think would be helpful for fixing this bug
No response