Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page presents .NET (a Windows-centric technology) package instructions first and in detail, including both in-process and isolated models, before mentioning other language SDKs. PowerShell, another Windows-centric language, is given a dedicated note and migration guide reference. There are no explicit Linux examples, nor are Linux-specific tools or patterns discussed. The order and emphasis may suggest a Windows bias, especially for users seeking parity or guidance for Linux environments.
Recommendations
- Add explicit instructions or examples for Linux environments, such as referencing package installation via Linux-native tools (e.g., apt, yum, pip for Python, npm for Node, etc.).
- Include notes or sections on cross-platform compatibility, highlighting any differences or considerations for Linux users.
- Balance the order of presentation by rotating or grouping language runtimes by popularity or platform neutrality, rather than leading with .NET.
- Provide examples of configuration or usage in Linux shells (e.g., bash) alongside PowerShell where relevant.
- Clarify that all SDKs/packages are cross-platform where applicable, and call out any platform-specific limitations.
Create Pull Request