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
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 Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-12 00:00 #243 cancelled Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-08 00:00 #228 cancelled Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-14 00:00 #111 completed Biased Biased
2025-08-14 00:01 #80 cancelled Biased Biased
2025-08-13 00:00 #79 cancelled Clean Clean
2025-07-13 21:17 #46 cancelled Clean Clean
2025-07-13 21:11 #45 cancelled Clean Clean
2025-07-13 20:48 #44 cancelled Clean Clean
2025-07-13 20:32 #43 cancelled Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets