Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PathFactory can generate invalid Queue or Topic names in certain circumstances #10

Closed
lethek opened this issue Dec 11, 2013 · 2 comments
Labels

Comments

@lethek
Copy link

lethek commented Dec 11, 2013

I setup a very basic script in LINQPad to try Nimbus out, but got the following error response from Azure Service Bus when I tried to run it:

The remote server returned an error: (400) Bad Request. SubCode=40000. 'https://myappname.servicebus.windows.net/Q.UserQuery+TestCommand/?api-version=2013-10' contains character(s) that is not allowed by Service Bus. Entity segments can contain only letters, numbers, periods (.), hyphens (-), and underscores (_)..TrackingId:60e8d3be-f322-4da9-adb3-ebc120d858b9_G8,TimeStamp:12/11/2013 12:44:48 AM

I don't really know much of how .NET names types internally, but this page seems to indicate that a "+" is used for nested classes: http://msdn.microsoft.com/en-us/library/w3f99sx1(v=vs.110).aspx

Michael

@uglybugger
Copy link
Contributor

Thanks, Michael. This should be fixed in release 1.0.0.112, which is on nuget.org now.

@lethek
Copy link
Author

lethek commented Dec 11, 2013

So fast! Thanks Andrew. Loved your presentation at DDD by the way :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants