Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brightspace/d2l.codestyle
Annotations and analysis tools for D2L C# code style
https://github.com/brightspace/d2l.codestyle
dotnet
Last synced: 5 days ago
JSON representation
Annotations and analysis tools for D2L C# code style
- Host: GitHub
- URL: https://github.com/brightspace/d2l.codestyle
- Owner: Brightspace
- License: apache-2.0
- Created: 2016-08-18T19:36:38.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T20:01:07.000Z (7 months ago)
- Last Synced: 2024-04-28T06:59:44.939Z (7 months ago)
- Topics: dotnet
- Language: C#
- Homepage:
- Size: 2.14 MB
- Stars: 10
- Watchers: 57
- Forks: 22
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# D2L.CodeStyle
A suite of Roslyn analyzers and tools for D2L's C# code.
## 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. Submit a pull request to this repository. Wait for tests to run and someone
to chime in.