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
⚠️ powershell_heavy
⚠️ missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by presenting installation instructions for the NuGet packages using both the .NET Core CLI and the Visual Studio Package Manager Console (PowerShell), but does not provide explicit Linux or cross-platform alternatives beyond the .NET CLI. The Package Manager Console is a Windows/Visual Studio-specific tool, and its instructions are given equal prominence to the cross-platform .NET CLI, with no mention of Linux-specific environments or editors. There are no references to Linux development environments, nor are there any Linux-specific troubleshooting notes or examples.
Recommendations:
  • Emphasize the .NET Core CLI as the primary, cross-platform installation method and list it before any Windows-specific tools.
  • Clearly label the Package Manager Console instructions as 'Windows/Visual Studio only' and consider moving them after the cross-platform instructions.
  • Add explicit notes or examples for Linux/macOS users, such as using VS Code or JetBrains Rider, and mention that the .NET CLI works on all platforms.
  • Include troubleshooting tips or environment setup notes for Linux/macOS users, if applicable.
  • Audit other sections for implicit Windows assumptions (such as file paths, environment variable syntax, etc.) and provide Linux equivalents where needed.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-12 00:00 #109 completed ✅ Clean
2025-08-12 00:00 #78 in_progress ❌ Biased
2025-08-11 00:00 #77 completed ❌ Biased
2025-08-10 00:00 #76 completed ❌ Biased
2025-08-09 00:00 #75 completed ❌ Biased
2025-08-08 00:00 #74 completed ❌ Biased
2025-08-07 00:00 #73 completed ❌ Biased
2025-08-06 00:00 #72 completed ❌ Biased
2025-08-05 00:00 #71 completed ❌ Biased
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets