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
Named placeholders in the logging message template should not be comprised of only numeric characters
Correct usage is composed of. I realize comprised of is a relatively common (ab)usage, and I do not care. It's a blight upon my language! (...Slightly kidding.) In any case, it is my opinion that we ought to hold compiler messages of all kinds to a very high standard. The compiler is meant to engender trust, after all.
Reproduction Steps
logger.LogError("Hello, {0}!",name);
Expected behavior
Named placeholders in the logging message template should not be composed of only numeric characters
This issue template is ridiculous, by the way.
Actual behavior
...Seriously?
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
Description
The wording is as follows:
Correct usage is composed of. I realize comprised of is a relatively common (ab)usage, and I do not care. It's a blight upon my language! (...Slightly kidding.) In any case, it is my opinion that we ought to hold compiler messages of all kinds to a very high standard. The compiler is meant to engender trust, after all.
Reproduction Steps
Expected behavior
This issue template is ridiculous, by the way.
Actual behavior
...Seriously?
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: