On linux machine with root access: - `cd /` - `dotnet new console` - `ls` # Expected Listed files include a csproj file # Actual The generated csproj file is called `.csproj`. Since this is a `dot file`, it is hidden from output of ls unless special flags are passed.