paolosalvatori / ServiceBusExplorer

The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
MIT License
2.01k stars 584 forks source link

Add TimeSpan support for the Message Custom Properties #304

Closed lukasz-pyrzyk closed 5 years ago

lukasz-pyrzyk commented 5 years ago

I use custom TimeSpan property for the retry mechanism. Unfortunately this type is not supported by the MessageForm and I am unable to edit & resend this message correctly.

old

For the testing purposes, I did it on my fork and it looks like small change. Add an option to the dropbox and convert it inside MapStringTypeToCLRType.

new

Let me know if you see advantages in supporting this type, I'm happy to propose PR.

SeanFeldman commented 5 years ago

Would be good @lukasz-pyrzyk, thanks.