Arik Chakma 4 weeks ago committed by GitHub
parent 3b87bedd3e
commit db287aca57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/data/roadmaps/aspnet-core/content/stylecop-rules@R7Qk5hsEIl9dspQXdaJAJ.md

@ -1,7 +1,6 @@
# StyleCop Rules
StyleCop is a tool used for developers to standardize their code and ensure they all follow the same syntax principles.
With StyleCop, one standard can be defined in a stylecop.json file and shared across your team so that each member has the same guidelines when formatting your code. Beyond a single project, StyleCop can also be added as an extension, so all of the projects on your IDE follows the same formatting rules, this is specially useful if your organization follows the same rule standards for all projects.
StyleCop is a tool used for developers to standardize their code and ensure they all follow the same syntax principles. With StyleCop, one standard can be defined in a `stylecop.json` file and shared across your team so that each member has the same guidelines when formatting your code. Beyond a single project, StyleCop can also be added as an extension, so all of the projects on your IDE follow the same formatting rules, this is especially useful if your organization follows the same rule standards for all projects.
Visit the following resources to learn more:

Loading…
Cancel
Save