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

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 ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean

Flagged Code Snippets