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_first
Summary
The documentation mentions 'cmd, PowerShell, or Bash' as possible consoles for running .NET CLI commands, listing Windows shells before Bash. However, all provided code and command-line examples are cross-platform (using dotnet CLI), and there are no Windows-specific tools or PowerShell scripts. No Linux-specific instructions or examples are missing, but the ordering of shell examples gives Windows environments priority.
Recommendations
  • List Bash (or 'terminal') before cmd/PowerShell, or use neutral phrasing such as 'in a terminal or command prompt (e.g., Bash, PowerShell, or cmd)'.
  • Explicitly state that all dotnet CLI commands work identically on Windows, Linux, and macOS.
  • Where appropriate, include example output from both Windows and Linux terminals to reinforce cross-platform parity.
  • If referencing shell environments, consider mentioning Linux/macOS shells first or equally.
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