halspang
halspang
@VenkateshSrini - Thanks for opening this issue. This does seem to be something we're missing, but it should be easy to add.
@mcandeia - I took care of this one yesterday, see the PR referenced above.
@jigargandhi > @rynowak I want to continue this, however, do we not want functionality of creating reminders with intervals from dotnet sdk. If yes then its a breaking change. The...
@1448376744 - I'm not exactly sure what you're asking for here. Can you describe your use case a bit more?
@rizamarhaban - What are you trying to add into your services? There is a separate method for the client if that's all you need. I believe this method is on...
@conradcreel - Have you tried running the `ControllerSample` in the repo? That could show if the endpoints are being setup correctly. When you run the app, do you see a...
> @Weidaicheng - I'll try playing with the ports but I'm running this on Linux. Also I didn't have an issue calling /dapr/subscribe (and getting the right endpoint in the...
@SarangRapid - You also need to see a message like: ``` INFO[0043] app is subscribed to the following topics: [deposit withdraw] through pubsub=pubsub app_id=controller instance=Hals-MacBook-Pro.local scope=dapr.runtime type=log ver=edge ``` If...
The .NET SDK utilizes the built in .NET tracing support via `Activity`. What methods are you trying to add custom annotations to?
@shobhitkasliwal-onbe - Do you need anything else here?