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
windows_tools
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates a moderate Windows bias. Windows-specific tools and patterns (such as PowerShell and Visual Studio Code) are mentioned and exemplified, often without Linux equivalents or alternatives. The .NET/NUnit runner instructions use PowerShell syntax and do not provide Linux/Unix shell alternatives. Visual Studio Code is referenced as the primary IDE, with no mention of Linux-native editors or command-line workflows. There are no explicit Linux shell examples for .NET/NUnit, and the documentation assumes familiarity with Windows-centric development environments.
Recommendations
  • Provide Linux/Unix shell equivalents for all PowerShell and CLI commands, especially for .NET/NUnit workflows (e.g., use 'dotnet' commands in bash/zsh syntax).
  • Mention and provide examples for Linux-native editors (such as Vim, Emacs, or JetBrains IDEs) alongside Visual Studio Code.
  • Clarify that all CLI commands (npm, npx, az, dotnet) work on Linux/macOS and provide explicit instructions or notes for those platforms.
  • Include screenshots or terminal outputs from Linux environments where relevant.
  • Ensure that environment variable setup instructions include both Windows (set, $env:) and Linux (export) syntax.
  • Review all code blocks and instructions to ensure parity between Windows and Linux, and avoid assuming a Windows-first workflow.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-11 00:00 #108 completed Clean Clean
2025-08-11 00:00 #77 completed Clean Clean
2025-08-10 00:00 #76 completed Clean Clean
2025-08-09 00:00 #75 completed Clean Clean
2025-08-08 00:00 #74 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets