With previous versions of the SDK, the SDK printed an absolute path:
console2 -> /tmp/console2/bin/Debug/net8.0/console2.dll
The .NET 9 SDK is printing a relative path:
console succeeded (2.3s) → bin/Debug/net9.0/console.dll
With the new format, it is no longer possible to copy the path and use it as-is.
Version:
$ dotnet --version
9.0.100-preview.2.24105.1
cc @baronfel