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 page demonstrates a Windows-first bias by referencing Visual Studio (a Windows-centric IDE) before Visual Studio Code, and by not providing explicit Linux or cross-platform instructions for running or building the sample application. There are no terminal or shell commands shown for Linux environments, nor are there any mentions of Linux-specific tools or considerations. The only command-line example is a generic Bash git clone, but all build/run instructions assume the use of Visual Studio or Visual Studio Code without clarifying Linux compatibility or providing dotnet CLI commands.
Recommendations:
  • Explicitly mention that the sample can be built and run on Linux and macOS using the .NET CLI (dotnet build, dotnet run), not just through Visual Studio/VS Code.
  • Provide step-by-step instructions for Linux users, including terminal commands for restoring dependencies, building, and running the application using the dotnet CLI.
  • Include notes about any platform-specific requirements or differences (such as HTTPS certificate setup on Linux/macOS).
  • List prerequisites for Linux (and optionally macOS), such as installing the .NET SDK and any required dependencies.
  • Ensure screenshots and instructions are not exclusively tailored to Windows environments.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-12 00:00 #109 completed ❌ Biased
2025-09-11 00:00 #108 completed ❌ Biased
2025-09-10 00:00 #107 completed ❌ Biased
2025-09-09 00:00 #106 completed ❌ Biased
2025-08-13 00:00 #79 in_progress ❌ Biased
2025-07-13 21:11 #45 cancelled ❌ Biased
2025-07-13 20:48 #44 cancelled ❌ Biased
2025-07-13 20:32 #43 cancelled ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets