-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Fixed duplicate LoggerMessage EventNames in RemoteJSRuntime.cs file #47280
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
Fixed duplicate LoggerMessage EventNames in RemoteJSRuntime.cs file #47280
Conversation
Thanks for your PR, @shiladitya-mukerji-22. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
@dotnet-policy-service agree [company="Default"] |
@dotnet-policy-service agree |
Thanks for your PR, @shiladitya-mukerji-22. |
@shiladitya-mukerji-22 thanks for the contribution @shiladitya-mukerji-22! |
The last bit is that I think we need to publish an announcement for the event name changes |
These suppressions are no longer needed after dotnet#47280.
These suppressions are no longer needed after #47280.
fixing_duplicate_eventnames
In the RemoteJSRuntime.cs file EventNames of four Log Messages were duplicates of already existing names. So I modified the EventNames to make each one unique.
Description
Fixed duplicate LoggerMessage EventNames in RemoteJSRuntime.cs file
Fixes #46072