When running dotnet package add --file test.cs on a C# script file that starts with a shebang line (#!/usr/bin/dotnet), the command fails. The failure occurs because the package reference is injected ...