https://github.com/intellitect/codingguidelines
A repository to contain IntelliTect's tools for coding conventions
https://github.com/intellitect/codingguidelines
intellitect
Last synced: 9 months ago
JSON representation
A repository to contain IntelliTect's tools for coding conventions
- Host: GitHub
- URL: https://github.com/intellitect/codingguidelines
- Owner: IntelliTect
- License: mit
- Created: 2019-06-26T18:36:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T23:18:24.000Z (10 months ago)
- Last Synced: 2025-03-22T13:37:29.549Z (10 months ago)
- Topics: intellitect
- Language: C#
- Homepage: https://intellitect.github.io/CodingGuidelines/
- Size: 955 KB
- Stars: 11
- Watchers: 1
- Forks: 17
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security/index.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/IntelliTect.Analyzers/)
[](https://github.com/IntelliTect/CodingGuidelines/actions/workflows/dotnetBuild.yml)
[Coding Snippets Repository](https://github.com/IntelliTect/IntelliTect.Snippets)
[Coding Snippets Extension](https://marketplace.visualstudio.com/items?itemName=IntelliTect.intellitectsnippets)
# Coding Guidelines / Design Guidelines
A repository to contain IntelliTect's tools for coding conventions. [https://intellitect.github.io/CodingGuidelines/](https://intellitect.github.io/CodingGuidelines/)
## Guidelines Site Maintenance
There are two github actions that are used to update the CodingGuidelinesSite. One action ( *Update csharp Markdown* ) will run automatically when the XML file in the master branch is updated via a commit. The CodingGuidelines github page will then reflect the changes. After reviewing the "dev" site, there is another action ( *Update Docs Folder on CodingGuidelinesSite* ) that will move the new markdown file to production site [CodingGuidelinesSite]( https://intellitect.github.io/CodingGuidelinesSite/).
There is also another action to manually run a xml to md conversion on any branch. There is a retired tool that was used to extract guidelines from the manuscript word documents to an XML file here: [Manuscript Guidelines Extractor](https://github.com/EssentialCSharp/EssentialCSharp.Utilities.GuidelinesExtractor)