.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
action.yml
action_runner.py
constraints-ci.txt
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/package.yml
examples/starter/README.md
examples/starter/.github/workflows/dotnet-quality.yml
examples/starter/.quality/quality_policy.json
examples/starter/src/Example/Calculator.cs
examples/starter/src/Example/Example.csproj
src/dotnet_quality_gates/__init__.py
src/dotnet_quality_gates/cli.py
src/dotnet_quality_gates/context.py
src/dotnet_quality_gates/policy.py
src/dotnet_quality_gates/subprocess_utils.py
src/dotnet_quality_gates.egg-info/PKG-INFO
src/dotnet_quality_gates.egg-info/SOURCES.txt
src/dotnet_quality_gates.egg-info/dependency_links.txt
src/dotnet_quality_gates.egg-info/entry_points.txt
src/dotnet_quality_gates.egg-info/requires.txt
src/dotnet_quality_gates.egg-info/scm_file_list.json
src/dotnet_quality_gates.egg-info/scm_version.json
src/dotnet_quality_gates.egg-info/top_level.txt
src/dotnet_quality_gates/coverage/__init__.py
src/dotnet_quality_gates/coverage/check_diff_coverage.py
src/dotnet_quality_gates/coverage/check_repo_coverage.py
src/dotnet_quality_gates/coverage/generate_coverage_report.py
src/dotnet_quality_gates/quality/__init__.py
src/dotnet_quality_gates/quality/check_architectural_boundaries.py
src/dotnet_quality_gates/quality/check_code_size.py
src/dotnet_quality_gates/quality/check_diff_complexity.py
src/dotnet_quality_gates/quality/check_namespace_layout.py
src/dotnet_quality_gates/quality/check_public_api_documentation.py
src/dotnet_quality_gates/quality/check_source_type_layout.py
src/dotnet_quality_gates/quality/check_test_architecture.py
src/dotnet_quality_gates/quality/check_test_conventions.py
src/dotnet_quality_gates/quality/common.py
src/dotnet_quality_gates/unit_test_conventions/__init__.py
src/dotnet_quality_gates/unit_test_conventions/constants.py
src/dotnet_quality_gates/unit_test_conventions/discovery.py
src/dotnet_quality_gates/unit_test_conventions/models.py
src/dotnet_quality_gates/unit_test_conventions/parsing.py
src/dotnet_quality_gates/unit_test_conventions/policy.py
src/dotnet_quality_gates/unit_test_conventions/roslyn.py
src/dotnet_quality_gates/unit_test_conventions/validation.py
tests/helpers.py
tests/test_action_runner.py
tests/test_check_architectural_boundaries.py
tests/test_check_code_size.py
tests/test_check_diff_complexity.py
tests/test_check_diff_coverage.py
tests/test_check_namespace_layout.py
tests/test_check_public_api_documentation.py
tests/test_check_repo_coverage.py
tests/test_check_source_type_layout.py
tests/test_check_test_architecture.py
tests/test_check_test_conventions.py
tests/test_cli.py
tests/test_coverage_report.py
tests/test_policy.py
tests/test_roslyn.py
tools/roslyn-analyzer/DotnetQualityRoslyn.csproj
tools/roslyn-analyzer/Program.cs