Description
We have a couple cases caught by the new LoggerMessage analyzer in dotnet/runtime#64667.
Two duplicates here: InvokeDotNetMethodException
and InvokeDotNetMethodSuccess
aspnetcore/src/Components/Server/src/Circuits/RemoteJSRuntime.cs
Lines 199 to 209 in 334da01
And a duplicate LocationChangeFailed
between:
aspnetcore/src/Components/Server/src/Circuits/CircuitHost.cs
Lines 761 to 762 in 334da01
aspnetcore/src/Components/Server/src/Circuits/CircuitHost.cs
Lines 812 to 813 in 334da01
I've suppressed these warnings in #46055 for now. But we should make a conscious decision if we really want/need these EventNames to be the same, or if we should change them. My understanding is changing them is technically a breaking change, so we should be sure that they need changing if we do.