<Uri>https://github.com/dotnet/installer</Uri>
<Sha>f8a61a24ac843529a82a8f6ede35fc08a6fb8c35</Sha>
</Dependency>
- <Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="8.0.0-rtm.23476.22">
+ <Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="8.0.0-rtm.23477.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
- <Sha>4292763bd5143205daabb682311ee34f23897d9b</Sha>
+ <Sha>96da75d67ff058d95e14de12d9fc2ff215074e3c</Sha>
</Dependency>
- <Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-rtm.23476.22">
+ <Dependency Name="Microsoft.AspNetCore.App.Ref" Version="8.0.0-rtm.23477.14">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
- <Sha>4292763bd5143205daabb682311ee34f23897d9b</Sha>
+ <Sha>96da75d67ff058d95e14de12d9fc2ff215074e3c</Sha>
</Dependency>
- <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rtm.23476.15">
+ <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-rtm.23477.9">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>0933e300f0c0647a15a0433f1a3b07bcab9882f4</Sha>
+ <Sha>885100b00bc944cbb698bc4cc2ec3ec18007534f</Sha>
</Dependency>
- <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-rtm.23476.15">
+ <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-rtm.23477.9">
<Uri>https://github.com/dotnet/runtime</Uri>
- <Sha>0933e300f0c0647a15a0433f1a3b07bcab9882f4</Sha>
+ <Sha>885100b00bc944cbb698bc4cc2ec3ec18007534f</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.23475.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<!-- Latest symstore version updated by darc -->
<MicrosoftSymbolStoreVersion>1.0.446801</MicrosoftSymbolStoreVersion>
<!-- Latest shared runtime version updated by darc -->
- <VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.0-rtm.23476.15</VSRedistCommonNetCoreSharedFrameworkx6480Version>
- <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-rtm.23476.15</MicrosoftNETCoreAppRuntimewinx64Version>
+ <VSRedistCommonNetCoreSharedFrameworkx6480Version>8.0.0-rtm.23477.9</VSRedistCommonNetCoreSharedFrameworkx6480Version>
+ <MicrosoftNETCoreAppRuntimewinx64Version>8.0.0-rtm.23477.9</MicrosoftNETCoreAppRuntimewinx64Version>
<!-- Latest shared aspnetcore version updated by darc -->
- <MicrosoftAspNetCoreAppRefInternalVersion>8.0.0-rtm.23476.22</MicrosoftAspNetCoreAppRefInternalVersion>
- <MicrosoftAspNetCoreAppRefVersion>8.0.0-rtm.23476.22</MicrosoftAspNetCoreAppRefVersion>
+ <MicrosoftAspNetCoreAppRefInternalVersion>8.0.0-rtm.23477.14</MicrosoftAspNetCoreAppRefInternalVersion>
+ <MicrosoftAspNetCoreAppRefVersion>8.0.0-rtm.23477.14</MicrosoftAspNetCoreAppRefVersion>
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
<MicrosoftDotnetSdkInternalVersion>8.0.100-rtm.23474.2</MicrosoftDotnetSdkInternalVersion>
</PropertyGroup>
WriteSegment(gcOutput, segment);
}
- // print frozen object heap
+ // print NonGC heap
segments = HeapWithFilters.EnumerateFilteredSegments(gc_heap).Where(seg => seg.Kind == GCSegmentKind.Frozen).OrderBy(seg => seg.Start);
if (segments.Any())
{
- Console.WriteLine("Frozen object heap");
+ Console.WriteLine("NonGC heap");
WriteSegmentHeader(gcOutput);
foreach (ClrSegment segment in segments)