.NET Backend Guide
🌐 Translations & Contributions: Want to translate or improve this document in your language? See our Translation Guidelines.
Fish integrates with .NET solutions (*.sln) and C# projects (*.csproj).
Detection & Tasks
Fish identifies .NET projects by scanning for *.csproj, *.fsproj, or *.sln files.
Mapped Tasks:
build:dotnet build --no-restorecheck:dotnet format --verify-no-changestest:dotnet test --no-build
Artifacts in bin/ and obj/ are tracked and managed within the unified cache.