Detected Bias Types
Windows First
Missing Linux Example
Visual Studio Heavy
🔧
Windows Tools
Summary
The documentation page demonstrates a strong Windows bias by exclusively referencing Visual Studio for development and deployment steps, providing only Windows-centric tooling and workflows (e.g., Visual Studio, Command Prompt), and omitting Linux alternatives or examples. There are no instructions for using Linux-native tools (such as VS Code, dotnet CLI on Linux, or Azure CLI on Linux), nor are there deployment steps for Linux environments. All code samples and screenshots are tailored to Windows/Visual Studio users, leaving Linux developers without guidance.
Recommendations
- Add explicit instructions and examples for Linux users, such as using VS Code or JetBrains Rider for development.
- Include steps for deploying bots and chat apps using the dotnet CLI and Azure CLI on Linux/macOS.
- Provide screenshots and walkthroughs for Linux environments (e.g., Ubuntu terminal, VS Code on Linux).
- Mention cross-platform compatibility of the .NET SDK and clarify that development and deployment can be performed on Linux and macOS.
- Offer PowerShell and Bash equivalents for package installation and CLI commands.
- List prerequisites for Linux (e.g., apt-get install dotnet-sdk-3.1, VS Code installation) alongside Windows prerequisites.