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
⚠️ missing_linux_example
Summary:
The documentation demonstrates a Windows-first bias by focusing exclusively on ASP.NET (a Microsoft-centric, Windows-originated framework) and by providing package installation instructions that reference Visual Studio and Visual Studio Code, both of which are more commonly associated with Windows development. There are no explicit Linux or cross-platform shell instructions, and no mention of Linux-specific development environments or considerations. All command-line examples use the dotnet CLI, which is cross-platform, but the context and tooling references are Windows-centric. No Linux-specific guidance or troubleshooting is provided.
Recommendations:
  • Explicitly mention that the dotnet CLI commands work on Linux, macOS, and Windows, and provide example terminal commands for Bash/zsh where appropriate.
  • Include instructions for installing the .NET SDK on Linux (e.g., using apt, yum, or snap), or link to official cross-platform installation guides.
  • When referencing IDEs, mention cross-platform options (e.g., JetBrains Rider, VS Code on Linux/macOS) and provide parity in instructions.
  • Add a note or section on running and testing the ASP.NET Core app on Linux (e.g., using 'dotnet run' in a Bash shell), including any OS-specific caveats.
  • Avoid using only Visual Studio/Visual Studio Code tabs; add a 'Command Line (Bash)' or 'Linux/macOS' tab for relevant steps.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-14 00:00 #111 completed ❌ Biased
2025-08-14 00:01 #80 in_progress ❌ Biased
2025-08-13 00:00 #79 in_progress ✅ Clean
2025-07-13 21:17 #46 cancelled ✅ Clean
2025-07-13 21:11 #45 cancelled ✅ Clean
2025-07-13 20:48 #44 cancelled ✅ Clean
2025-07-13 20:32 #43 cancelled ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets