-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Improve support for methods with multiple JSInvokable attributes #59787
base: main
Are you sure you want to change the base?
Improve support for methods with multiple JSInvokable attributes #59787
Conversation
…ttps://github.com/rsandbach/aspnetcore into improve-support-for-multiple-JSInvokable-attributes
Thanks for your PR, @rsandbach. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
/azp run aspnetcore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
Improve support for methods with multiple JSInvokable attributes
Change
ScanAssemblyForCallableMethods
andScanTypeForCallableMethods
to callGetCustomAttribute_s_
instead ofGetCustomAttribute
. Add all the defined identifiers as opposed to crashing on an unhandled AmbiguousMatchException.Description
Fixes #54646