You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build the runtime, this gets emitted to the build log:
Could not resolve reference 'System.Private.Uri.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/bin/System.Diagnostics.StackTrace/ref/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Private.Uri.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Runtime.InteropServices.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Memory.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Runtime.InteropServices.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Linq.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Collections.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Memory.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Threading.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Collections.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.IO.Compression.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Threading.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.IO.MemoryMappedFiles.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
Could not resolve reference 'System.Text.Encoding.Extensions.dll' directly or transitively referenced by '/home/vcsjones/Projects/runtime/artifacts/obj/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll' in any of the provided search directories.
System.Diagnostics.StackTrace -> /home/vcsjones/Projects/runtime/artifacts/bin/System.Diagnostics.StackTrace/Debug/net10.0/System.Diagnostics.StackTrace.dll
I can reproduce this using ./build.sh -rc release -s clr+libs as of c40c261. It can also be reproduced using ./dotnet.sh build src/libraries/System.Diagnostics.StackTrace
This was on aarch64 on Ubuntu 24.10.
The text was updated successfully, but these errors were encountered:
To add: the build still succeeds, so nothing is blocked, but it does add some noise to the logs, and I am not sure if that is indicating a potential problem that just hasn't surfaced yet.
When I build the runtime, this gets emitted to the build log:
I can reproduce this using
./build.sh -rc release -s clr+libs
as of c40c261. It can also be reproduced using./dotnet.sh build src/libraries/System.Diagnostics.StackTrace
This was on aarch64 on Ubuntu 24.10.
The text was updated successfully, but these errors were encountered: