[automated] Merge branch 'release/8.0' => 'release/8.0-staging' by github-actions[bot] · Pull Request #115577 · dotnet/runtime
and others added 12 commits
April 2, 2025 17:50…rios (COM, C++/CLI, custom component host) could try to load coreclr from CWD There is a fallback for apps with no .deps.json where the host will consider the app directory for loading coreclr. In component hosting scenarios, we do not have an app path / directory. We were incorrectly going down the path of looking for coreclr next to the empty app directory, which resulted in looking in the current directory. This change skips that path for libhost scenarios. It also adds checks that the paths we determine for loading coreclr, hostpolicy, and hostfxr are absolute.
Mirroring and others added 5 commits
May 14, 2025 19:31This was referenced
May 16, 2025This was referenced
Jun 9, 2025* Update dependencies from https://github.com/dotnet/emsdk build 20250516.2 Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.17-servicing.25258.1 -> To Version 8.0.17-servicing.25266.2 * Update dependencies from https://github.com/dotnet/emsdk build 20250519.2 Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.17-servicing.25258.1 -> To Version 8.0.17-servicing.25269.2 * Update dependencies from https://github.com/dotnet/emsdk build 20250604.1 Microsoft.SourceBuild.Intermediate.emsdk , Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 From Version 8.0.17-servicing.25258.1 -> To Version 8.0.18-servicing.25304.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This was referenced
Jun 10, 2025This was referenced
Jun 10, 2025This was referenced
Jun 10, 2025…rios (COM, C++/CLI, custom component host) could try to load coreclr from CWD (#116498) There is a fallback for apps with no .deps.json where the host will consider the app directory for loading coreclr. In component hosting scenarios, we do not have an app path / directory. We were incorrectly going down the path of looking for coreclr next to the empty app directory, which resulted in looking in the current directory. This change skips that path for libhost scenarios. It also adds checks that the paths we determine for loading coreclr, hostpolicy, and hostfxr are absolute. Co-authored-by: Elinor Fung <elfung@microsoft.com> Co-authored-by: Mirroring <dnceng-mirroring@microsoft.com>
This was referenced
Jun 17, 2025
jozkee
deleted the
merge/release/8.0-to-release/8.0-staging
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters