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_tools
windows_first
powershell_heavy
Summary
The documentation is notably Windows/Visual Studio-centric. All instructions for creating projects, managing NuGet packages, and running code are written for Visual Studio, a Windows-first IDE. NuGet package installation is shown only via the Package Manager Console (PowerShell), with no mention of cross-platform alternatives like the .NET CLI. There are no instructions for Linux/macOS users (e.g., using VS Code, JetBrains Rider, or command-line workflows), nor are there any Linux-specific notes or examples.
Recommendations
  • Add instructions for creating and running .NET console apps using the .NET CLI (dotnet new, dotnet run, etc.), which works on Windows, Linux, and macOS.
  • Include NuGet package installation examples using 'dotnet add package' in addition to Package Manager Console.
  • Mention and provide guidance for using cross-platform editors like VS Code or JetBrains Rider.
  • Clarify that the .NET SDK and Azure Service Bus client library work on Linux and macOS, not just Windows.
  • Where screenshots or UI steps are given for Visual Studio, provide equivalent steps or notes for other platforms/editors.
  • Add a short section or callout for Linux/macOS users, outlining any differences or prerequisites.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
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 Clean Clean

Flagged Code Snippets