Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias primarily in the prerequisites section, where links and instructions reference Windows first (e.g., resource creation quickstart with '?tabs=windows'), and there are no explicit Linux-specific instructions or examples. All code samples are platform-agnostic C#, but there is a lack of parity in setup or tooling guidance for Linux users.
Recommendations
- Provide explicit Linux (and macOS) instructions and links alongside or before Windows instructions, especially in the prerequisites and resource creation steps.
- Ensure that quickstart/resource creation links use platform-neutral or multi-platform tabs by default, or clearly indicate how to switch to Linux instructions.
- Include notes or examples for common Linux development environments (e.g., using dotnet CLI on Ubuntu, installing .NET on Linux, handling file paths).
- Audit all referenced documentation for similar bias and ensure Linux users are equally supported throughout the developer journey.
Create Pull Request