From 3b87bedd3e88ea92d915577592542f86aaf68340 Mon Sep 17 00:00:00 2001 From: gvieira-dutra Date: Mon, 17 Mar 2025 11:43:20 -0400 Subject: [PATCH] Added content for StyleCop section --- .../content/stylecop-rules@R7Qk5hsEIl9dspQXdaJAJ.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/aspnet-core/content/stylecop-rules@R7Qk5hsEIl9dspQXdaJAJ.md b/src/data/roadmaps/aspnet-core/content/stylecop-rules@R7Qk5hsEIl9dspQXdaJAJ.md index 90022a147..45ec4f184 100644 --- a/src/data/roadmaps/aspnet-core/content/stylecop-rules@R7Qk5hsEIl9dspQXdaJAJ.md +++ b/src/data/roadmaps/aspnet-core/content/stylecop-rules@R7Qk5hsEIl9dspQXdaJAJ.md @@ -1 +1,11 @@ -# StyleCop Rules \ No newline at end of file +# 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. + +Visit the following resources to learn more: + +- [@opensource@GitHub: StyleCop GitHub official page](https://github.com/StyleCop/StyleCop) +- [@opensource@GitLab: StyeleCop Analyzers,a more modern version of StyleCop](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) +- [@video@StyleCop set up tutorial ](https://www.youtube.com/watch?v=dmpOKmz3lPw) +- [@article@Guide on how to start using it](https://blog.submain.com/stylecop-detailed-guide/)