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
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under MIT.
Engineering
78
CI is configured (.github/workflows/api-diff.yml).
Test files detected (src/Avalonia.Base/Reactive/Operators/CombineLatest.cs).
Lockfile present (src/Avalonia.DesignerSupport/Remote/HtmlTransport/webapp/bun.lock). Installs are reproducible.
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (nukebuild/_build.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files40 root entries
- .githubGood: 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
- nukebuildGood: Dependency manifest found (nukebuild/_build.csproj).
- packages
- samples
- scripts
- srcGood: 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
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .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.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: 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.mdGood: Licensed under MIT.
- NOTICE.md
- NuGet.Config
- readme.mdGood: 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.mdGood: Security policy present.