A set of coding guidelines for C# up to v14, design principles, layout rules and Agent Skills for improving the overall quality of your code development.
A set of coding guidelines for C# up to v14, design principles, layout rules and Agent Skills for improving the overall quality of your code development.
See the landing page at https://www.csharpcodingguidelines.com
From the root of the repo, run:
.\build.ps1 # Windows
./build.sh # macOS / Linux
This compiles all guideline rules into two PDF files in the Artifacts folder:
CSharpCodingGuidelines.pdf — the full guidelines documentCSharpCodingGuidelinesCheatsheet.pdf — the two-page cheat sheetPandoc is downloaded automatically on first run. Google Chrome must be installed for PDF rendering.
Run the following script from the root of the repo:
.\launch-website.ps1 # Windows
./build.sh LaunchWebsite # macOS / Linux
This installs Ruby 3.3 (if not already present), runs bundle install, and starts the Jekyll development server at http://localhost:4000. The server monitors for changes when using the --incremental flag.
jekyll-remote-theme and libcurl? See this issue on the pages-gem repo.Liquid Exception: SSL_connect returned=1 errno=0 state=error: certificate verify failed? Check out this solution in the Jekyll repo.No open issues yet, or sync has not completed.