Bias Analysis
Detected Bias Types
windows_first
windows_tools
Summary
The documentation page shows a mild Windows bias by listing Windows (C#) terminology and class names explicitly in naming conventions and property tables, while not mentioning Linux or cross-platform .NET usage. The C# example is labeled as 'Windows', and there is no explicit mention of Linux or Linux-specific instructions, even though .NET and C# are cross-platform. There are no PowerShell or Windows-only command examples, but the documentation implicitly equates C#/.NET with Windows.
Recommendations
- Clarify that C#/.NET examples are cross-platform and can be used on Linux, macOS, and Windows.
- Rename the 'Windows (C#)' column and references to 'C# (.NET)' or 'Desktop (.NET)' to avoid conflating C# with Windows.
- If there are platform-specific differences for Linux, document them explicitly.
- Consider adding a section or note about Linux support for RTT in .NET applications, including any prerequisites or limitations.
- Ensure that any references to 'Windows' are truly Windows-specific, and otherwise use neutral, cross-platform terminology.
Create Pull Request