Remove nameof use from LoggerMessage.Define calls #28159
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
good first issue
Good for newcomers.
help wanted
Up for grabs. We would accept a PR to help resolve this issue
task
Milestone
Uh oh!
There was an error while loading. Please reload this page.
aspnetcore/src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelTrace.cs
Line 15 in 3a942ff
These names are considered public API and should not be changed even if the thing they're named after changes. As such we don't want to use nameof because the tools would automatically rename them.
Compare to:
aspnetcore/src/SignalR/clients/csharp/Client.Core/src/HubConnection.Log.cs
Line 16 in 49c01ee
The text was updated successfully, but these errors were encountered: