Mikhail Kurinnoi [Tue, 15 Mar 2022 15:00:52 +0000 (08:00 -0700)]
[Tizen] Fix "dump analyze" access denied related issue.
Fix
3cf4501 commit changes, since after
6946f55 commit in upstream, "dotnet analyze" could not open
dump because have "access denied" error to one of subdirectories in directory with dump file.
olekarev [Fri, 11 Feb 2022 09:33:10 +0000 (12:33 +0300)]
[Tizen] Fix gbs build for v6.0
Woongsuk Cho [Thu, 23 Dec 2021 05:35:59 +0000 (14:35 +0900)]
[Tizen] Support armv7hl build
Patch to remove build errors that occur in armv7hl, a newly supported arch from Tizen 7.0.
Runtime test in armv7hl is not performed (to be verified after platform stabilization)
j-h.choi [Mon, 25 Jan 2021 04:28:22 +0000 (13:28 +0900)]
[Tizen] Add dotnet-stack tool
Kirill Frolov [Tue, 1 Sep 2020 11:47:14 +0000 (14:47 +0300)]
[Tizen] Fix broken "soshelp" command.
File sosdocsunix.txt should be added to directory where .NET is
installed. This is needed to enable "sos help" command (for lldb
plugin).
Sangwook Kim [Wed, 22 Apr 2020 09:01:00 +0000 (18:01 +0900)]
[Tizen] Search symbol directories recursively (#27)
The SOS command 'setsymbolserver -directory' will automatically search
all subdirectories of the specified directory.
Mikhail Kurinnoi [Wed, 23 Jun 2021 13:44:27 +0000 (06:44 -0700)]
[Tizen] Update SOS plugin file list.
Mikhail Kurinnoi [Wed, 23 Jun 2021 13:41:41 +0000 (06:41 -0700)]
[Tizen] Remove NI generation with first crossgen.
Gleb Balykov [Fri, 19 Jun 2020 10:18:49 +0000 (13:18 +0300)]
[Tizen] Enable aarch64 gbs build
김상욱/Common Platform Lab(SR)/Engineer/삼성전자 [Mon, 25 May 2020 06:42:48 +0000 (15:42 +0900)]
[Tizen] Unset SMACK rules and remove post script (#31)
Sangwook Kim [Tue, 28 Apr 2020 01:38:58 +0000 (10:38 +0900)]
[Tizen] Clean up build commands
Also set NeedsPublishing to true to unconditionally export all
referenced assemblies.
Gleb Balykov [Tue, 23 Jun 2020 16:18:53 +0000 (19:18 +0300)]
[Tizen] Pass compilation flags to asm files
Mikhail Kurinnoi [Wed, 23 Jun 2021 13:31:00 +0000 (06:31 -0700)]
[Tizen] Prevent internet access during managed parts build.
Gleb Balykov [Mon, 5 Aug 2019 13:26:44 +0000 (16:26 +0300)]
[Tizen] Add gbs support
[Tizen] Add gbs support
[Tizen] Publish diagnostic tools
- Remove devel package
- Create tools package for new managed tools (e.g. dotnet-trace)
- Organize BuildRequires and etc.
[Tizen] Set permissions and smack rules (#9)
[Tizen] Use -mstackrealign to sync up with Tizen build changes
Tizen i586 now builds with -mstackrealign by default:
"Realign the stack at entry. On the x86, the -mstackrealign option
generates an alternate prologue and epilogue that realigns the
run-time stack if necessary. This supports mixing legacy codes that
keep 4-byte stack alignment with modern codes that keep 16-byte
stack alignment for SSE compatibility. ..."
[Tizen] Create a symlink to libsos.so path (#13)
[Tizen] Version bump to 3.1.0
[Tizen] Add dotnet-gcdump
[Tizen] Generate tools R2R images
[Tizen] Move Tools directory (#24)
The new location is now /home/owner/share/.dotnet/tools.
[Tizen] Remove native images of executables (#25)
[Tizen] Fix build command (#26)
Gleb Balykov [Mon, 5 Aug 2019 13:03:14 +0000 (16:03 +0300)]
[Tizen] Add prebuilt libicu-57.1 libraries
Mikhail Kurinnoi [Tue, 19 Nov 2024 12:52:24 +0000 (15:52 +0300)]
[Tizen] Add diagnostics build dependencies
Mike McLaughlin [Mon, 23 Sep 2024 21:14:01 +0000 (14:14 -0700)]
Fix linux-arm64 libsosplugin.so not loading
Juan Hoyos [Thu, 19 Sep 2024 22:54:25 +0000 (15:54 -0700)]
Merge latest main into release/stable (#4949)
Mike McLaughlin [Thu, 19 Sep 2024 21:26:10 +0000 (14:26 -0700)]
Merge branch 'main' into release/stable
Noah Falk [Thu, 19 Sep 2024 21:02:26 +0000 (14:02 -0700)]
Metric name disambiguation (#4938)
In .NET 8.0 we added tags on Meters and Instruments but
MetricsEventSource only included the names when emitting value
publishing events. This made it ambiguous when there was more than one
Meter or Instrument with the same name. In 9.0 MetricsEventSource
started included InstrumentIDs in the BeginInstrumentReporting events
and in the value publishing events that provides a stronger correlation
identifier. This change consumes the IDs in those events within
Microsoft.Diagnostics.Monitoring.EventPipe, allowing dotnet-counters
(and presumably dotnet-monitor too) to track time series that differ
only by the tags provided to the Meter/Instrument constructors.
I also re-enabled a disabled test that got broken when .NET 9.0 added
the System.Runtime Meter.
Fixes #4843, #4564
mikelle-rogers [Thu, 19 Sep 2024 20:52:05 +0000 (13:52 -0700)]
codeQL issues (#4948)
Fix codeQL issues
Koundinya Veluri [Thu, 19 Sep 2024 16:43:34 +0000 (09:43 -0700)]
Update alias for `dumplocks` command (#4947)
- Sets `DumpLocks` as an alias for `dumplocks`
- Alternatively, `DumpLocks` could be made the main command and
`dumplocks` an alias
dotnet-maestro[bot] [Thu, 19 Sep 2024 16:36:21 +0000 (09:36 -0700)]
[main] Update dependencies from dotnet/runtime (#4946)
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**:
20240918.5
- **Date Produced**: September 19, 2024 7:32:23 AM UTC
- **Commit**:
db95ac47f72d605e7676ad155db2bab00be889ed
- **Branch**: refs/heads/release/9.0
[DependencyUpdate]: <> (Begin)
- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rtm.24467.13 to
9.0.0-rtm.24468.5][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rtm.24467.13 to 9.0.0-rtm.24468.5][1]
[1]: https://github.com/dotnet/runtime/compare/
d1f65c27d9...
db95ac47f7
[DependencyUpdate]: <> (End)
[marker]: <> (End:
a9fe20fc-c5cb-441c-a7ce-
08dc4e3fac2f)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Thu, 19 Sep 2024 13:43:13 +0000 (13:43 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4945)
[main] Update dependencies from dotnet/aspnetcore
Juan Hoyos [Thu, 19 Sep 2024 01:57:47 +0000 (18:57 -0700)]
Add IMAGE_FILE_MACHINE_ARM64X and IMAGE_FILE_MACHINE_ARM64EC (#2858)
Co-authored-by: David Mason <davmason@microsoft.com>
---------
Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
dotnet-maestro[bot] [Wed, 18 Sep 2024 14:09:26 +0000 (14:09 +0000)]
[main] Update dependencies from dotnet/runtime (#4943)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Wed, 18 Sep 2024 13:42:41 +0000 (13:42 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4942)
[main] Update dependencies from dotnet/source-build-reference-packages
dotnet-maestro[bot] [Tue, 17 Sep 2024 16:36:25 +0000 (09:36 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4940)
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**:
20240916.12
- **Date Produced**: September 17, 2024 5:17:52 AM UTC
- **Commit**:
0d72ad5e4c5b1394e9708f47ed81e9748e4fd819
- **Branch**: refs/heads/release/9.0
[DependencyUpdate]: <> (Begin)
- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.2.24463.6 to
9.0.0-rtm.24466.12][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.2.24463.6 to
9.0.0-rtm.24466.12][1]
[1]:
https://github.com/dotnet/aspnetcore/compare/
4f2a59c535...
0d72ad5e4c
[DependencyUpdate]: <> (End)
[marker]: <> (End:
e96c3e1a-afbc-49f7-37c9-
08dc4e3803cb)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Tue, 17 Sep 2024 14:15:53 +0000 (14:15 +0000)]
[main] Update dependencies from dotnet/runtime (#4941)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Tue, 17 Sep 2024 13:50:02 +0000 (13:50 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4939)
[main] Update dependencies from dotnet/source-build-reference-packages
dotnet-maestro[bot] [Mon, 16 Sep 2024 20:51:28 +0000 (13:51 -0700)]
[main] Update dependencies from dotnet/runtime (#4934)
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**:
20240913.7
- **Date Produced**: September 14, 2024 9:08:18 AM UTC
- **Commit**:
46cfb747b4c22471242dee0d106f5c79cf9fd4c5
- **Branch**: refs/heads/release/9.0
[DependencyUpdate]: <> (Begin)
- **Updates**:
- **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.0-rc.2.24462.10
to 9.0.0-rc.2.24463.7][1]
- **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: [from
9.0.0-rc.2.24462.10 to 9.0.0-rc.2.24463.7][1]
[1]: https://github.com/dotnet/runtime/compare/
9bff9c5017...
46cfb747b4
[DependencyUpdate]: <> (End)
[marker]: <> (End:
a9fe20fc-c5cb-441c-a7ce-
08dc4e3fac2f)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Mon, 16 Sep 2024 13:38:22 +0000 (13:38 +0000)]
[main] Update dependencies from dotnet/arcade (#4936)
[main] Update dependencies from dotnet/arcade
dotnet-maestro[bot] [Mon, 16 Sep 2024 13:34:46 +0000 (13:34 +0000)]
[main] Update dependencies from dotnet/sdk (#4937)
[main] Update dependencies from dotnet/sdk
dotnet-maestro[bot] [Sat, 14 Sep 2024 14:09:05 +0000 (14:09 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4933)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Sat, 14 Sep 2024 13:18:16 +0000 (13:18 +0000)]
[main] Update dependencies from microsoft/clrmd (#4932)
[main] Update dependencies from microsoft/clrmd
jjshao [Fri, 13 Sep 2024 16:45:41 +0000 (00:45 +0800)]
Fix arithmetic overflow when memory dump has too many objects. (#4928)
I have a dump with GiB size, and has more than 200M objects, and
encountered arithmetic overflow when run `dumpheap -live -stat`.
dotnet-maestro[bot] [Fri, 13 Sep 2024 14:19:17 +0000 (14:19 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4930)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 13 Sep 2024 14:09:27 +0000 (14:09 +0000)]
[main] Update dependencies from dotnet/runtime (#4931)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 13 Sep 2024 13:28:26 +0000 (13:28 +0000)]
[main] Update dependencies from microsoft/clrmd (#4929)
[main] Update dependencies from microsoft/clrmd
dotnet-maestro[bot] [Fri, 13 Sep 2024 00:19:59 +0000 (00:19 +0000)]
[main] Update dependencies from microsoft/clrmd (#4927)
[main] Update dependencies from microsoft/clrmd
Mike McLaughlin [Thu, 12 Sep 2024 17:52:10 +0000 (10:52 -0700)]
Fixes issue https://github.com/dotnet/diagnostics/issues/4850 (#4923)
Fix dynamic methods "resolver" field name.
dotnet-maestro[bot] [Thu, 12 Sep 2024 17:49:03 +0000 (10:49 -0700)]
[main] Update dependencies from dotnet/aspnetcore (#4925)
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**:
20240911.26
- **Date Produced**: September 12, 2024 5:44:37 AM UTC
- **Commit**:
a961b93bca44f3013d526f4b879b550afabe2da0
- **Branch**: refs/heads/release/9.0
[DependencyUpdate]: <> (Begin)
- **Updates**:
- **Microsoft.AspNetCore.App.Ref**: [from 9.0.0-rc.2.24460.5 to
9.0.0-rc.2.24461.26][1]
- **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.0-rc.2.24460.5 to
9.0.0-rc.2.24461.26][1]
[1]:
https://github.com/dotnet/aspnetcore/compare/
fc4f8810d8...
a961b93bca
[DependencyUpdate]: <> (End)
[marker]: <> (End:
e96c3e1a-afbc-49f7-37c9-
08dc4e3803cb)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
dotnet-maestro[bot] [Thu, 12 Sep 2024 13:58:03 +0000 (13:58 +0000)]
[main] Update dependencies from dotnet/runtime (#4926)
[main] Update dependencies from dotnet/runtime
Juan Hoyos [Thu, 12 Sep 2024 05:23:36 +0000 (22:23 -0700)]
Use symbolGenerator to raise diagnostic identity key level (#4924)
dotnet-maestro[bot] [Wed, 11 Sep 2024 13:35:31 +0000 (13:35 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4922)
[main] Update dependencies from dotnet/aspnetcore
Mitchell Hwang [Tue, 10 Sep 2024 22:56:15 +0000 (18:56 -0400)]
[Symbol] Increase DebugInformationLevel for manifest entries (#4732)
Bumping the DebugInformationLevel to be preferred over the default
David Wrighton [Tue, 10 Sep 2024 17:34:28 +0000 (10:34 -0700)]
Add support for weak interior pointer GC handles (#4921)
.NET 9 adds a new GC handle type which is used in the collectible
assemblies implementation. This PR adds support for it.
dotnet-maestro[bot] [Tue, 10 Sep 2024 14:23:21 +0000 (14:23 +0000)]
[main] Update dependencies from dotnet/runtime (#4920)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Tue, 10 Sep 2024 13:49:21 +0000 (13:49 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4919)
[main] Update dependencies from dotnet/source-build-reference-packages
Mitchell Hwang [Mon, 9 Sep 2024 23:48:30 +0000 (19:48 -0400)]
[Tools] Explicitly log new format file creation (#4918)
Fixes https://github.com/dotnet/diagnostics/issues/4908
dotnet-maestro[bot] [Mon, 9 Sep 2024 13:41:38 +0000 (13:41 +0000)]
[main] Update dependencies from dotnet/sdk (#4917)
[main] Update dependencies from dotnet/sdk
dotnet-maestro[bot] [Mon, 9 Sep 2024 13:29:50 +0000 (13:29 +0000)]
[main] Update dependencies from dotnet/arcade (#4916)
[main] Update dependencies from dotnet/arcade
dotnet-maestro[bot] [Sat, 7 Sep 2024 13:42:46 +0000 (13:42 +0000)]
[main] Update dependencies from dotnet/runtime (#4915)
[main] Update dependencies from dotnet/runtime
Mike McLaughlin [Sat, 7 Sep 2024 01:06:00 +0000 (18:06 -0700)]
Add dumplocks command placeholder (#4914)
Mike McLaughlin [Fri, 6 Sep 2024 17:27:26 +0000 (10:27 -0700)]
Add PDZ indexing to symbol store (#4907)
Change debug asserts to release argument exceptions for better parameter
validation
---------
Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com>
dotnet-maestro[bot] [Fri, 6 Sep 2024 13:52:37 +0000 (13:52 +0000)]
[main] Update dependencies from dotnet/runtime (#4913)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Fri, 6 Sep 2024 13:52:18 +0000 (13:52 +0000)]
[main] Update dependencies from dotnet/aspnetcore (#4912)
[main] Update dependencies from dotnet/aspnetcore
dotnet-maestro[bot] [Fri, 6 Sep 2024 13:36:51 +0000 (13:36 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4911)
[main] Update dependencies from dotnet/source-build-reference-packages
dotnet-maestro[bot] [Thu, 5 Sep 2024 13:41:03 +0000 (13:41 +0000)]
[main] Update dependencies from dotnet/runtime (#4910)
[main] Update dependencies from dotnet/runtime
dotnet-maestro[bot] [Thu, 5 Sep 2024 13:26:12 +0000 (13:26 +0000)]
[main] Update dependencies from dotnet/source-build-reference-packages (#4909)
[main] Update dependencies from dotnet/source-build-reference-packages
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.
Mike McLaughlin [Wed, 4 Sep 2024 18:23:53 +0000 (11:23 -0700)]
Enable new exception handling in .NET 9 SOS testing (#4817)
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
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
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
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.
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
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
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
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
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
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
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
```
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
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
Mike McLaughlin [Tue, 27 Aug 2024 22:45:35 +0000 (15:45 -0700)]
Disable failing AssemblyLoad_ProducesEvents test (#4892)
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>
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>
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
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
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
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>
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>
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
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>
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
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.
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
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>
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>
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
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>
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>
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.
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
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>
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
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
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
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>