Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Avalonia to the .NET Open Source Developer Projects A cross-platform UI framework that supports XAML and .NET #1384

Merged
merged 11 commits into from
Oct 17, 2023
1 change: 1 addition & 0 deletions dotnet-developer-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C

## Platforms
* [Akka.NET](http://github.com/akkadotnet) - Akka.NET is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono. This community-driven port brings C# & F# developers the capabilities of the original Akka framework in Java/Scala. [[Project Site]](http://getakka.net/)
* [Avalonia](https://github.com/AvaloniaUI/Avalonia) - A cross-platform UI framework that supports XAML and .NET for building desktop applications.
* [Castle Project](https://github.com/castleproject) - Umbrella project for ActiveRecord, DynamicProxy, MonoRail, Windsor
* [Catel](https://github.com/catel/catel) - Application platform with IoC, logging, reflection and much more that serves as a base for applications that must be ready for future growth.
* [Enterprise Web Library (EWL)](https://github.com/enduracode/enterprise-web-library) - An extremely opinionated platform for web applications that trades off performance, scalability, and development flexibility for an ease of maintenance you won't find anywhere else. [Enterprise Web Library site](http://www.enterpriseweblibrary.org/).
Expand Down
3 changes: 3 additions & 0 deletions dotnet-free-oss-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Please sort projects alphabetically and provide a one-line description. Where po
* [Coverity Scan](https://scan.coverity.com) - Static analysis service to identify defects in C# code.
* [dotCover](https://www.jetbrains.com/buy/opensource/?product=dotCover) - Code coverage tool integrated with Visual Studio.
* [.Net Reflector](http://reflectorblog.red-gate.com/2013/07/open-source) - Browse, analyse and decompile IL code.
* [Sonarqube](https://www.sonarsource.com/open-source-editions/)-static code analysis tools out there. It is an open-source platform for continuous inspection of code quality and performs automatic reviews via static code analysis

## Package Management

Expand All @@ -43,6 +44,8 @@ Please sort projects alphabetically and provide a one-line description. Where po
## Analytics and Error Reporting

* [Bugsnag](https://bugsnag.com/blog/bugsnag-loves-open-source) - Cross platform error reporting.
* [Countly](https://count.ly/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a description here?

* [Raygun](https://raygun.com/blog/tags/open-source/) - Cross-platform error reporting and application performance monitoring.
* [Sentry](https://sentry.io/for/open-source/) - Cross platform error reporting.

## Cloud Resources and Services
Expand Down