Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page exhibits a Windows bias by exclusively referencing Windows tools and workflows, such as Visual Studio 2022 and the NuGet Package Manager Console (PowerShell-based), for project creation and package management. All step-by-step instructions and screenshots are tailored for Windows environments, with no mention of Linux or cross-platform alternatives (e.g., VS Code, CLI commands, or dotnet CLI). There are no examples or guidance for Linux users, and Windows-specific terminology and UI elements are used throughout.
Recommendations
- Add equivalent instructions for Linux and macOS users, including project creation and package management using the dotnet CLI (e.g., 'dotnet new console', 'dotnet add package').
- Include examples and screenshots for cross-platform editors like Visual Studio Code.
- Mention and demonstrate how to run the sample applications from the terminal/command line on Linux and macOS.
- Clarify that the .NET SDK and Azure libraries are cross-platform and provide explicit steps for non-Windows environments.
- Avoid referencing Windows-specific UI elements and workflows exclusively; present them as one option among several.
- Add notes or tabs for Linux/macOS users wherever PowerShell or Windows tools are referenced.
Create Pull Request