You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Its easy to make a mistake when using Define such as LoggerMessage.Define<string>(x:, y:, formatString: "my string"). This will then throw later if the developer enumerates the values, we should try to throw upon construction.
Its easy to make a mistake when using Define such as
LoggerMessage.Define<string>(x:, y:, formatString: "my string")
. This will then throw later if the developer enumerates the values, we should try to throw upon construction.See issues like aspnet/Mvc#4575 (comment)
The text was updated successfully, but these errors were encountered: