Description
There is a bug in DnsSrvServiceEndpointProviderFactory.cs after last refactoring.
Generated variable _querySuffix is not passed further to DefaultServiceDomainNameCallback but options suffix is used instead
Reproduction Steps
Using Dns srv service within dynamic namespaces
services.AddServiceDiscoveryCore()
.AddDnsSrvServiceEndpointProvider();
Expected behavior
Resolve should work as before
Actual behavior
Regression?
Known Workarounds
No response
Configuration
No response
Other information
No response
Description
There is a bug in
DnsSrvServiceEndpointProviderFactory.csafter last refactoring.Generated variable
_querySuffixis not passed further toDefaultServiceDomainNameCallbackbut options suffix is used insteadReproduction Steps
Using Dns srv service within dynamic namespaces
Expected behavior
Resolve should work as before
Actual behavior
Regression?
Known Workarounds
No response
Configuration
No response
Other information
No response