Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
Summary
The documentation provides code examples for multiple languages, including PowerShell, and references Windows-centric tools and patterns (e.g., PowerShell cmdlets like Get-Date, New-Guid). PowerShell is included as a first-class language tab, and guidance is given for using PowerShell-specific APIs. However, there is no explicit prioritization of Windows or PowerShell over Linux or other platforms, and Linux-specific tools or shell examples are not present. The documentation does not mention Linux shell equivalents (e.g., Bash, sh) or provide examples for those environments, which may leave Linux users without direct parity in guidance.
Recommendations
- Add Linux shell (e.g., Bash) examples alongside PowerShell for relevant scenarios, such as environment variable access or date/time retrieval.
- Explicitly mention cross-platform considerations when discussing environment variables, file system access, or command-line tools.
- Clarify that PowerShell examples are applicable on Linux where PowerShell Core is available, and provide alternative examples for native Linux shells.
- Ensure that any references to Windows-specific APIs or tools are balanced with Linux equivalents or alternatives.
- Consider adding a section or note about platform neutrality and how Durable Functions constraints apply regardless of OS.
Create Pull Request