Seeing this error when I build the repo in the dev container (dotnet build). The devcontainer doesn't use ./build.sh. If I do a build on a clean devcontainer it doesn't work, but if I rebuild it does. I suspect that the schema generator assumes that the repo isn't completely clean.
/workspaces/aspire/src/Components/Directory.Build.targets(93,5): error MSB3073: The command ""/workspaces/aspire/.dotnet/dotnet" exec "/workspaces/aspire/artifacts/bin/ConfigurationSchemaGenerator/Debug/net8.0/ConfigurationSchemaGenerator.dll" @"/workspaces/aspire/artifacts/obj/Aspire.Seq/Debug/net8.0/.configschema.rsp"" exited with code 127.
Seeing this error when I build the repo in the dev container (
dotnet build
). The devcontainer doesn't use./build.sh
. If I do a build on a clean devcontainer it doesn't work, but if I rebuild it does. I suspect that the schema generator assumes that the repo isn't completely clean.