Rickard

Results 43 comments of Rickard

How can I get hold of the contents of this file if I roll my own mapping? I can see how I could do this myself using custom build steps,...

So what I'm looking for is a simple way to define the protos as part of the serving project (.Proto files using the Protobuf item type), then expose the services,...

We considered moving the generated client to a separate NuGet package, but it wasn't a good fit with our release process (it added another redundant version for example). If there...

Thank you, yes I am using the reflection protocol, and it successfully powers the debug UI. So it can definitely be used to call the services. However, to generate the...

Cool, didn't know that. I am not sure the code generator works that way in dotnet though. But strictly I don't need the text proto file as long as I...

@darthfabar That is sort or what I attempted to write myself. I found out that this is unlikely to be what I want in the general case since the protos...

@tapaskapadia Can you fix the merge conflicts? Or if you let me, I'm happy to do so. I can help out with testing if needed.

Another issue is that if there are existing (conflicting) reply URLs, the Okta API will yield a 4xx error message saying duplicate reply URLs. The correct behaviour IMHO would be...

I agree that ideally the stream should be split on every properly terminated (sub)document. This issue is currently documented as a known limitation (only arrays and objects are supported at...