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 provides installation instructions for required NuGet packages using both the .NET Core CLI and the Visual Studio Package Manager Console, but the latter is a Windows-only tool and is presented second. There are no explicit Linux-specific instructions or examples, and the only IDE mentioned is Visual Studio, which is primarily associated with Windows. No Linux-native tools or editors are referenced, and there are no bash or shell examples.
Recommendations:
  • Add explicit instructions for installing the packages on Linux, such as using the .NET CLI in a bash shell.
  • Mention cross-platform editors like VS Code and provide guidance for users on Linux and macOS.
  • Clarify that the .NET Core CLI commands work on Windows, Linux, and macOS, and consider listing them first.
  • Avoid referencing Windows-only tools (like Visual Studio's Package Manager Console) without providing Linux/macOS alternatives.
  • Include a note or section for Linux/macOS users to ensure parity and inclusivity.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-05 00:00 #102 completed ❌ Biased
2025-08-05 00:00 #71 completed ❌ Biased
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets