This commit is contained in:
Max Katz 2023-06-27 22:26:28 -07:00 коммит произвёл GitHub
Родитель 81026b5ce0
Коммит 3df46ba721
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 35 удалений

Просмотреть файл

@ -1,35 +1 @@
# 🎉 Introduction to Avalonia
Welcome to the documentation for Avalonia, a cross-platform .NET framework for building beautiful, modern graphical user interfaces (GUIs). With Avalonia, you can create native applications for Windows, macOS, Linux, iOS, Android, and WebAssembly, all from a single codebase.
## 💻 Supported .NET Versions
Avalonia is compatible with all platforms that support .NET Standard 2.0. You can find more information on .NET Standard versions [here](https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0#select-net-standard-version).
## 📱 Supported Platforms
Avalonia has official support for the following platforms:
- Windows 8 and higher (although it does work on Windows 7 as well)
- macOS High Sierra 10.13 and higher
On Linux, Avalonia is supported on the following distributions:
- Debian 9 (Stretch) and higher
- Ubuntu 16.04 and higher
- Fedora 30 and higher
## 🛠 Supported Development Environments
Avalonia has excellent support for XAML development with IntelliSense in the following environments:
- Visual Studio 2017 and higher, including the Avalonia Visual Designer
- JetBrains Rider 2020.3 and higher
You can find instructions on how to install the Avalonia extension for Visual Studio [here](docs/getting-started/ide-support/). For JetBrains Rider setup, see [these instructions](docs/getting-started/ide-support/jetbrains-rider-setup.md).
## 🙋‍♂️ Getting Help
If you encounter any issues or bugs with Avalonia, please open a new issue on [GitHub](https://github.com/AvaloniaUI/Avalonia). Our active developer community on [Telegram](https://t.me/Avalonia) is also a great resource for help with your projects.
In addition to community support, we offer a range of commercial support plans that provide priority assistance from the core contributors. You can learn more about these plans on [our website](https://avaloniaui.net/Support).
Documentation was moved to https://github.com/AvaloniaUI/avalonia-docs repository