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 on configuring the Roslyn Analyzer using Visual Studio and Visual Studio Code, both of which are primarily associated with Windows environments. The Visual Studio instructions are detailed and Windows-specific, and there is no mention of Linux-native editors or command-line configuration methods. There are no examples or guidance for Linux users or for using the analyzer outside of Microsoft IDEs.
Recommendations:
- Include instructions for configuring the Roslyn Analyzer using .NET CLI commands (e.g., dotnet build, dotnet format) that work cross-platform.
- Provide examples for popular Linux editors such as JetBrains Rider or Vim/Emacs with OmniSharp.
- Clarify whether Visual Studio Code instructions apply equally on Linux and macOS, and mention any platform-specific caveats.
- Add a section on manual configuration via project files (e.g., editing .csproj) for users who do not use Visual Studio or Visual Studio Code.
- Reference any available command-line or CI/CD integration options for analyzer usage.
Create pull request