Sad Tux - Windows bias detected
This page contains Windows bias

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

Detected Bias Types
missing_linux_example
windows_first
dotnet_only
Summary
The documentation is heavily focused on .NET and Windows-centric development environments. All code samples are in C# for .NET, and the only build/run instructions are for .NET CLI, Visual Studio, and Visual Studio Code. There are no Linux-specific instructions, nor are there any references to Linux tools, shell commands, or alternative SDKs (e.g., Python, Java, Node.js). The documentation assumes the user is developing on Windows or using .NET, which may exclude or inconvenience Linux users and those using other programming languages.
Recommendations
  • Add explicit instructions for Linux users, such as how to install the .NET SDK on common Linux distributions and how to build/run .NET projects from the Linux terminal.
  • Include alternative code samples or references for other supported SDKs (e.g., Python, Java, JavaScript/Node.js) if available.
  • When listing build/run instructions, provide parity for Linux/macOS (e.g., shell commands, VS Code on Linux) and clarify any OS-specific steps.
  • Avoid assuming Visual Studio is the default IDE; mention cross-platform editors like VS Code and JetBrains Rider, and provide relevant instructions.
  • If any steps require Windows-only tools or behaviors, explicitly note this and provide Linux/macOS alternatives where possible.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets