Detected Bias Types
⚠️
windows_first
Summary
The documentation lists .NET provider libraries (Microsoft.Extensions.Configuration.AzureAppConfiguration, Microsoft.Azure.AppConfiguration.AspNetCore, Microsoft.Azure.AppConfiguration.Functions.Worker, Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration) first in the table, before Java, Python, JavaScript, and Go equivalents. The .NET Framework provider is included, which is Windows-only, but the overall page is not Windows-specific. No PowerShell-specific examples, Windows tools, or Windows-only patterns are present. All sample links are cross-platform (e.g., .NET Core, Java, Python, JavaScript, Go), and feature parity is tracked for all major languages/platforms. There are no missing Linux/macOS examples, and no exclusive mention of Windows tools.
Recommendations
- Consider reordering the provider libraries table to group cross-platform providers (e.g., .NET Core, Java, Python, JavaScript, Go) before Windows-only (.NET Framework) providers.
- Explicitly note which providers are Windows-only (e.g., .NET Framework) and which are cross-platform.
- Add a brief statement clarifying that most providers (except .NET Framework) work on Linux/macOS as well as Windows.
- Ensure that sample links and documentation for .NET Core/Standard highlight cross-platform compatibility.