Added additional LoggerMessage.DefineScope() overloads#40568
Added additional LoggerMessage.DefineScope() overloads#40568maryamariyan merged 1 commit intodotnet:masterfrom
Conversation
…e parameters (up to 6 like .Define()). Resolves dotnet#35060
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
Tagging subscribers to this area: @maryamariyan |
|
So Action has up to 16 runtime/src/libraries/System.Private.CoreLib/src/System/Action.cs Lines 8 to 24 in 51ad8e4 |
|
Hey, I originally had both |
Related comment #35060 (comment) |
|
Failure is #40627 |
Added additional LoggerMessage.DefineScope() overloads, with more type parameters (up to 6 like .Define()).
Resolves #35060