简体   繁体   中英

Is there any nuget package available for c# Naming Convention in Visual Studio

I am new to c# programming, i want to know is there any nuget package available in Visual Studio c# for naming conventions or any other external tool or free dll,which programmers normally use while do coding.

Thanks

Try FxCop, you can set custom rules to check for variable name:

https://msdn.microsoft.com/en-us/library/bb429476.aspx

I would say take a look at StyleCop. StyleCop on Github

It can be installed as a Visual Studio Extension or as a NuGet package into your project which allows you to use it without installing anything into your system.

Another helpful bit of software that can help enforce style and name conventions (in addition to a lot of other helpful tools) is ReSharper , although you'll need to pay for a license for that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM