About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation exclusively describes setting up and running a WPF (Windows Presentation Foundation) desktop application using Visual Studio, a Windows-only tool. All instructions, screenshots, and workflow steps are tailored for Windows environments, with no mention of Linux or cross-platform alternatives. There are no Linux or macOS instructions, nor are there references to cross-platform frameworks or tools.
Recommendations:
- Provide equivalent instructions for running a cross-platform desktop application (e.g., using .NET MAUI or Avalonia UI) that works on Linux and macOS.
- Include setup and run instructions for Linux (and optionally macOS), such as using Visual Studio Code or JetBrains Rider, and relevant .NET CLI commands.
- Add Linux/macOS-specific prerequisites, such as installing the .NET SDK and any required dependencies.
- Offer alternative screenshots and workflow steps for Linux/macOS environments.
- Clarify in the introduction that the current quickstart is Windows-specific, and link to cross-platform guides if available.
Create pull request