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
windows_tools
missing_linux_example
Summary
The documentation demonstrates a Windows bias by referencing Visual Studio and Windows-specific project structures (e.g., Solution Explorer, .cs files) without mentioning Linux or cross-platform development environments. Windows platforms (MPNS, WNS) are listed before Apple (APNS) and FCM in code examples, and there are no instructions or examples for developing or deploying from Linux or using non-Windows tools.
Recommendations
  • Add explicit instructions or notes for users developing on Linux, such as using VS Code, JetBrains Rider, or command-line tools (dotnet CLI) instead of Visual Studio.
  • Include alternative steps for navigating project files and folders outside of Visual Studio (e.g., using terminal commands).
  • Reorder platform mentions in code and text to avoid always listing Windows first; consider alphabetical or usage-based ordering.
  • Provide guidance on how to run, build, and deploy the sample project from Linux or macOS.
  • Clarify that the code and Notification Hubs functionality are cross-platform, and highlight any platform-specific caveats for non-Windows users.
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-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-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets