About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page focuses exclusively on configuration instructions for Visual Studio and Visual Studio Code, both of which are primarily associated with Windows development environments. There are no instructions or examples for configuring the Roslyn Analyzer in Linux-native editors or workflows (such as JetBrains Rider, Vim, or CLI-based setups), nor is there mention of cross-platform command-line usage. The ordering and content implicitly prioritize Windows-centric tools and workflows.
Recommendations:
- Add instructions for configuring and running the Roslyn Analyzer using .NET CLI commands (e.g., dotnet build, dotnet format) that work on all platforms, including Linux.
- Include guidance for using the analyzer in other popular cross-platform editors such as JetBrains Rider, Vim, or Emacs.
- Explicitly mention that Visual Studio Code is cross-platform and provide Linux/macOS-specific notes or screenshots where applicable.
- Provide troubleshooting or configuration steps for users developing on Linux or macOS, such as environment variable settings or dependencies.
- Reorder or supplement the documentation to present cross-platform or Linux-friendly options before or alongside Windows-specific instructions.
Create pull request