platform/core/dotnet/diagnostics.git
9 months ago[tests] Update EventLogsPipelineUnitTests referenced issue (#4905)
Mitchell Hwang [Thu, 5 Sep 2024 00:44:12 +0000 (20:44 -0400)]
[tests] Update EventLogsPipelineUnitTests referenced issue (#4905)

Some EventLogsPipelineUnitTests originally disabled for Windows began
failing on other platforms. They were additionally disabled for all
platforms, referencing issue
https://github.com/dotnet/diagnostics/issues/4718.

https://github.com/dotnet/diagnostics/issues/4718 was closed, opting to
use https://github.com/dotnet/diagnostics/issues/2541 as the main
tracking issue.

Update the issue reference to reflect this.

9 months agoEnable new exception handling in .NET 9 SOS testing (#4817)
Mike McLaughlin [Wed, 4 Sep 2024 18:23:53 +0000 (11:23 -0700)]
Enable new exception handling in .NET 9 SOS testing (#4817)

9 months ago[main] Update dependencies from dotnet/runtime (#4904)
dotnet-maestro[bot] [Wed, 4 Sep 2024 14:25:41 +0000 (14:25 +0000)]
[main] Update dependencies from dotnet/runtime (#4904)

[main] Update dependencies from dotnet/runtime

9 months ago[main] Update dependencies from dotnet/aspnetcore (#4903)
dotnet-maestro[bot] [Wed, 4 Sep 2024 14:00:05 +0000 (14:00 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4903)

[main] Update dependencies from dotnet/aspnetcore

9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4902)
dotnet-maestro[bot] [Wed, 4 Sep 2024 13:18:33 +0000 (13:18 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4902)

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

9 months agoAdd cloud symweb support (#4848)
Mike McLaughlin [Tue, 3 Sep 2024 19:56:19 +0000 (12:56 -0700)]
Add cloud symweb support (#4848)

Add back -mi (add symweb symbol server), -nocache and -interface options
to setsymbolserver command.

Add back --internal-server support to dotnet-symbol.

Clean up the HttpSymbolStore.cs - fix HttpResponse not being properly
disposed. Removed the separate authenticated client instance/var.

Fix dotnet-symbol for some heap dumps. Some didn't have coreclr.dll's
debug directory contents. Catch error and continue downloading files.

9 months ago[main] Update dependencies from dotnet/sdk (#4901)
dotnet-maestro[bot] [Mon, 2 Sep 2024 13:28:38 +0000 (13:28 +0000)]
[main] Update dependencies from dotnet/sdk (#4901)

[main] Update dependencies from dotnet/sdk

9 months ago[main] Update dependencies from dotnet/arcade (#4900)
dotnet-maestro[bot] [Mon, 2 Sep 2024 13:16:56 +0000 (13:16 +0000)]
[main] Update dependencies from dotnet/arcade (#4900)

[main] Update dependencies from dotnet/arcade

9 months ago[main] Update dependencies from dotnet/aspnetcore (#4899)
dotnet-maestro[bot] [Sat, 31 Aug 2024 13:51:21 +0000 (13:51 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4899)

[main] Update dependencies from dotnet/aspnetcore

9 months ago[main] Update dependencies from dotnet/runtime (#4897)
dotnet-maestro[bot] [Fri, 30 Aug 2024 14:10:13 +0000 (14:10 +0000)]
[main] Update dependencies from dotnet/runtime (#4897)

[main] Update dependencies from dotnet/runtime

9 months ago[main] Update dependencies from dotnet/runtime (#4896)
dotnet-maestro[bot] [Thu, 29 Aug 2024 14:12:08 +0000 (14:12 +0000)]
[main] Update dependencies from dotnet/runtime (#4896)

[main] Update dependencies from dotnet/runtime

9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4895)
dotnet-maestro[bot] [Thu, 29 Aug 2024 14:01:11 +0000 (14:01 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4895)

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

9 months agoA small fix to preserve thread ids when parallel stack is shared (#4893)
Igor Bagdamyan [Wed, 28 Aug 2024 18:08:52 +0000 (21:08 +0300)]
A small fix to preserve thread ids when parallel stack is shared (#4893)

Sometimes a stack can be shared in a way where some thread's top frame
is the current frame but there are still frames/threads present in the
stack
In this case print the unique thread ids in the current stack frame.
Otherwise this information is lost:
```
~~ Thread_T1 - unique thread id(s) for the current frame, this thread id is not currently displayed
    ~~ Thread_T2
    1 Next_Stack_Frame
2 Current_Stack_Frame - this is actually a top frame for thread T1
```

Another way would be printing in a slightly different order but it will
chop stack a little:
```
    ~~ Thread_T2
    1 Next_Stack_Frame
~~ Thread_T1
2 Current_Stack_Frame
```

9 months agoSync shared (PAL, utilcode, inc, etc.) files with latest runtime (#4885)
Mike McLaughlin [Wed, 28 Aug 2024 16:14:33 +0000 (09:14 -0700)]
Sync shared (PAL, utilcode, inc, etc.) files with latest runtime (#4885)

Sync'ed to 96bcf7150deba280a070c6a4d85ca0640e405278 runtime commit hash

See src/shared/README.txt for more details on how some of the files are
merged.

Remove PAL_STDCPP_COMPAT

9 months ago[main] Update dependencies from dotnet/runtime (#4894)
dotnet-maestro[bot] [Wed, 28 Aug 2024 14:36:08 +0000 (14:36 +0000)]
[main] Update dependencies from dotnet/runtime (#4894)

[main] Update dependencies from dotnet/runtime

9 months agoDisable failing AssemblyLoad_ProducesEvents test (#4892)
Mike McLaughlin [Tue, 27 Aug 2024 22:45:35 +0000 (15:45 -0700)]
Disable failing AssemblyLoad_ProducesEvents test (#4892)

9 months ago[main] Update dependencies from dotnet/aspnetcore (#4890)
dotnet-maestro[bot] [Tue, 27 Aug 2024 16:36:59 +0000 (09:36 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4890)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240826.2
- **Date Produced**: August 27, 2024 12:03:24 AM UTC
- **Commit**: 9f52b5ccf32f2171881ac6419851bac9cc0f34e4
- **Branch**: refs/heads/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.2.24422.3 to
9.0.0-rc.2.24426.2][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.2.24422.3 to
9.0.0-rc.2.24426.2][1]

[1]:
https://github.com/dotnet/aspnetcore/compare/d11493ff12...9f52b5ccf3

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/runtime (#4891)
dotnet-maestro[bot] [Tue, 27 Aug 2024 16:36:23 +0000 (09:36 -0700)]
[main] Update dependencies from dotnet/runtime (#4891)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240826.3
- **Date Produced**: August 26, 2024 8:58:36 PM UTC
- **Commit**: fc775d2cb27fe6c3fb2461f72a284306063aa2d1
- **Branch**: refs/heads/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.2.24423.10
to 9.0.0-rc.2.24426.3][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.2.24423.10 to 9.0.0-rc.2.24426.3][1]

[1]: https://github.com/dotnet/runtime/compare/6f23d04dc2...fc775d2cb2

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4889)
dotnet-maestro[bot] [Tue, 27 Aug 2024 13:54:33 +0000 (13:54 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4889)

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

9 months ago[main] Update dependencies from dotnet/arcade (#4887)
dotnet-maestro[bot] [Mon, 26 Aug 2024 13:38:33 +0000 (13:38 +0000)]
[main] Update dependencies from dotnet/arcade (#4887)

[main] Update dependencies from dotnet/arcade

9 months ago[main] Update dependencies from dotnet/sdk (#4888)
dotnet-maestro[bot] [Mon, 26 Aug 2024 13:35:05 +0000 (13:35 +0000)]
[main] Update dependencies from dotnet/sdk (#4888)

[main] Update dependencies from dotnet/sdk

9 months ago[main] Update dependencies from dotnet/runtime (#4886)
dotnet-maestro[bot] [Sat, 24 Aug 2024 17:53:09 +0000 (10:53 -0700)]
[main] Update dependencies from dotnet/runtime (#4886)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240823.10
- **Date Produced**: August 24, 2024 7:03:28 AM UTC
- **Commit**: 6f23d04dc2b2039e9eaf97bee2ac02a77ce56b21
- **Branch**: refs/heads/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.2.24422.9 to
9.0.0-rc.2.24423.10][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.2.24422.9 to 9.0.0-rc.2.24423.10][1]

[1]: https://github.com/dotnet/runtime/compare/f7b94cadde...6f23d04dc2

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/aspnetcore (#4883)
dotnet-maestro[bot] [Fri, 23 Aug 2024 16:46:05 +0000 (09:46 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4883)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240822.3
- **Date Produced**: August 22, 2024 9:23:41 PM UTC
- **Commit**: d11493ff125bffff4cb0db74dd62c8dc87c936d6
- **Branch**: refs/heads/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.2.24420.12 to
9.0.0-rc.2.24422.3][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.2.24420.12
to 9.0.0-rc.2.24422.3][1]

[1]:
https://github.com/dotnet/aspnetcore/compare/36332c8183...d11493ff12

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/runtime (#4884)
dotnet-maestro[bot] [Fri, 23 Aug 2024 13:36:32 +0000 (13:36 +0000)]
[main] Update dependencies from dotnet/runtime (#4884)

[main] Update dependencies from dotnet/runtime

9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4881)
dotnet-maestro[bot] [Thu, 22 Aug 2024 16:42:09 +0000 (09:42 -0700)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4881)

This pull request updates the following dependencies

[marker]: <> (Begin:8fefa124-13dd-4c66-7dae-08d9c02d7834)
## From https://github.com/dotnet/source-build-reference-packages
- **Subscription**: 8fefa124-13dd-4c66-7dae-08d9c02d7834
- **Build**: 20240821.1
- **Date Produced**: August 21, 2024 7:07:06 PM UTC
- **Commit**: bdd698774daa248301c236f09b97015610ca2842
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
-
**Microsoft.SourceBuild.Intermediate.source-build-reference-packages**:
[from 10.0.0-alpha.1.24419.1 to 10.0.0-alpha.1.24421.1][1]

[1]:
https://github.com/dotnet/source-build-reference-packages/compare/c818c3cf01...bdd698774d

[DependencyUpdate]: <> (End)

[marker]: <> (End:8fefa124-13dd-4c66-7dae-08d9c02d7834)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/runtime (#4882)
dotnet-maestro[bot] [Thu, 22 Aug 2024 14:06:58 +0000 (14:06 +0000)]
[main] Update dependencies from dotnet/runtime (#4882)

[main] Update dependencies from dotnet/runtime

9 months agoUpdate Azure Linux tag name (#4880)
Sven Boemer [Wed, 21 Aug 2024 22:54:19 +0000 (15:54 -0700)]
Update Azure Linux tag name (#4880)

Updating the naming scheme for these images, see
https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/1176.

9 months ago[main] Update dependencies from dotnet/arcade (#4879)
dotnet-maestro[bot] [Wed, 21 Aug 2024 19:49:44 +0000 (19:49 +0000)]
[main] Update dependencies from dotnet/arcade (#4879)

[main] Update dependencies from dotnet/arcade

9 months agoProvide info about PDB container type (MSF vs. MSFZ) (#4877)
sivadeilra [Wed, 21 Aug 2024 18:32:01 +0000 (11:32 -0700)]
Provide info about PDB container type (MSF vs. MSFZ) (#4877)

This is a follow-on to my previous PR, #4868 . This allows users of the
`PDBFile` class to query for the "kind" of the container that a given
PDB file uses. Normal (uncompressed) PDBs use a container format called
"MSF". Compressed PDBs use a container format called "MSFZ".

This adds two properties to `PDBFile`. The `ContainerKind` property
returns an enum which allows the caller to distinguish between MSF, and
MSFZ. This also allows for new container formats (as yet unspecified) in
the future. However, the `ContainerKind` enum intentionally does not
distinguish between the version of the container. For that, the
`ContainerKindSpecString` returns a string which contains a textual
identifier ("msf" vs. "msfz") and for MSFZ, a version number. For now,
the only version number defined is 0.

---------

Co-authored-by: Arlie Davis <ardavis@microsoft.com>
9 months ago[main] Update dependencies from dotnet/aspnetcore (#4870)
dotnet-maestro[bot] [Wed, 21 Aug 2024 17:10:39 +0000 (10:10 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4870)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240820.12
- **Date Produced**: August 21, 2024 2:26:32 AM UTC
- **Commit**: 36332c8183f0205ec098822545dbe65d17d93405
- **Branch**: refs/heads/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 10.0.0-alpha.1.24416.8 to
9.0.0-rc.2.24420.12][2]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from
10.0.0-alpha.1.24416.8 to 9.0.0-rc.2.24420.12][2]

[2]:
https://github.com/dotnet/aspnetcore/compare/48a07213d4...36332c8183

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/runtime (#4878)
dotnet-maestro[bot] [Wed, 21 Aug 2024 13:57:24 +0000 (13:57 +0000)]
[main] Update dependencies from dotnet/runtime (#4878)

[main] Update dependencies from dotnet/runtime

9 months agoAdd support for MSFZ/PDZ files (#4868)
sivadeilra [Tue, 20 Aug 2024 16:48:59 +0000 (09:48 -0700)]
Add support for MSFZ/PDZ files (#4868)

This adds support for reading MSFZ/PDZ files. MSFZ files are a new
container format for PDB files, which allows for efficient compression
and decompression of small fragments of a file, without decompressing
the entire file.

Co-authored-by: Arlie Davis <ardavis@microsoft.com>
9 months ago[main] Update dependencies from dotnet/runtime (#4876)
dotnet-maestro[bot] [Tue, 20 Aug 2024 15:59:23 +0000 (08:59 -0700)]
[main] Update dependencies from dotnet/runtime (#4876)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240819.2
- **Date Produced**: August 19, 2024 11:27:25 AM UTC
- **Commit**: 418c3b9e2753715fa017ace6b3f1f5ec4d4d6aae
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24418.7 to
9.0.0-rc.1.24419.2][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24418.7 to 9.0.0-rc.1.24419.2][1]

[1]: https://github.com/dotnet/runtime/compare/dc0432bcb6...418c3b9e27

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months agodotnet-counters: Support EventCounter prefix + remove known data (#4871)
Noah Falk [Tue, 20 Aug 2024 13:48:00 +0000 (06:48 -0700)]
dotnet-counters: Support EventCounter prefix + remove known data (#4871)

- dotnet-counters now supports a prefix 'EventCounters\\' in front of
provider name to force the tool to show EventCounter data when both a
Meter and an EventSource have the same name. Without the prefix the
Meter data would be shown by default. This is intended to help
developers who are migrating between the two and want to see the old
data.

- dotnet-counters list command no longer shows a hard-coded list of
provider and counter names which was already out-of-date. Instead the
command now directs users to the online docs. This should be less work
for us and more accurate information for users.

- dotnet-counters console renderer now sorts all providers
alphabetically when displaying them. Previously providers that were in
the known provider list had special treatment and got sorted first.
Several console exporter tests had to be updated because of the sort
order change.

- JSON and CSV monitoring tests are re-enabled and use the new
EventCounters feature to keep their behavior stable across runtimes
given that 9.0 has a System.Runtime Meter and earlier runtimes do not.
We already have other tests that handle monitoring Meters and there are
tests in the runtime repo for the System.Runtime Meter data.

- CounterSet was deleted and ConfigureCounters() was refactored to use
List\<EventPipeCounterGroup\> instead. CounterSet and
EventPipeCounterGroup were already similar abstractions so there wasn't
much value in maintaining both of them. EventPipeCounterGroup also
supports marking a provider as EventCounter only which was needed for
EventCounter prefix support. The counter list parsing tests were updated
to validate the same results using the EventPipeCounterGroup API
instead.

9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4875)
dotnet-maestro[bot] [Tue, 20 Aug 2024 13:17:38 +0000 (13:17 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4875)

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

9 months ago[main] Update dependencies from dotnet/arcade (#4873)
dotnet-maestro[bot] [Mon, 19 Aug 2024 17:37:06 +0000 (10:37 -0700)]
[main] Update dependencies from dotnet/arcade (#4873)

This pull request updates the following dependencies

[marker]: <> (Begin:6d3f346d-45bf-4275-0e83-08d8e40a189f)
## From https://github.com/dotnet/arcade
- **Subscription**: 6d3f346d-45bf-4275-0e83-08d8e40a189f
- **Build**: 20240816.2
- **Date Produced**: August 16, 2024 10:55:26 PM UTC
- **Commit**: 8fe02bab989df1265eee225df2c28af6dbdccc83
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.SourceBuild.Intermediate.arcade**: [from
9.0.0-beta.24408.2 to 9.0.0-beta.24416.2][1]
- **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.24408.2 to
9.0.0-beta.24416.2][1]
- **Microsoft.DotNet.CodeAnalysis**: [from 9.0.0-beta.24408.2 to
9.0.0-beta.24416.2][1]

[1]: https://github.com/dotnet/arcade/compare/60ae233c3d...8fe02bab98

[DependencyUpdate]: <> (End)

[marker]: <> (End:6d3f346d-45bf-4275-0e83-08d8e40a189f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/sdk (#4874)
dotnet-maestro[bot] [Mon, 19 Aug 2024 14:04:32 +0000 (14:04 +0000)]
[main] Update dependencies from dotnet/sdk (#4874)

[main] Update dependencies from dotnet/sdk

9 months ago[main] Update dependencies from dotnet/runtime (#4872)
dotnet-maestro[bot] [Mon, 19 Aug 2024 13:20:58 +0000 (13:20 +0000)]
[main] Update dependencies from dotnet/runtime (#4872)

[main] Update dependencies from dotnet/runtime

9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4869)
dotnet-maestro[bot] [Fri, 16 Aug 2024 13:14:15 +0000 (13:14 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4869)

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

9 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4863)
dotnet-maestro[bot] [Thu, 15 Aug 2024 17:18:09 +0000 (10:18 -0700)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4863)

This pull request updates the following dependencies

[marker]: <> (Begin:8fefa124-13dd-4c66-7dae-08d9c02d7834)
## From https://github.com/dotnet/source-build-reference-packages
- **Subscription**: 8fefa124-13dd-4c66-7dae-08d9c02d7834
- **Build**: 20240814.4
- **Date Produced**: August 14, 2024 6:16:11 PM UTC
- **Commit**: d2f2ae0b652c2379c4b1f0b1d31cfb24a6cfa900
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
-
**Microsoft.SourceBuild.Intermediate.source-build-reference-packages**:
[from 9.0.0-alpha.1.24413.1 to 9.0.0-alpha.1.24414.4][1]

[1]:
https://github.com/dotnet/source-build-reference-packages/compare/1b838a42e4...d2f2ae0b65

[DependencyUpdate]: <> (End)

[marker]: <> (End:8fefa124-13dd-4c66-7dae-08d9c02d7834)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
9 months ago[main] Update dependencies from dotnet/runtime (#4865)
dotnet-maestro[bot] [Thu, 15 Aug 2024 14:19:35 +0000 (14:19 +0000)]
[main] Update dependencies from dotnet/runtime (#4865)

[main] Update dependencies from dotnet/runtime

9 months ago[main] Update dependencies from dotnet/aspnetcore (#4864)
dotnet-maestro[bot] [Thu, 15 Aug 2024 14:04:08 +0000 (14:04 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4864)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[LoongArch64] Part-2: Add support for LoongArch64 under 'src/SOS' and some other...
Xu Liangyu [Wed, 14 Aug 2024 21:14:46 +0000 (05:14 +0800)]
[LoongArch64] Part-2: Add support for LoongArch64 under 'src/SOS' and some other files. (#4852)

This PR mainly implement the src/SOS directory and some other files for
LA64.
With [Part-1](https://github.com/dotnet/diagnostics/pull/4835) and
Part-2, some dotnet-sos cli can be executed, such as gcinfo/clrstack...

10 months ago[main] Update dependencies from microsoft/clrmd (#4858)
dotnet-maestro[bot] [Wed, 14 Aug 2024 18:32:08 +0000 (18:32 +0000)]
[main] Update dependencies from microsoft/clrmd (#4858)

[main] Update dependencies from microsoft/clrmd

10 months ago[main] Update dependencies from dotnet/runtime (#4861)
dotnet-maestro[bot] [Wed, 14 Aug 2024 17:21:24 +0000 (10:21 -0700)]
[main] Update dependencies from dotnet/runtime (#4861)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240813.14
- **Date Produced**: August 14, 2024 5:02:47 AM UTC
- **Commit**: 605ff6f6485101d4bd1eabb9ab97af345eee67a1
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24412.13
to 9.0.0-rc.1.24413.14][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24412.13 to 9.0.0-rc.1.24413.14][1]

[1]: https://github.com/dotnet/runtime/compare/05abb765e2...605ff6f648

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4860)
dotnet-maestro[bot] [Wed, 14 Aug 2024 13:51:47 +0000 (13:51 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4860)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4859)
dotnet-maestro[bot] [Wed, 14 Aug 2024 13:17:24 +0000 (13:17 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4859)

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

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4854)
dotnet-maestro[bot] [Tue, 13 Aug 2024 13:37:42 +0000 (13:37 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4854)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/runtime (#4855)
dotnet-maestro[bot] [Tue, 13 Aug 2024 13:22:19 +0000 (13:22 +0000)]
[main] Update dependencies from dotnet/runtime (#4855)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4853)
dotnet-maestro[bot] [Tue, 13 Aug 2024 13:15:18 +0000 (13:15 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4853)

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

10 months agoDepend on Microsoft.NET.Sdk (#4851)
Juan Hoyos [Tue, 13 Aug 2024 01:28:44 +0000 (18:28 -0700)]
Depend on Microsoft.NET.Sdk (#4851)

10 months agoFix private build testing running test.cmd/test.sh (#4849)
Mike McLaughlin [Tue, 13 Aug 2024 00:02:52 +0000 (17:02 -0700)]
Fix private build testing running test.cmd/test.sh (#4849)

10 months ago[LoongArch64] Part-1:Add LoongArch64 support in src/shard directory (#4835)
Liu An [Mon, 12 Aug 2024 21:58:20 +0000 (05:58 +0800)]
[LoongArch64] Part-1:Add LoongArch64 support in src/shard directory (#4835)

Add a new archecture LoongArch64 for diagnostics. This PR is an
implementation of the src/shard directory.
@shushanhf

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4844)
dotnet-maestro[bot] [Mon, 12 Aug 2024 20:38:03 +0000 (13:38 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4844)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240811.2
- **Date Produced**: August 12, 2024 4:14:07 AM UTC
- **Commit**: e9647658dc46260cce21e980ec324565a4d39293
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.1.24409.11 to
9.0.0-rc.1.24411.2][2]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.1.24409.11
to 9.0.0-rc.1.24411.2][2]

[2]:
https://github.com/dotnet/aspnetcore/compare/bbad0917b4...e9647658dc

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/arcade (#4846)
dotnet-maestro[bot] [Mon, 12 Aug 2024 20:37:53 +0000 (13:37 -0700)]
[main] Update dependencies from dotnet/arcade (#4846)

This pull request updates the following dependencies

[marker]: <> (Begin:6d3f346d-45bf-4275-0e83-08d8e40a189f)
## From https://github.com/dotnet/arcade
- **Subscription**: 6d3f346d-45bf-4275-0e83-08d8e40a189f
- **Build**: 20240808.2
- **Date Produced**: August 8, 2024 10:17:16 AM UTC
- **Commit**: 60ae233c3d77f11c5fdb53e570b64d503b13ba59
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.SourceBuild.Intermediate.arcade**: [from
9.0.0-beta.24401.1 to 9.0.0-beta.24408.2][1]
- **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.24401.1 to
9.0.0-beta.24408.2][1]
- **Microsoft.DotNet.CodeAnalysis**: [from 9.0.0-beta.24401.1 to
9.0.0-beta.24408.2][1]

[1]: https://github.com/dotnet/arcade/compare/a3dae8d4fd...60ae233c3d

[DependencyUpdate]: <> (End)

[marker]: <> (End:6d3f346d-45bf-4275-0e83-08d8e40a189f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/runtime (#4845)
dotnet-maestro[bot] [Mon, 12 Aug 2024 20:37:19 +0000 (13:37 -0700)]
[main] Update dependencies from dotnet/runtime (#4845)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240810.5
- **Date Produced**: August 11, 2024 10:41:29 AM UTC
- **Commit**: 7cb32e193a55a95c74fc3bd56501b951b48b700f
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24409.6 to
9.0.0-rc.1.24410.5][2]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24409.6 to 9.0.0-rc.1.24410.5][2]

[2]: https://github.com/dotnet/runtime/compare/0953757c1e...7cb32e193a

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
10 months ago[main] Update dependencies from dotnet/runtime (#4842)
dotnet-maestro[bot] [Fri, 9 Aug 2024 18:53:53 +0000 (11:53 -0700)]
[main] Update dependencies from dotnet/runtime (#4842)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240808.13
- **Date Produced**: August 9, 2024 9:20:44 AM UTC
- **Commit**: 48aa31535f0e5f318f061eb6f8ad4f25611e6133
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24407.9 to
9.0.0-rc.1.24408.13][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24407.9 to 9.0.0-rc.1.24408.13][1]

[1]: https://github.com/dotnet/runtime/compare/a562a9fe55...48aa31535f

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4841)
dotnet-maestro[bot] [Fri, 9 Aug 2024 13:57:39 +0000 (13:57 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4841)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/runtime (#4840)
dotnet-maestro[bot] [Thu, 8 Aug 2024 16:40:56 +0000 (09:40 -0700)]
[main] Update dependencies from dotnet/runtime (#4840)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240807.9
- **Date Produced**: August 8, 2024 4:45:30 AM UTC
- **Commit**: a562a9fe5582dabf601884392d5ce987484ea706
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24406.14
to 9.0.0-rc.1.24407.9][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24406.14 to 9.0.0-rc.1.24407.9][1]

[1]: https://github.com/dotnet/runtime/compare/4985021ebf...a562a9fe55

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4839)
dotnet-maestro[bot] [Thu, 8 Aug 2024 13:58:31 +0000 (13:58 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4839)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/runtime (#4838)
dotnet-maestro[bot] [Wed, 7 Aug 2024 17:13:04 +0000 (10:13 -0700)]
[main] Update dependencies from dotnet/runtime (#4838)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240806.14
- **Date Produced**: August 7, 2024 6:51:32 AM UTC
- **Commit**: 4985021ebfff545de02caa3386e3dd4b21784b95
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24403.1 to
9.0.0-rc.1.24406.14][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24403.1 to 9.0.0-rc.1.24406.14][1]

[1]: https://github.com/dotnet/runtime/compare/1cc0186c3e...4985021ebf

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4837)
dotnet-maestro[bot] [Wed, 7 Aug 2024 17:12:53 +0000 (10:12 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4837)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240806.7
- **Date Produced**: August 7, 2024 2:00:31 AM UTC
- **Commit**: c43053635afd8b3b9c0f805384936ba4c58d94fe
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.1.24402.3 to
9.0.0-rc.1.24406.7][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.1.24402.3 to
9.0.0-rc.1.24406.7][1]

[1]:
https://github.com/dotnet/aspnetcore/compare/6d1a1329fc...c43053635a

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4836)
dotnet-maestro[bot] [Wed, 7 Aug 2024 13:41:13 +0000 (13:41 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4836)

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

10 months agodotnet-trace: don't fail if the trace file has no method calls (#4827)
Konstantin Gukov [Tue, 6 Aug 2024 18:19:39 +0000 (20:19 +0200)]
dotnet-trace: don't fail if the trace file has no method calls (#4827)

Before:

```
> dotnet-trace report dotnet_tracing_20240802_082746.nettrace topN -n 10
[ERROR] System.OverflowException: Arithmetic operation resulted in an overflow.
   at Microsoft.Diagnostics.Tools.Trace.CommandLine.PrintReportHelper.TopNWriteToStdOut(List`1 nodesToReport, Boolean isInclusive, Boolean isVerbose) in /_/src/Tools/dotnet-trace/CommandLine/PrintReportHelper.cs:line 99
   at Microsoft.Diagnostics.Tools.Trace.ReportCommandHandler.TopNReport(CancellationToken ct, IConsole console, String traceFile, Int32 number, Boolean inclusive, Boolean verbose) in /_/src/Tools/dotnet-trace/CommandLine/Commands/ReportCommand.cs:line 93
```

After:

```
> /home/gukov/diagnostics/artifacts/bin/dotnet-trace/Debug/net6.0/dotnet-trace report dotnet_tracing_20240802_082746.nettrace topN -n 10 -v
[WARNING] No method calls found
```

(written to stderr)

10 months ago[main] Update dependencies from dotnet/arcade (#4834)
dotnet-maestro[bot] [Mon, 5 Aug 2024 13:46:20 +0000 (13:46 +0000)]
[main] Update dependencies from dotnet/arcade (#4834)

[main] Update dependencies from dotnet/arcade

10 months ago[main] Update dependencies from dotnet/runtime (#4832)
dotnet-maestro[bot] [Sun, 4 Aug 2024 14:05:52 +0000 (14:05 +0000)]
[main] Update dependencies from dotnet/runtime (#4832)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/runtime (#4831)
dotnet-maestro[bot] [Sat, 3 Aug 2024 17:14:05 +0000 (10:14 -0700)]
[main] Update dependencies from dotnet/runtime (#4831)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240802.7
- **Date Produced**: August 3, 2024 8:54:09 AM UTC
- **Commit**: a4fe68fcb3233b8b229444557d38c7565938de05
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24401.5 to
9.0.0-rc.1.24402.7][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24401.5 to 9.0.0-rc.1.24402.7][1]

[1]: https://github.com/dotnet/runtime/compare/ae30cbaf99...a4fe68fcb3

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4830)
dotnet-maestro[bot] [Sat, 3 Aug 2024 13:52:45 +0000 (13:52 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4830)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/runtime (#4829)
dotnet-maestro[bot] [Fri, 2 Aug 2024 17:54:28 +0000 (10:54 -0700)]
[main] Update dependencies from dotnet/runtime (#4829)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240801.5
- **Date Produced**: August 1, 2024 8:03:59 PM UTC
- **Commit**: ae30cbaf993d757eec8bfc3420b152e1a7bc4af0
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24381.5 to
9.0.0-rc.1.24401.5][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24381.5 to 9.0.0-rc.1.24401.5][1]

[1]: https://github.com/dotnet/runtime/compare/7f2b222f92...ae30cbaf99

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4828)
dotnet-maestro[bot] [Fri, 2 Aug 2024 17:54:16 +0000 (10:54 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4828)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240802.1
- **Date Produced**: August 2, 2024 8:51:19 AM UTC
- **Commit**: 1d88c6cf5e0b62050f4b17431b9a34fa9e26070a
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.1.24401.1 to
9.0.0-rc.1.24402.1][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.1.24401.1 to
9.0.0-rc.1.24402.1][1]

[1]:
https://github.com/dotnet/aspnetcore/compare/0fee04e2e1...1d88c6cf5e

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months agoDon't print wNumVirtuals wNumVtableSlots if they're 0 (#4760)
Aleksey Kliger (λgeek) [Fri, 2 Aug 2024 17:49:38 +0000 (13:49 -0400)]
Don't print wNumVirtuals wNumVtableSlots if they're 0 (#4760)

Since .NET 9 the runtime will always set these MethodTableData fields to
0

10 months agoAllow SOS testing against a private runtime build (#4818)
Mike McLaughlin [Fri, 2 Aug 2024 16:25:05 +0000 (09:25 -0700)]
Allow SOS testing against a private runtime build (#4818)

Added eng\privatebuild.cmd and eng/privatebuild.sh and some build
changes that sets up for testing against a private build. Just the
latest 9.0.x runtimes are installed and tested against.

Added eng/testsos* as a short cut to running just the SOS tests.

Updated the doc on the end-to-end procedure.

10 months ago.net9+: prefer the canonical method table over EEClass (#4758)
Aleksey Kliger (λgeek) [Thu, 1 Aug 2024 17:22:16 +0000 (13:22 -0400)]
.net9+: prefer the canonical method table over EEClass (#4758)

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4822)
dotnet-maestro[bot] [Thu, 1 Aug 2024 17:11:26 +0000 (10:11 -0700)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4822)

This pull request updates the following dependencies

[marker]: <> (Begin:8fefa124-13dd-4c66-7dae-08d9c02d7834)
## From https://github.com/dotnet/source-build-reference-packages
- **Subscription**: 8fefa124-13dd-4c66-7dae-08d9c02d7834
- **Build**: 20240729.2
- **Date Produced**: July 29, 2024 7:31:17 PM UTC
- **Commit**: 7acff95b845d4e44ac902068932076a77bfed595
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
-
**Microsoft.SourceBuild.Intermediate.source-build-reference-packages**:
[from 9.0.0-alpha.1.24374.1 to 9.0.0-alpha.1.24379.2][3]

[3]:
https://github.com/dotnet/source-build-reference-packages/compare/26ae006620...7acff95b84

[DependencyUpdate]: <> (End)

[marker]: <> (End:8fefa124-13dd-4c66-7dae-08d9c02d7834)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4823)
dotnet-maestro[bot] [Thu, 1 Aug 2024 16:29:48 +0000 (09:29 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4823)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240801.1
- **Date Produced**: August 1, 2024 8:47:33 AM UTC
- **Commit**: 0fee04e2e1e507f0c993fa902d53abdd7c5dff65
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.1.24376.7 to
9.0.0-rc.1.24401.1][3]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.1.24376.7 to
9.0.0-rc.1.24401.1][3]

[3]:
https://github.com/dotnet/aspnetcore/compare/06155c05af...0fee04e2e1

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/runtime (#4824)
dotnet-maestro[bot] [Thu, 1 Aug 2024 16:29:26 +0000 (09:29 -0700)]
[main] Update dependencies from dotnet/runtime (#4824)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240731.5
- **Date Produced**: July 31, 2024 8:27:14 PM UTC
- **Commit**: 7f2b222f92d323b7ca522a06c7116f1ec25d12ca
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.1.24378.5 to
9.0.0-rc.1.24381.5][3]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.1.24378.5 to 9.0.0-rc.1.24381.5][3]

[3]: https://github.com/dotnet/runtime/compare/0912e94a6c...7f2b222f92

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/runtime (#4821)
dotnet-maestro[bot] [Mon, 29 Jul 2024 14:16:30 +0000 (14:16 +0000)]
[main] Update dependencies from dotnet/runtime (#4821)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/arcade (#4820)
dotnet-maestro[bot] [Mon, 29 Jul 2024 13:27:43 +0000 (13:27 +0000)]
[main] Update dependencies from dotnet/arcade (#4820)

[main] Update dependencies from dotnet/arcade

10 months ago[main] Update dependencies from dotnet/runtime (#4819)
dotnet-maestro[bot] [Sun, 28 Jul 2024 14:06:14 +0000 (14:06 +0000)]
[main] Update dependencies from dotnet/runtime (#4819)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/runtime (#4816)
dotnet-maestro[bot] [Sat, 27 Jul 2024 14:05:45 +0000 (14:05 +0000)]
[main] Update dependencies from dotnet/runtime (#4816)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4815)
dotnet-maestro[bot] [Sat, 27 Jul 2024 14:05:18 +0000 (14:05 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4815)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4812)
dotnet-maestro[bot] [Fri, 26 Jul 2024 16:33:36 +0000 (09:33 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4812)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240725.10
- **Date Produced**: July 26, 2024 3:39:20 AM UTC
- **Commit**: 98ee50279acfacff2b4ae4b6863956f3c65f34b2
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.1.24374.3 to
9.0.0-rc.1.24375.10][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.1.24374.3 to
9.0.0-rc.1.24375.10][1]

[1]:
https://github.com/dotnet/aspnetcore/compare/829583b4d4...98ee50279a

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/runtime (#4813)
dotnet-maestro[bot] [Fri, 26 Jul 2024 14:35:32 +0000 (14:35 +0000)]
[main] Update dependencies from dotnet/runtime (#4813)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/runtime (#4811)
dotnet-maestro[bot] [Thu, 25 Jul 2024 14:37:06 +0000 (14:37 +0000)]
[main] Update dependencies from dotnet/runtime (#4811)

[main] Update dependencies from dotnet/runtime

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4810)
dotnet-maestro[bot] [Thu, 25 Jul 2024 14:31:24 +0000 (14:31 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4810)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4809)
dotnet-maestro[bot] [Thu, 25 Jul 2024 13:40:11 +0000 (13:40 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4809)

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

10 months ago[main] Update dependencies from dotnet/runtime (#4801)
dotnet-maestro[bot] [Wed, 24 Jul 2024 18:21:22 +0000 (11:21 -0700)]
[main] Update dependencies from dotnet/runtime (#4801)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240724.2
- **Date Produced**: July 24, 2024 11:49:41 AM UTC
- **Commit**: 5788b6a4061ccb50495156d3443d596c2e0f6960
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from
9.0.0-preview.7.24366.18 to 9.0.0-preview.7.24374.2][5]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-preview.7.24366.18 to 9.0.0-preview.7.24374.2][5]

[5]: https://github.com/dotnet/runtime/compare/1f70f0cc66...5788b6a406

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4808)
dotnet-maestro[bot] [Wed, 24 Jul 2024 14:32:27 +0000 (14:32 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4808)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4807)
dotnet-maestro[bot] [Wed, 24 Jul 2024 13:34:29 +0000 (13:34 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4807)

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

10 months ago[main] Update dependencies from dotnet/arcade (#4802)
dotnet-maestro[bot] [Wed, 24 Jul 2024 02:08:49 +0000 (19:08 -0700)]
[main] Update dependencies from dotnet/arcade (#4802)

This pull request updates the following dependencies

[marker]: <> (Begin:6d3f346d-45bf-4275-0e83-08d8e40a189f)
## From https://github.com/dotnet/arcade
- **Subscription**: 6d3f346d-45bf-4275-0e83-08d8e40a189f
- **Build**: 20240718.9
- **Date Produced**: July 18, 2024 4:59:11 PM UTC
- **Commit**: b4e499d1f6e6b3a981feabfed290d99261762382
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.SourceBuild.Intermediate.arcade**: [from
9.0.0-beta.24360.4 to 9.0.0-beta.24368.9][1]
- **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.24360.4 to
9.0.0-beta.24368.9][1]
- **Microsoft.DotNet.CodeAnalysis**: [from 9.0.0-beta.24360.4 to
9.0.0-beta.24368.9][1]

[1]: https://github.com/dotnet/arcade/compare/731d793be2...b4e499d1f6

[DependencyUpdate]: <> (End)

[marker]: <> (End:6d3f346d-45bf-4275-0e83-08d8e40a189f)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4805)
dotnet-maestro[bot] [Tue, 23 Jul 2024 14:48:02 +0000 (14:48 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4805)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4804)
dotnet-maestro[bot] [Tue, 23 Jul 2024 13:53:58 +0000 (13:53 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4804)

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

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4800)
dotnet-maestro[bot] [Sun, 21 Jul 2024 14:00:37 +0000 (14:00 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4800)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4799)
dotnet-maestro[bot] [Fri, 19 Jul 2024 16:16:07 +0000 (09:16 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4799)

This pull request updates the following dependencies

[marker]: <> (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)
## From https://github.com/dotnet/aspnetcore
- **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb
- **Build**: 20240718.11
- **Date Produced**: July 18, 2024 9:56:00 PM UTC
- **Commit**: 662d200bc4feb11a01895e675fbfee8517c6fe2a
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-preview.7.24368.1 to
9.0.0-preview.7.24368.11][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from
9.0.0-preview.7.24368.1 to 9.0.0-preview.7.24368.11][1]

[1]:
https://github.com/dotnet/aspnetcore/compare/7e99eea5f0...662d200bc4

[DependencyUpdate]: <> (End)

[marker]: <> (End:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4798)
dotnet-maestro[bot] [Thu, 18 Jul 2024 14:16:07 +0000 (14:16 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4798)

[main] Update dependencies from dotnet/aspnetcore

10 months agoAdd support for ISOSDacInterface15 - MethodTable enumeration api (#4767)
David Wrighton [Wed, 17 Jul 2024 17:27:40 +0000 (10:27 -0700)]
Add support for ISOSDacInterface15 - MethodTable enumeration api (#4767)

- Support iterating methods from the new ISOSDacInterface15
- Re-plumb the existing logic as a local implementation of
ISOSDacInterface15 on top of apis that have been present for a long time

This is dependent on https://github.com/dotnet/runtime/pull/101580

10 months ago[main] Update dependencies from dotnet/runtime (#4792)
dotnet-maestro[bot] [Wed, 17 Jul 2024 16:52:46 +0000 (09:52 -0700)]
[main] Update dependencies from dotnet/runtime (#4792)

This pull request updates the following dependencies

[marker]: <> (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)
## From https://github.com/dotnet/runtime
- **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f
- **Build**: 20240716.18
- **Date Produced**: July 17, 2024 10:14:05 AM UTC
- **Commit**: 1f70f0cc663b5d45f77840e9728386e5fa7944f9
- **Branch**: refs/heads/main

[DependencyUpdate]: <> (Begin)

- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from
9.0.0-preview.7.24363.5 to 9.0.0-preview.7.24366.18][3]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-preview.7.24363.5 to 9.0.0-preview.7.24366.18][3]

[3]: https://github.com/dotnet/runtime/compare/5ab200cd23...1f70f0cc66

[DependencyUpdate]: <> (End)

[marker]: <> (End:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f)

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
10 months ago[main] Update dependencies from dotnet/aspnetcore (#4797)
dotnet-maestro[bot] [Wed, 17 Jul 2024 14:23:24 +0000 (14:23 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4797)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/aspnetcore (#4794)
dotnet-maestro[bot] [Tue, 16 Jul 2024 14:28:14 +0000 (14:28 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4794)

[main] Update dependencies from dotnet/aspnetcore

10 months ago[main] Update dependencies from dotnet/source-build-reference-packages (#4793)
dotnet-maestro[bot] [Tue, 16 Jul 2024 13:56:12 +0000 (13:56 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4793)

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