halspang
halspang
I was playing with this recently in an attempt to get tracing working across bindings. As it turns out, it's the dapr runtime that strips the headers. .NET's tracing infrastructure...
Just to clarify, this is asking for raw data from the state APIs instead of the Json path we have now?
@robert-stratecglobal - Thanks for opening this issue! However, we have no plans to support `netstandard` and have turned it down in the past. We have limited resources here and want...
@beakersoft - Is the ask here to allow full precision by default? If I had to guess, the default encoding truncates it to make it a more consistent parsing experience...
@beakersoft - Are you still having problems here?
@beakersoft - Since you've found a way to handle this, I'm going to close this issue. If you think this is worth a feature add, please feel free to reopen...
We'll add a new method that will skip the json serialization portion and work on raw bytes instead.
@saber-wang - Given the fix, does this work for you? Or do you think we should have the direct support for `ApiVersion`?
@penfold - Thanks for opening this issue! Can you please paste the error you get here?
@penfold - I tried to repro this and found it works fine for me: Calls: ``` ➜ ~/Projects/TestBed/TestBed.Web git:(master) ✗ $ curl 'http://localhost:22222/api/service/testParam?test=123' ➜ ~/Projects/TestBed/TestBed.Web git:(master) ✗ $ curl 'http://localhost:60541/v1.0/invoke/testbed/method/api/service/testParam?test=456'...