Bias Analysis
Detected Bias Types
missing_linux_example
windows_tools
windows_first
Summary
The documentation page focuses exclusively on .NET Core and C# tooling (dotNetRDF, .NET Core CLI), with no mention of Linux or cross-platform usage, nor any examples or instructions for Linux users. Download instructions reference ZIP files and screenshots that are Windows-centric, and there are no alternative examples or guidance for Linux or macOS environments.
Recommendations
- Include explicit instructions for running the sample applications on Linux (and macOS), such as using 'dotnet' CLI commands on Linux terminals.
- Provide code snippets or shell commands (e.g., bash) for Linux users, alongside or instead of Windows/PowerShell examples.
- Mention that .NET Core is cross-platform and provide installation links for Linux and macOS.
- Add guidance for extracting ZIP files on Linux (e.g., using 'unzip' command), and consider including tar.gz archives as an alternative.
- Show screenshots or terminal examples from Linux environments, or at least clarify that the tools and samples work on all major platforms.
Create Pull Request