Bias Analysis
Detected Bias Types
missing_linux_example
windows_first
Summary
The documentation page demonstrates bias by referencing Windows-specific tabs and pivots in prerequisite links (e.g., 'tabs=windows'), and does not provide any Linux-specific setup or run instructions. All examples and instructions are generic or implicitly assume a Windows environment, with no mention of Linux equivalents or considerations.
Recommendations
- Provide explicit Linux setup and run instructions, including any differences in commands or environment setup.
- Ensure all prerequisite links and referenced quickstarts include Linux tabs or pivots, or link to platform-agnostic pages.
- Mention and test the sample on Linux environments, noting any platform-specific requirements or troubleshooting steps.
- If using .NET, clarify that .NET Core/SDK is cross-platform and provide instructions for installing and running on Linux.
- Avoid defaulting to Windows-specific terminology or links unless alternatives are also presented.
Create Pull Request