Emanuel Ramos
Emanuel Ramos
Hey guys, is this topic dead?
How can it be done when referencing directly another project that contains the proto file? I have this in the project that contains the file: ``` PreserveNewest ``` And then...
> This is how I do it. I create a client NuGet package per client. This is what goes in the Client project: > > ``` > > > >...
Is this still an issue? If it is, can I grab it?
Any update on this? I am getting the same issue
The scenario described here https://github.com/dotnet/aspnetcore/issues/5339 is really similar to my scenario. I have serialized json in my message bus, with this feature I could consume this json and just bypass...
Got it, it is tricky for sure considering that. I guess that a possible solution would be to use instead `SendRaw(Serialization.Json, byte[] data)`, then if the client is expecting message...