/D2L.CodeStyle

Annotations and analysis tools for D2L C# code style

Primary LanguageC#Apache License 2.0Apache-2.0

D2L.CodeStyle

Build status

Description goes here

Libraries

The libraries in this repository are published in lock-step. It is recommended that you maintain a consistent version number on any of these that you depend on. Mixing versions as of the version 5.0 release is not supported.

D2L.CodeStyle.Annotations

NuGet

Annotations

D2L.D2L.CodeStyle.Analysis

NuGet

Build integration

Contributing

  1. Fork the repository. Committing directly against this repository is highly discouraged.

  2. Make your modifications in a branch, updating and writing new tests.

  3. Ensure that all tests pass

  4. rebase your changes against master. Do not merge.

  5. Submit a pull request to this repository. Wait for tests to run and someone to chime in.