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 exclusively describes creating a .NET Framework console application using Visual Studio, a Windows-centric IDE, and provides step-by-step instructions that assume a Windows development environment. There are no references to Linux-compatible workflows, such as using .NET Core/.NET 6+, cross-platform editors (VS Code), or command-line package management (dotnet CLI). No Linux-specific instructions or examples are provided.
Recommendations
  • Include instructions for creating a cross-platform .NET application (e.g., .NET 6+ Console App) that can run on Linux, macOS, and Windows.
  • Provide alternative steps for adding NuGet packages using the dotnet CLI (e.g., 'dotnet add package Microsoft.Azure.Relay') instead of only Visual Studio GUI.
  • Mention and provide examples using cross-platform editors like Visual Studio Code.
  • Clarify that the code samples are compatible with Linux and macOS, or note any platform-specific limitations.
  • Add a section or notes for Linux users, including prerequisites (e.g., installing .NET SDK on Linux), and how to run the application from the terminal.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-02-04 00:00 #338 completed Biased Biased
2026-02-03 00:00 #334 completed Biased Biased
2026-02-02 00:00 #330 completed Biased Biased
2026-02-01 00:00 #326 completed Biased Biased
2026-01-31 00:00 #322 completed Biased Biased
2026-01-30 00:00 #318 completed Biased Biased
2026-01-27 00:00 #306 completed Biased Biased
2026-01-26 00:00 #302 completed Biased Biased
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled 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 Clean Clean

Flagged Code Snippets