Open
Description
Hello. I think it would be useful if the dotnet
CLI exposed some command to list all of the files that are considered part of the build (project files, source code, resource files, hardcoded DLLs, etc.). This would facilitate use of .NET code with build and deployment tools like Docker and Nix, which rely on being able to discover an exhaustive list of build inputs ahead of time.
I'm not sure whether this issue is more suited here or in msbuild or somwhere, please feel free to redirect me.
Thanks.