Skip to content

Commit 0006fcc

Browse files
authored
Merge branch 'release/8.0-staging' => 'release/8.0' (resolve conflicts) (#124316)
2 parents e1139d2 + 475f999 commit 0006fcc

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
<Sha>badf9f97aaf4c2166b17bd6475ca73958c11e309</Sha>
100100
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
101101
</Dependency>
102-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.25522.3">
102+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.25615.3">
103103
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
104-
<Sha>449148366d9105de8a6470ebc4ba198926e9a30a</Sha>
104+
<Sha>44b5b62182b48c34c4b6aef28943ec3f3e82f214</Sha>
105105
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
106106
</Dependency>
107107
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="8.0.0-alpha.1.25104.1">
@@ -354,9 +354,9 @@
354354
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
355355
<Sha>67613417f5e1af250e6ddfba79f8f2885d8e90fb</Sha>
356356
</Dependency>
357-
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="8.0.0-alpha.0.25625.3">
357+
<Dependency Name="Microsoft.DotNet.HotReload.Utils.Generator.BuildTool" Version="8.0.0-alpha.0.26076.2">
358358
<Uri>https://github.com/dotnet/hotreload-utils</Uri>
359-
<Sha>e7e99065bbd4a7b911d5cfa56b23d873d9675355</Sha>
359+
<Sha>6074d7872b31463f8b6741589ba543c8d80ce42d</Sha>
360360
</Dependency>
361361
<Dependency Name="System.Runtime.Numerics.TestData" Version="8.0.0-beta.25625.3">
362362
<Uri>https://github.com/dotnet/runtime-assets</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>8.0.0-prerelease.25516.2</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
202202
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>8.0.0-prerelease.25516.2</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
203203
<MicrosoftDotNetXHarnessCLIVersion>8.0.0-prerelease.25516.2</MicrosoftDotNetXHarnessCLIVersion>
204-
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>8.0.0-alpha.0.25625.3</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
204+
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>8.0.0-alpha.0.26076.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
205205
<XUnitVersion>2.4.2</XUnitVersion>
206206
<XUnitAnalyzersVersion>1.0.0</XUnitAnalyzersVersion>
207207
<XUnitRunnerVisualStudioVersion>2.4.5</XUnitRunnerVisualStudioVersion>
@@ -234,7 +234,7 @@
234234
<!-- ICU -->
235235
<MicrosoftNETCoreRuntimeICUTransportVersion>8.0.0-rtm.25625.2</MicrosoftNETCoreRuntimeICUTransportVersion>
236236
<!-- MsQuic -->
237-
<MicrosoftNativeQuicMsQuicSchannelVersion>2.4.8</MicrosoftNativeQuicMsQuicSchannelVersion>
237+
<MicrosoftNativeQuicMsQuicSchannelVersion>2.4.16</MicrosoftNativeQuicMsQuicSchannelVersion>
238238
<!-- Mono LLVM -->
239239
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.25311.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
240240
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.25311.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ jobs:
5656

5757
# iOS devices
5858
- ${{ if in(parameters.platform, 'ios_arm64') }}:
59-
- OSX.13.Amd64.Iphone.Open
59+
- OSX.15.Amd64.Iphone.Open
6060

6161
# tvOS devices
6262
- ${{ if in(parameters.platform, 'tvos_arm64') }}:
63-
- OSX.13.Amd64.AppleTV.Open
64-
63+
- OSX.15.Amd64.AppleTV.Open
6564
# Linux arm
6665
- ${{ if eq(parameters.platform, 'linux_arm') }}:
6766
- ${{ if eq(variables['System.TeamProject'], 'public') }}:

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ jobs:
9898

9999
# iOS devices
100100
- ${{ if in(parameters.platform, 'ios_arm64') }}:
101-
- OSX.13.Amd64.Iphone.Open
101+
- OSX.15.Amd64.Iphone.Open
102102

103103
# tvOS devices
104104
- ${{ if in(parameters.platform, 'tvos_arm64') }}:
105-
- OSX.13.Amd64.AppleTV.Open
106-
105+
- OSX.15.Amd64.AppleTV.Open
107106
# windows x64
108107
- ${{ if eq(parameters.platform, 'windows_x64') }}:
109108
# netcoreapp

src/mono/mono/component/hot_reload.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,9 +2574,11 @@ hot_reload_apply_changes (int origin, MonoImage *image_base, gconstpointer dmeta
25742574
if (!assembly_update_supported (image_base, error)) {
25752575
return;
25762576
}
2577-
2577+
if (dmeta_bytes == 0 && dil_bytes_orig == 0) // we may receive empty updates
2578+
{
2579+
return;
2580+
}
25782581
static int first_origin = -1;
2579-
25802582
if (first_origin < 0) {
25812583
first_origin = origin;
25822584
}

0 commit comments

Comments
 (0)