We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2592c1c commit 34ce6fdCopy full SHA for 34ce6fd
projects/RabbitMQ.Client/client/api/PublicationAddress.cs
@@ -116,7 +116,8 @@ public static PublicationAddress Parse(string uriLikeString)
116
return null;
117
}
118
119
- public static PublicationAddress TryParse(string uriLikeString) {
+ public static PublicationAddress TryParse(string uriLikeString)
120
+ {
121
// Callers such as IBasicProperties.ReplyToAddress
122
// expect null result for invalid input.
123
// The regex.Match() throws on null arguments so we perform explicit check here
0 commit comments