Popular and well-maintained. A little polish away from elite status.

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The future of .NET UI

Documentation

80

Install and run instructions9pt45

README documents how to install the project.

Contributing guide5pt69

Contributing guide is detailed and thorough.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

78

CI/CD14pt57

CI is configured (.github/workflows/api-diff.yml).

Tests18pt80

Test files detected (src/Avalonia.Base/Reactive/Operators/CombineLatest.cs).

Reproducibility6pt82

Lockfile present (src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/bun.lock). Installs are reproducible.

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (nukebuild/_build.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository files40 root entries
  • .github
    Good: CI is configured (.github/workflows/api-diff.yml).
    Good: Dependabot configured for nuget.
    Good: Issue or PR templates present.
  • .ncrunch
  • .nuke
  • api
  • build
  • docs
  • external
  • native
  • nukebuild
    Good: Dependency manifest found (nukebuild/_build.csproj).
  • packages
  • samples
  • scripts
  • src
    Good: Test files detected (src/Avalonia.Base/Reactive/Operators/CombineLatest.cs).
    Good: Lockfile present (src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/bun.lock). Installs are reproducible.
  • tests
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • Avalonia.Desktop.slnf
  • Avalonia.slnx
  • Avalonia.slnx.DotSettings
  • Avalonia.v3.ncrunchsolution
  • azure-pipelines-integrationtests.yml
  • azure-pipelines.yml
  • build-native.sh
  • build.cmd
  • build.ps1
  • build.sh
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Good: Contributing guide includes code examples.
  • Directory.Build.props
  • Directory.Build.targets
  • Directory.Packages.props
  • dirs.proj
  • global.json
  • licence.md
    Good: Licensed under MIT.
  • NOTICE.md
  • NuGet.Config
  • readme.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • SECURITY.md
    Good: Security policy present.