关于[Configure Visual Studio to Name Private Fields with Underscore]的摘要:
Most C# coding standards recommend using camelCase for local variables and _camelCase for private or internal (and I also say for protected, but that's just me) fields. Unfortunately, out of the box Visual Studio just uses camelCase for these fields, which makes typical dependency injection scenarios annoying in constructors
原文地址: https://ardalis.com/configure-visual-studio-to-name-private-fields-with-underscore/