We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot use parameters normally IIdentityUserAppService client proxy
use Normal IIdentityUserLookupAppService client proxy
string username="123" IIdentityUserLookupAppService.FindByUserNameAsync(username);
Sending HTTP request GET https://localhost:44329/api/identity/users/lookup/by-username/123?api-version=1.0
string username="123" IIdentityUserAppService.FindByUsernameAsync(username)
Start processing HTTP request GET https://localhost:44329/api/identity/users/by-username/{userName}?api-version=1.0
why IIdentityUserAppService.FindByUsernameAsync {userName}!= 123 ?
The text was updated successfully, but these errors were encountered:
Update IdentityUserController.cs
e2eb751
Fix #5485
47014a8
maliming
Successfully merging a pull request may close this issue.
Cannot use parameters normally IIdentityUserAppService client proxy
use Normal IIdentityUserLookupAppService client proxy
Sending HTTP request GET https://localhost:44329/api/identity/users/lookup/by-username/123?api-version=1.0
Start processing HTTP request GET https://localhost:44329/api/identity/users/by-username/{userName}?api-version=1.0
why IIdentityUserAppService.FindByUsernameAsync {userName}!= 123 ?
The text was updated successfully, but these errors were encountered: