[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.
…-merge-8.0-2025-05-13-1454
…25-05-13-1454

Merging internal commits for release/8.0

Mirroring and others added 5 commits

May 14, 2025 19:31
[manual] Merge release/8.0-staging into release/8.0
Co-authored-by: Oleksandr.Didyk <odidyk@microsoft.com>

This was referenced

May 16, 2025

@vseanreesermsft

This was referenced

Jun 9, 2025

@dotnet-maestro

* 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, 2025

@jozkee

This was referenced

Jun 10, 2025

@jozkee

[manual] Merge release/8.0-staging into release/8.0

This was referenced

Jun 10, 2025
…-merge-8.0-2025-06-10-1311
…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>

@hoyosjs

…25-06-10-1311

Merging internal commits for release/8.0

This was referenced

Jun 17, 2025

@jozkee jozkee deleted the merge/release/8.0-to-release/8.0-staging branch

June 17, 2025 22:39