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 demonstrates a mild Windows bias by listing Windows-specific consoles (cmd, PowerShell) before Bash when instructing users to create a new C# application. However, the rest of the instructions and code samples are cross-platform and do not rely on Windows-only tools or patterns.
Recommendations
  • List Bash (or 'terminal') before or alongside 'cmd' and 'PowerShell' when referring to console windows, e.g., 'In a terminal or command window (such as Bash, cmd, or PowerShell)...'
  • Explicitly mention that all .NET CLI commands and MailKit code samples work identically on Linux, macOS, and Windows.
  • Consider including a brief note or example for Linux/macOS users if there are any OS-specific considerations (e.g., package installation, environment variables).
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