DefineConstants
csproj attribute is ignored by Extension's compiler
#2121
Labels
extensions.csproj
Issue concerning local Bonsai extensions
When trying to use protobuf c# code generator (https://protobuf.dev/reference/csharp/csharp-generated/) with older versions of .NET, one must toggle the
GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
compiler flag (https://github.com/protocolbuffers/protobuf/tree/main/csharp). However, this flag seems to be ignored by the Extensions compiler. This is what I am trying:The text was updated successfully, but these errors were encountered: