Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates Windows bias in several ways. In the quick-start section, the console window examples list Windows shells (cmd, PowerShell) before Bash, and no Linux-specific instructions or troubleshooting are provided. All code samples use .NET/C#, which is cross-platform, but the environment setup and instructions implicitly prioritize Windows. There are no explicit Linux or macOS examples, nor any mention of platform-specific considerations for non-Windows users.
Recommendations
- Explicitly mention Linux and macOS support in the prerequisites and quick-start sections.
- Provide Linux/macOS-specific instructions for creating and running the .NET application (e.g., using Bash, zsh, or terminal on those platforms).
- Include troubleshooting notes for common Linux/macOS issues (e.g., permissions, package installation).
- List Bash or Linux terminal before or alongside Windows shells when referencing console windows.
- Add a note that the .NET SDK and Azure tools are cross-platform, and link to installation guides for Linux/macOS.
- Consider providing a sample using a language or SDK more common on Linux (e.g., Python) if supported.
Create Pull Request