85

/ 100

GradeB

Well engineered. The main gaps are a reproducible setup and a contributing guide.

Top 22% of 5,156 graded repos

A modern file manager that helps users organize their files and folders.

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

  4. 4
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

88

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

78

Reproducibility6pt12

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

Tests18pt80

Test files detected (tests).

CI/CD14pt85

CI is configured (.github/workflows/ci.yml).

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (src/Files.App.BackgroundTasks/Files.App.BackgroundTasks.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 2,788
    Forks
  • 137
    Releaseslatest 7y ago

Community

  • 87% - Good
    Community health
  • 3 bus factor
    authors own >50% of commits
  • 44,231
    Watchers

Responsiveness

  • 7h
    Median issue response
  • <1h
    Median PR merge time
  • 478
    Open issues
Repository files18 root entries
  • .github
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Code of conduct present.
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot configured for nuget.
    Good: Issue or PR templates present.
  • docs
  • src
    Good: Dependency manifest found (src/Files.App.BackgroundTasks/Files.App.BackgroundTasks.csproj).
  • tests
    Good: Test files detected (tests).
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • CLAUDE.md
  • crowdin.yml
  • Directory.Build.props
  • Directory.Packages.props
  • Files.slnx
  • global.json
  • LICENSE-MIT
  • LICENSE-MPL
  • nuget.config
  • Settings.XamlStyler
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/files-community/files)](https://www.repo-grade.com/report/files-community/files)

More graded C# repos