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
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page 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 examples or instructions for configuring the Roslyn Analyzer in Linux-native editors or via command-line tools, nor is there mention of cross-platform workflows or alternatives for non-Windows users.
Recommendations:
- Include instructions for configuring and running the Roslyn Analyzer using cross-platform tools such as the dotnet CLI (e.g., dotnet build, dotnet format) that work on Linux and macOS.
- Mention and provide examples for popular Linux-native editors (such as JetBrains Rider, Vim, or Emacs) or at least clarify how to enable analyzers outside of Visual Studio/VS Code.
- Explicitly state the cross-platform compatibility of the analyzer and provide any necessary steps for Linux/macOS users.
- Add a section on troubleshooting or verifying analyzer operation in CI/CD pipelines, which are often Linux-based.
Create pull request