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
windows_tools
Summary
The documentation focuses exclusively on .NET and provides examples and guidance that are tailored to Windows environments. It references Windows-specific APIs (e.g., ServicePointManager, ThreadPool) and does not mention or provide examples for Linux environments, such as configuring .NET Core on Linux, using Linux shell commands, or addressing Linux-specific performance considerations. The lack of Linux-specific guidance and examples may make it harder for Linux developers to apply the recommendations.
Recommendations
  • Include examples and guidance for configuring .NET applications on Linux, such as adjusting connection limits and thread pool settings in Linux environments.
  • Mention any differences in behavior or performance tuning when running .NET on Linux versus Windows, especially regarding networking and threading.
  • Provide Linux shell or bash equivalents for any Windows-specific instructions, where applicable.
  • Clarify whether the recommendations (e.g., ServicePointManager.DefaultConnectionLimit) apply to .NET Core/.NET 5+ on Linux, and if not, provide Linux-appropriate alternatives.
  • Add notes or sections addressing common Linux deployment scenarios (e.g., running in containers, using systemd, file system differences) that may impact performance tuning.
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 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-09-03 00:00 #100 completed Clean Clean
2025-07-31 00:00 #66 completed Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets