Ryan Nowak

Results 112 comments of Ryan Nowak

Yes please. `oneOf` unions are very useful from an API design POV. These are really common in Kubernetes types, so have the capability to validate these in Bicep would be...

We deliberately do not allow a component to set the name of `context`. This creates a guessing game, where different components in the ecosystem have different behaviors, and users have...

Thanks @jskeet - will try this and and see if the beta lines up with our needs.

This makes sense - we should be url-encoding Actor Ids and probably names as well so this works end to end. As long as the Dapr sidecar will accept a...

This seems like a bug that could be fixed though right? Is this a protocol limitation or just a bug in the IL generation code?

@jigargandhi - do you plan to continue with this work? I think there are two things to figure out here: - We cannot make breaking changes to public APIs. It...

Hi @ssm3ll, You're right that we don't surface this through the Actors SDK. Do you have a use case in mind here? What do you plan to do with the...

Hi @modabas - thanks for your questions > Are there any plans for dapr client in dapr/dotnet-sdk about exposing methods to implement and use custom serializers in the future that...

> It just seemed natural to be able to change serialization method, because sooner or later one will encounter in a scenario to integrate with a legacy service. For example;...

hi @eNeRGy164 thanks for digging into this. I've pinged the .NET gRPC maintainer to see if I can understand this better. Please sit tight a bit while I do research.