Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/runtime #3893

Merged
merged 3 commits into from
May 22, 2023

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented May 20, 2023

This pull request updates the following dependencies

From https://github.com/dotnet/runtime

  • Subscription: e4bfb556-e13c-47f6-eb5a-08d8e4d5099b
  • Build: 20230522.1
  • Date Produced: May 22, 2023 11:50:26 AM UTC
  • Commit: 9e49620aeee78c0d37dd741f88aff89850a6f5fb
  • Branch: refs/heads/main

…0519.11

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23269.11
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependency update.

…0520.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23270.7
…0522.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23272.1
@mikem8361 mikem8361 merged commit 85ce7b9 into main May 22, 2023
@mikem8361 mikem8361 deleted the darc-main-276d63de-c5aa-4765-8e7d-713f702b2819 branch May 22, 2023 19:11
mikem8361 added a commit that referenced this pull request Jun 5, 2023
* Add -list to !sos maddress (#3798)

- Added a way to list all kinds of a specific memory type
- Added caching to NativeAddressHelper, as it was recalculating every run

* Add !dumpheap fragmentation statistics (#3799)

In my previous !dumpheap change I overlooked the fragmentation output.  This adds fragmentation output in the exact same was as the previous C++ code.

The new code now validates the Free region is actually followed by the next object, and that those objects do not live on the Pinned, Frozen, or Large object heaps.

* Fix IndexOutOfRangeException (#3800)

* Fix IndexOutOfRangeException

Fix an IndexOutOfRangeException with !sos maddress.

* Add initial parts length check

* One more fix

* maddress -orderBySize (#3803)

Added an option to order the output of !maddress by size descending, as requested by the GC team.

* [main] Update dependencies from dotnet/source-build-reference-packages (#3787)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230406.4 (#3807)

[main] Update dependencies from dotnet/aspnetcore

* Update ClrMD version (#3804)

I moved the the "Generation" enum to ClrMD itself. It's far more useful (and accurate) to talk about an object's generation as a member of an enum which describes it rather than a simple integer. This change flowed through the SOS commands which used ClrSegment.GetGeneration.

I manually tested all commands affected.

* Reimplement !traverseheap (#3810)

* Add TraverseHeapCommand

* Remove HeapTraverser

* Remove TypeTree

* Remove Flags

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230411.2 (#3814)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230410.11 (#3817)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230412.2 (#3821)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230412.2 (#3820)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23211.2 -> To Version 8.0.0-alpha.1.23212.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Change lldb behavior for new managed command implementations (#3822)

* Update Logging and AsyncInterfaces versions (#3819)

* Update Logging and AsyncInterfaces versions

* Update Versions.props

* Reimplement !verifyobj and !dumpruntimetypes (#3811)

* Update ClrMD Version

* Add C# based VerifyHeap command

* Fix verifyobj command impl

* Add !sos dumpruntimetypes

* Remove dead code

* Remove object verification code

* Remove last use of RefIterator

* Remove RefIterator

* Test updates

* Update src/Microsoft.Diagnostics.ExtensionCommands/ExtensionMethodHelpers.cs

Co-authored-by: Günther Foidl <[email protected]>

* Update src/Microsoft.Diagnostics.ExtensionCommands/VerifyObjectCommand.cs

Co-authored-by: Günther Foidl <[email protected]>

* Fix managed commands

* Update soscommand.cpp

---------

Co-authored-by: Günther Foidl <[email protected]>

* Support debug connecting to a remote port (#3813)

* support for connect to remote port

* Fix compilation
Add \n in the last line of dbgshim.h
Remove sleep to attach debugger.
Add exports.

* Implement !threadpool in C# (#3824)

* Add initial ThreadPoolCommand

Only implemented dumping work items.

* Remove -live

* Fix issue with Marshal.SizeOf

Marshal.SizeOf does not allow enums.  Unsafe.SizeOf is what we want here.

* Implement the remainder of ThreadPool

* Use C# version of !threadpool

* Remove ObjectIterator and GCHeap

* Bump clrmd version

* Fix issue with usingPortableCompletionPorts

threadPool.Portable means that we found a PortableThreadPool in the BCL.  We need to check that we found that portable threadpool and also that the PortableIOField is true (or missing), instead of if the portable threadpool exists at all.

* Move cancellation to inside the loop

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230413.2 (#3825)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/symstore build 20230412.1 (#3826)

[main] Update dependencies from dotnet/symstore

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230413.2 (#3827)

[main] Update dependencies from dotnet/aspnetcore

* dotnet-dump returns failure after exhausting retries on ERROR_PARTIAL_COPY (#3830)

* updated to retry on ERROR_PARTIAL_COPY more times and to return a failure on the last loop

* Update Dumper.Windows.cs

---------

Co-authored-by: apmoskevitz <[email protected]>

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230414.3 (#3831)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update ClrMD (#3835)

* Updates with breaking changes from ClrMD 3.0 beta

* Update NativeAddressHelper with ISOSDacInterface13 improvements

* Fix null size issue

* Fix assert

* Properly handle GCBookkeeping regions

* Fix incorrect rendering of counters (#3816)

* Fix incorrect rendering of counters

* Fixing IDE0008 Use explicit type instead of 'var' build error

* PR feedback and truncate output for multiple providers

* Simplify counter refresh console output

* Better drawing for very small console height screens

* Remove lambda to avoid unnecessary memory allocations

* Fix #3699 (#3836)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230417.1 (#3838)

[main] Update dependencies from dotnet/source-build-reference-packages

* Remove BOM marker from the middle of !traversexml (#3844)

* Update dependencies from https://github.com/dotnet/symstore build 20230418.1 (#3845)

[main] Update dependencies from dotnet/symstore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230418.5 (#3846)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230420.1 (#3847)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230421.1 (#3848)

[main] Update dependencies from dotnet/source-build-reference-packages

* Reimplement !dso and !fq in C# (#3837)

* Add initial managed !fq command

* Update ClrMD version

* Finish managed !fq implementation

* Implement managed !dumpstackobjs

* Remove !dso and !fq C++ implementations

* Remove more dead code

* More dead code

* Remove ObjectSize helpers

* Remove usages of g_snapshot

* Remove GCHeap logic from SOS

* Cleanup

* Add RcwCleanup output

* Ensure what we don't read past stack range

* Change validation

* Update validation

* Add registers, fix output

* Remove !dso heading in C++

* Fix dso regexes

* Always print the statistics table

* Always print dumpheap statistics

* Add proper flush check

* Restore previous DumpHeapService behavior

Only print header when we have objects.

* Update ClrMD version

* Code review feedback

* TESTONLY:  Add !runtimes to get more diagnostics

* TESTONLY:  Fix previous command

* TESTONLY: Write all warning/errors to normal

* TESTONLY: Printf debugging

* Fix DumpStackObject failures. Remove the test only code. Enable sos logging to a file

---------

Co-authored-by: Mike McLaughlin <[email protected]>

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230424.3 (#3851)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/symstore build 20230424.1 (#3850)

[main] Update dependencies from dotnet/symstore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230425.2 (#3854)

[main] Update dependencies from dotnet/source-build-reference-packages

* Improve lldb discovery for tests (#3855)

* Update docker images to latest tags (#3535)

* Update docker images to latest tags

* Make the CentOS7 builds temporarily build only.

* Add buildAndSkipTest. Remove _BuildOnly; it didn't do what it was named

---------

Co-authored-by: Mike McLaughlin <[email protected]>

* Fit and Finish: Clean up SOS command table output (#3852)

* Initial version of Table

* Update !dumpheap

* Update DumpObjGCRefsHelper.cs

* Update !dumpruntimetypes

* Fix dml escape issue

* Update !dso

* Update !eeheap

* Update !fq

* Fix truncation for types

* Update FindEphemeralReferencesToLOHCommand.cs

* Update !lno

* Update !findpointersin

* Add BorderedTable

* Update !ephrefs

* Update !sos GCHeapStat

* Update !gcroot

* Update GCToNative

* Update GCWhere

* Update maddress

* Update SizeStatsCommand.cs

* Update !vh

* Update !threadpool

* Add a reason to !verifyheap

* Remove debug code

* Dml cleanup

* Remove DumpHeapSegment

* Update comments

* Fix test whitespace dependency

* Revert previous test behavior, change !dumpheap

* Ignore whitespace

* One last fix?

* Code review feedback

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230426.1 (#3858)

[main] Update dependencies from dotnet/source-build-reference-packages

* Deal with 8.0 DAC passing bigger thread context to data target's GetThreadContext() (#3856)

* Enable UpDownCounter For Dotnet-Counters and Dotnet-Monitor (#3849)

* Use value from UDC event payload.
* Adding support for UpDownCounter reporting a value instead of a rate
* Check for payload version, don't attempt to parse if version 0
* Don't get rate for updowncounter payload

* dotnet-stack: Fix parsing of thread names (#3860)

* Fix issue with !sos maddress (#3868)

Previous refactoring accidently eliminated the case where the CLR region perfectly overlapped the memory region.

* [main] Update dependencies from dotnet/symstore (#3863)

* Update dependencies from https://github.com/dotnet/symstore build 20230501.1

Microsoft.SymbolStore
 From Version 1.0.422401 -> To Version 1.0.425101

* Update dependencies from https://github.com/dotnet/symstore build 20230508.1

Microsoft.SymbolStore
 From Version 1.0.422401 -> To Version 1.0.425801

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* [main] Update dependencies from dotnet/source-build-reference-packages (#3861)

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230428.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23228.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230501.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23251.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230503.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23253.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230508.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23226.1 -> To Version 8.0.0-alpha.1.23258.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* fix implementation of RegisterForRuntimeStartupRemotePort and CreateCoreDbgRemotePort (#3869)

* Add static variable names to !gcroot (#3872)

Static variables can be opaque to the user when looking at !gcroot, since they show up as a pinned handle to an object array.  It's also difficult to distinguish things _other_ than static variables which follow the same pattern.  This change adds the static variable name to the output of !gcroot to help distinguish these differences.

- Remove "this will take a while" warning output from !dumpheap -short.
- Added StaticVariableService to resolve the address/objects of static variables.  This can be a relatively expensive operation, so it's important to cache the result.
- Updated GCRootCommand with the heuristic.

* Fix issue with nint/nuint formatting (#3871)

* Fix integer formatting

StringBuilder.Format doesn't respect "x" when with nint/nuint.

* Update Formats.cs

* [main] Update dependencies from microsoft/clrmd (#3864)

[main] Update dependencies from microsoft/clrmd

* Update DumpAsync to allow method table and object address to not have 0x prefix (#3876)

* Update DumpAsync to allow method table and object address to not have 0x prefix

* Specify null-return OK

* Update dependencies from https://github.com/dotnet/symstore build 20230515.1 (#3879)

[main] Update dependencies from dotnet/symstore

* [main] Update dependencies from dotnet/source-build-reference-packages (#3870)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230516.4 (#3881)

[main] Update dependencies from dotnet/source-build-reference-packages

* Fix native build broken by glibc dependencies. Fix latest 8.0 runtime testing. (#3878)

* Fix native build

Update dependencies from https://github.com/dotnet/arcade build 20230424.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23224.1

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-23165-02 -> To Version 8.0.0-beta.23218.3 (parent: Microsoft.DotNet.Arcade.Sdk

Update dependencies from https://github.com/dotnet/arcade build 20230505.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23255.2

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-23165-02 -> To Version 8.0.0-beta.23218.3 (parent: Microsoft.DotNet.Arcade.Sdk

Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230512.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23258.2 -> To Version 8.0.0-alpha.1.23262.1

Update dependencies from https://github.com/dotnet/arcade build 20230512.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23262.5

Dependency coherency updates

Microsoft.SourceLink.GitHub
 From Version 1.2.0-beta-23165-02 -> To Version 8.0.0-beta.23218.3 (parent: Microsoft.DotNet.Arcade.Sdk

Update dependencies from https://github.com/dotnet/installer build 20230514.2

Microsoft.Dotnet.Sdk.Internal
 From Version 8.0.100-preview.3.23156.1 -> To Version 8.0.100-preview.5.23264.2

Update dependencies from https://github.com/dotnet/runtime build 20230515.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23265.1

Update dependencies from https://github.com/dotnet/aspnetcore build 20230515.1

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.4.23213.2 -> To Version 8.0.0-preview.5.23265.1

* Fix PR test legs

* Update dependencies from https://github.com/microsoft/clrmd build 20230517.2 (#3883)

[main] Update dependencies from microsoft/clrmd

* [main] Update dependencies from dotnet/runtime (#3857)

* Update dependencies from https://github.com/dotnet/runtime build 20230427.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23227.1

* Update dependencies from https://github.com/dotnet/runtime build 20230428.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23228.1

* Update dependencies from https://github.com/dotnet/runtime build 20230428.8

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23228.8

* Update dependencies from https://github.com/dotnet/runtime build 20230429.2

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23229.2

* Update dependencies from https://github.com/dotnet/runtime build 20230501.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23251.1

* Update dependencies from https://github.com/dotnet/runtime build 20230502.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23252.1

* Update dependencies from https://github.com/dotnet/runtime build 20230502.13

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23252.13

* Update dependencies from https://github.com/dotnet/runtime build 20230504.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23254.1

* Update dependencies from https://github.com/dotnet/runtime build 20230504.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23254.7

* Update dependencies from https://github.com/dotnet/runtime build 20230505.8

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23255.8

* Update dependencies from https://github.com/dotnet/runtime build 20230506.4

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23256.4

* Update dependencies from https://github.com/dotnet/runtime build 20230507.3

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23257.3

* Update dependencies from https://github.com/dotnet/runtime build 20230509.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23259.1

* Update dependencies from https://github.com/dotnet/runtime build 20230509.10

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23259.10

* Update dependencies from https://github.com/dotnet/runtime build 20230510.3

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23260.3

* Update dependencies from https://github.com/dotnet/runtime build 20230512.13

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23262.13

* Update dependencies from https://github.com/dotnet/runtime build 20230513.4

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23263.4

* Update dependencies from https://github.com/dotnet/runtime build 20230515.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23265.1

* Update dependencies from https://github.com/dotnet/runtime build 20230515.26

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23265.26

* Update dependencies from https://github.com/dotnet/runtime build 20230517.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.3.23155.1 -> To Version 8.0.0-preview.5.23267.1

* Update dependencies from https://github.com/dotnet/runtime build 20230518.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23265.1 -> To Version 8.0.0-preview.5.23268.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <[email protected]>

* Update dependencies from https://github.com/microsoft/clrmd build 20230518.1 (#3887)

[main] Update dependencies from microsoft/clrmd

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230518.15 (#3886)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20230518.14 (#3888)

[main] Update dependencies from dotnet/runtime

* Add PGO to DacpTieredVersionData (#3890)

PGO introduces two new native code version types. The runtime already has this
change, but SOS does not.

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230519.1 (#3894)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230519.8 (#3891)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230520.1 (#3896)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230521.1 (#3899)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/arcade build 20230519.2 (#3897)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 8.0.0-beta.23218.3 to 8.0.0-beta.23252.2 (parent: Microsoft.DotNet.Arcade.Sdk)

* [main] Update dependencies from dotnet/installer (#3898)

[main] Update dependencies from dotnet/installer


 - Fix single-file version

* Clean up IRuntime instance flushing (#3895)

* Fix ClrRuntime flushing which is causing random SOS test failures in gcroot

* Code review feedback

* More changes

* Fix failures

* Update dependencies from https://github.com/microsoft/clrmd build 20230519.1 (#3892)

Microsoft.Diagnostics.Runtime , Microsoft.Diagnostics.Runtime.Utilities
 From Version 3.0.0-beta.23268.1 -> To Version 3.0.0-beta.23269.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* [main] Update dependencies from dotnet/runtime (#3893)

* Update dependencies from https://github.com/dotnet/runtime build 20230519.11

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23269.11

* Update dependencies from https://github.com/dotnet/runtime build 20230520.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23270.7

* Update dependencies from https://github.com/dotnet/runtime build 20230522.1

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23268.14 -> To Version 8.0.0-preview.5.23272.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Only run sign, package and publish on internal builds

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230523.1 (#3904)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23269.1 -> To Version 8.0.0-alpha.1.23273.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/runtime build 20230523.1 (#3903)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23272.1 -> To Version 8.0.0-preview.5.23273.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230523.2 (#3902)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.5.23271.1 -> To Version 8.0.0-preview.5.23273.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Test against new Ubuntu 22.04 image (#3906)

* Test against new Ubuntu 22.04 image

* Add python path

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230523.2 (#3909)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23273.1 -> To Version 8.0.0-alpha.1.23273.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/runtime build 20230524.1 (#3908)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23273.1 -> To Version 8.0.0-preview.5.23274.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230523.11 (#3907)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.5.23273.2 -> To Version 8.0.0-preview.6.23273.11

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230524.2 (#3912)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23273.2 -> To Version 8.0.0-alpha.1.23274.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230524.6 (#3910)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.6.23273.11 -> To Version 8.0.0-preview.6.23274.6

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/runtime build 20230524.13 (#3911)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23274.1 -> To Version 8.0.0-preview.5.23274.13

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/symstore build 20230525.1 (#3915)

Microsoft.SymbolStore
 From Version 1.0.426501 -> To Version 1.0.427501

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/runtime build 20230526.1 (#3916)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.5.23274.13 -> To Version 8.0.0-preview.5.23276.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230525.7 (#3914)

Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal
 From Version 8.0.0-preview.6.23274.6 -> To Version 8.0.0-preview.6.23275.7

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Fix gcroot test failures (#3919)

The SOS DataReader impl given to clrmd didn't copy the thread context correctly.

A future PR will improve the IThread.GetThreadContext() interface method to reduce these kind of bugs.

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230526.6 (#3920)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20230526.2 (#3921)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230527.1 (#3922)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/arcade build 20230529.1 (#3923)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/runtime build 20230529.2 (#3925)

[main] Update dependencies from dotnet/runtime

* [main] Update dependencies from dotnet/installer (#3924)

[main] Update dependencies from dotnet/installer


 - Update single-file runtime version

* Update dependencies from https://github.com/dotnet/runtime build 20230529.6 (#3928)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230529.8 (#3927)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230529.2 (#3929)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230531.2 (#3930)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/runtime build 20230530.5 (#3931)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/runtime build 20230601.1 (#3933)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230531.5 (#3932)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230531.1 (#3936)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230601.3 (#3937)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230601.1 (#3939)

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23281.1 -> To Version 8.0.0-alpha.1.23301.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/runtime build 20230602.1 (#3938)

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.6.23301.1 -> To Version 8.0.0-preview.6.23302.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Fix Watson crash on null module names (#3940)

* Update dependencies from https://github.com/microsoft/clrmd build 20230602.1 (#3942)

[main] Update dependencies from microsoft/clrmd

* Update dependencies from https://github.com/dotnet/symstore build 20230602.1 (#3943)

[main] Update dependencies from dotnet/symstore

* Update dependencies from https://github.com/dotnet/runtime build 20230602.11 (#3944)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230602.1 (#3941)

[main] Update dependencies from dotnet/aspnetcore

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20230602.3 (#3945)

[main] Update dependencies from dotnet/source-build-reference-packages

* Update dependencies from https://github.com/dotnet/runtime build 20230603.4 (#3946)

[main] Update dependencies from dotnet/runtime

* Update dependencies from https://github.com/dotnet/arcade build 20230602.3 (#3947)

[main] Update dependencies from dotnet/arcade

* Update dependencies from https://github.com/dotnet/runtime build 20230604.2 (#3949)

[main] Update dependencies from dotnet/runtime

* [main] Update dependencies from dotnet/installer (#3948)

[main] Update dependencies from dotnet/installer


 - Update single-file version

---------

Co-authored-by: Lee Culver <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Juan Hoyos <[email protected]>
Co-authored-by: Günther Foidl <[email protected]>
Co-authored-by: Thays Grazia <[email protected]>
Co-authored-by: Andrew Moskevitz <[email protected]>
Co-authored-by: apmoskevitz <[email protected]>
Co-authored-by: Tom McDonald <[email protected]>
Co-authored-by: Nickolas McDonald <[email protected]>
Co-authored-by: Adeel Mujahid <[email protected]>
Co-authored-by: kkeirstead <[email protected]>
Co-authored-by: Grisha Kotler <[email protected]>
Co-authored-by: Andy Ayers <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant