Skip to content

Commit 6443ba0

Browse files
github-actions[bot]dotnet-maestro[bot]sbomerjander-msft
authored
[feature/10.0] Sync branch with origin/main (#8274)
* Update dependencies from https://github.com/dotnet/diagnostics build 20250511.1 (#8228) [main] Update dependencies from dotnet/diagnostics * Update releases information. (#8227) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update dependencies from https://github.com/dotnet/diagnostics build 20250512.2 (#8236) [main] Update dependencies from dotnet/diagnostics * Map Uri config value as string (#8234) * Add 8.1.1 release notes (#8237) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin Anderson <[email protected]> * Add 9.0.3 release notes (#8238) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin Anderson <[email protected]> * generate release notes (#8240) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Register new release information (#8241) * Register v9.1.0-preview.3.25257.5 release information * Register v9.0.3 release information --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Register v8.1.1 release information (#8242) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update dependencies from https://github.com/dotnet/command-line-api build 20250513.1 (#8244) [main] Update dependencies from dotnet/command-line-api * Remove nuget.config links (#8235) * Update dependencies from https://github.com/dotnet/diagnostics build 20250513.2 (#8257) [main] Update dependencies from dotnet/diagnostics * Update dependencies from https://github.com/dotnet/command-line-api build 20250515.1 (#8265) [main] Update dependencies from dotnet/command-line-api * Update dependencies from https://github.com/dotnet/diagnostics build 20250515.1 (#8264) [main] Update dependencies from dotnet/diagnostics * Update dependencies from https://github.com/dotnet/diagnostics build 20250516.1 (#8271) [main] Update dependencies from dotnet/diagnostics * Update dependencies from https://github.com/dotnet/diagnostics build 20250517.1 (#8272) [main] Update dependencies from dotnet/diagnostics --------- Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sven Boemer <[email protected]> Co-authored-by: Justin Anderson <[email protected]>
1 parent 421b583 commit 6443ba0

File tree

9 files changed

+36
-29
lines changed

9 files changed

+36
-29
lines changed

.github/releases.json

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
],
99
"supported": [
1010
"9.0",
11-
"8.1",
12-
"8.0"
11+
"8.1"
1312
],
1413
"unsupported": [
15-
"7.3",
14+
"8.0",
1615
"6.3"
1716
],
1817
"releases": {
@@ -35,36 +34,26 @@
3534
],
3635
"outOfSupportDate": "2025-05-11T00:00:00.000Z"
3736
},
38-
"7.3": {
39-
"tag": "v7.3.4",
40-
"minorReleaseDate": "2023-08-08T00:00:00.000Z",
41-
"patchReleaseDate": "2024-05-14T00:00:00.000Z",
42-
"supportedFrameworks": [
43-
"net6.0",
44-
"net7.0"
45-
],
46-
"outOfSupportDate": "2024-05-14T00:00:00.000Z"
47-
},
4837
"9.0": {
49-
"tag": "v9.0.2",
38+
"tag": "v9.0.3",
5039
"minorReleaseDate": "2024-11-12T00:00:00.000Z",
51-
"patchReleaseDate": "2025-02-11T00:00:00.000Z",
40+
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
5241
"supportedFrameworks": [
5342
"net9.0"
5443
]
5544
},
5645
"8.1": {
57-
"tag": "v8.1.0",
46+
"tag": "v8.1.1",
5847
"minorReleaseDate": "2025-02-11T00:00:00.000Z",
59-
"patchReleaseDate": "2025-02-11T00:00:00.000Z",
48+
"patchReleaseDate": "2025-05-14T00:00:00.000Z",
6049
"supportedFrameworks": [
6150
"net8.0"
6251
]
6352
},
6453
"9.1": {
65-
"tag": "v9.1.0-preview.2.25201.5",
66-
"minorReleaseDate": "2025-04-08T00:00:00.000Z",
67-
"patchReleaseDate": "2025-04-08T00:00:00.000Z",
54+
"tag": "v9.1.0-preview.3.25257.5",
55+
"minorReleaseDate": "2025-05-13T00:00:00.000Z",
56+
"patchReleaseDate": "2025-05-13T00:00:00.000Z",
6857
"supportedFrameworks": [
6958
"net9.0"
7059
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Today we are releasing the 8.1.1 build of the `dotnet monitor` tool. This release includes:
2+
3+
- Updated dependencies
4+
5+
6+
7+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Today we are releasing the 9.0.3 build of the `dotnet monitor` tool. This release includes:
2+
3+
- Updated dependencies
4+
5+
6+
7+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Today we are releasing the next official preview version of the `dotnet monitor` tool. This release includes:
2+
3+
- Added support for resetting in process features when dotnet-monitor is restarted. ([#8154](https://github.com/dotnet/dotnet-monitor/pull/8154))
4+
5+
6+
7+
If you would like to provide additional feedback to the team [please fill out this survey](https://aka.ms/dotnet-monitor-survey?src=rn).

documentation/releases.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@
44

55
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
66
| --- | --- | --- | --- | --- | --- |
7-
| 9.0 | November 12, 2024 | [9.0.2](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.2) | February 11, 2025 | | net9.0 |
8-
| 8.1 | February 11, 2025 | [8.1.0](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.0) | February 11, 2025 | | net8.0 |
9-
| 8.0 | November 14, 2023 | [8.0.8](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.0.8) | February 11, 2025 | May 11, 2025 | net8.0 |
7+
| 9.0 | November 12, 2024 | [9.0.3](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.0.3) | May 13, 2025 | | net9.0 |
8+
| 8.1 | February 11, 2025 | [8.1.1](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.1.1) | May 14, 2025 | | net8.0 |
109

1110

1211
## Out of support versions
1312

1413
| Version | Original Release Date | Latest Patch Version | Patch Release Date | End of Support | Runtime Frameworks |
1514
| --- | --- | --- | --- | --- | --- |
16-
| 7.3 | August 8, 2023 | [7.3.4](https://github.com/dotnet/dotnet-monitor/releases/tag/v7.3.4) | May 14, 2024 | May 14, 2024 | net6.0<br/>net7.0 |
15+
| 8.0 | November 14, 2023 | [8.0.8](https://github.com/dotnet/dotnet-monitor/releases/tag/v8.0.8) | February 11, 2025 | May 11, 2025 | net8.0 |
1716
| 6.3 | October 11, 2022 | [6.3.10](https://github.com/dotnet/dotnet-monitor/releases/tag/v6.3.10) | November 12, 2024 | November 12, 2024 | net6.0<br/>netcoreapp3.1 |
1817

1918

2019
## Preview versions
2120

2221
| Version | Release Date | Latest Version | Runtime Frameworks |
2322
| --- | --- | --- | --- |
24-
| 9.1 | April 8, 2025 | [9.1.0 preview 2](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.1.0-preview.2.25201.5) | net9.0 |
23+
| 9.1 | May 13, 2025 | [9.1.0 preview 3](https://github.com/dotnet/dotnet-monitor/releases/tag/v9.1.0-preview.3.25257.5) | net9.0 |
2524

2625

eng/dependabot/independent/NuGet.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

eng/dependabot/net8.0/NuGet.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

eng/dependabot/net9.0/NuGet.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Tools/dotnet-monitor/CommonOptionsExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ private static void MapValue(object? value, string valueName, string separator,
118118
valueType.IsEnum ||
119119
typeof(Guid) == valueType ||
120120
typeof(string) == valueType ||
121-
typeof(TimeSpan) == valueType)
121+
typeof(TimeSpan) == valueType ||
122+
typeof(Uri) == valueType)
122123
{
123124
map.Add(
124125
valueName,

0 commit comments

Comments
 (0)