Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page shows a mild Windows bias. The prerequisite links and quickstart references default to 'windows' tabs or pivots, and there are no explicit Linux-specific instructions or examples. While the .NET SDK and dotnet CLI are cross-platform, the documentation does not demonstrate parity by showing Linux (or macOS) terminal commands, nor does it mention Linux-specific considerations.
Recommendations
- Provide explicit Linux (and macOS) instructions or examples alongside Windows, especially in prerequisite links and quickstart references.
- Avoid using '?tabs=windows' or similar Windows-default pivots in documentation links; instead, link to platform-neutral or multi-tab pages.
- Add notes or sections clarifying that the dotnet CLI and SDK are cross-platform, and show example commands in both Windows (cmd/PowerShell) and Linux (bash/zsh) terminal formats.
- Ensure that all referenced quickstarts and guides have Linux parity and are discoverable from this documentation page.
Create Pull Request