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 focuses exclusively on configuration steps 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 command-line environments, nor is there mention of cross-platform workflows (e.g., JetBrains Rider, CLI usage, or integration with CI/CD pipelines). The ordering and content implicitly assume a Windows-centric development workflow.
Recommendations:
- Add instructions for configuring and running the Roslyn Analyzer using the .NET CLI (dotnet build/analyze) to support Linux and macOS users.
- Include examples or references for popular cross-platform editors such as JetBrains Rider or Vim/Emacs with OmniSharp.
- Clarify that Visual Studio Code is cross-platform and provide explicit steps for Linux/macOS users, including any prerequisites.
- Mention how to use the analyzer in CI/CD pipelines (e.g., GitHub Actions, Azure Pipelines) to ensure parity for non-Windows environments.
- Consider reordering sections or adding a note to indicate cross-platform support and alternatives to Windows-specific tools.
Create pull request