Skip to content

Commit 4e7c5f2

Browse files
committed
Add breaking change relation to major version indexes
1 parent c0fe78a commit 4e7c5f2

File tree

10 files changed

+7452
-22
lines changed

10 files changed

+7452
-22
lines changed

release-notes/10.0/breaking-changes.json

Lines changed: 2513 additions & 0 deletions
Large diffs are not rendered by default.

release-notes/10.0/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"title": ".NET Release Index",
4848
"type": "application/hal\u002Bjson"
4949
},
50+
"breaking-changes-json": {
51+
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/breaking-changes.json",
52+
"path": "/10.0/breaking-changes.json",
53+
"title": ".NET 10.0 Breaking Changes",
54+
"type": "application/json"
55+
},
5056
"releases-json": {
5157
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/10.0/releases.json",
5258
"path": "/10.0/releases.json",
@@ -387,7 +393,7 @@
387393
},
388394
"_metadata": {
389395
"schema_version": "1.0",
390-
"generated_on": "2025-12-02T05:56:43.5721805\u002B00:00",
396+
"generated_on": "2025-12-03T23:12:03.65344\u002B00:00",
391397
"generated_by": "VersionIndex"
392398
}
393399
}

release-notes/10.0/sdk/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
"_metadata": {
194194
"schema_version": "1.0",
195-
"generated_on": "2025-12-02T23:43:36.0938376\u002B00:00",
195+
"generated_on": "2025-12-03T23:14:32.963822\u002B00:00",
196196
"generated_by": "VersionIndex"
197197
}
198198
}

release-notes/8.0/breaking-changes.json

Lines changed: 3016 additions & 0 deletions
Large diffs are not rendered by default.

release-notes/8.0/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"title": ".NET Release Index",
4848
"type": "application/hal\u002Bjson"
4949
},
50+
"breaking-changes-json": {
51+
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/breaking-changes.json",
52+
"path": "/8.0/breaking-changes.json",
53+
"title": ".NET 8.0 Breaking Changes",
54+
"type": "application/json"
55+
},
5056
"linux-packages-markdown": {
5157
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/8.0/linux-packages.md",
5258
"path": "/8.0/linux-packages.md",
@@ -956,7 +962,7 @@
956962
},
957963
"_metadata": {
958964
"schema_version": "1.0",
959-
"generated_on": "2025-12-02T05:56:43.6046439\u002B00:00",
965+
"generated_on": "2025-12-03T23:12:03.903226\u002B00:00",
960966
"generated_by": "VersionIndex"
961967
}
962968
}

release-notes/8.0/sdk/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@
13211321
},
13221322
"_metadata": {
13231323
"schema_version": "1.0",
1324-
"generated_on": "2025-12-02T23:43:36.1075754\u002B00:00",
1324+
"generated_on": "2025-12-03T23:14:32.990624\u002B00:00",
13251325
"generated_by": "VersionIndex"
13261326
}
13271327
}

release-notes/9.0/breaking-changes.json

Lines changed: 1883 additions & 0 deletions
Large diffs are not rendered by default.

release-notes/9.0/index.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"title": ".NET Release Index",
4848
"type": "application/hal\u002Bjson"
4949
},
50+
"breaking-changes-json": {
51+
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/breaking-changes.json",
52+
"path": "/9.0/breaking-changes.json",
53+
"title": ".NET 9.0 Breaking Changes",
54+
"type": "application/json"
55+
},
5056
"releases-json": {
5157
"href": "https://raw.githubusercontent.com/dotnet/core/release-index/release-notes/9.0/releases.json",
5258
"path": "/9.0/releases.json",
@@ -779,7 +785,7 @@
779785
},
780786
"_metadata": {
781787
"schema_version": "1.0",
782-
"generated_on": "2025-12-02T05:56:43.59205\u002B00:00",
788+
"generated_on": "2025-12-03T23:12:04.151184\u002B00:00",
783789
"generated_by": "VersionIndex"
784790
}
785791
}

release-notes/9.0/sdk/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
},
641641
"_metadata": {
642642
"schema_version": "1.0",
643-
"generated_on": "2025-12-02T23:43:36.1058502\u002B00:00",
643+
"generated_on": "2025-12-03T23:14:32.977531\u002B00:00",
644644
"generated_by": "VersionIndex"
645645
}
646646
}

release-notes/queries/metrics.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -545,22 +545,22 @@ curl -s "$BC_HREF" | jq -r --arg cat "$CATEGORY" '.breaks[] | select(.category =
545545
**Output:**
546546

547547
```text
548-
- API obsoletions with custom diagnostic IDs
549-
- Altered UnsafeAccessor behavior for non-public classes
550-
- BinaryReader.Read(Span) and Stream.Read(Span) return data on partial read
551-
- BinaryWriter.Write(ReadOnlySpan<char>) writes UTF-8 by default
552-
- Environment.GetFolderPath behavior on Linux
553-
- IncrementalHash members throw for uninitialized instances
554-
- Marshalling of ByRef params
555-
- ObsoleteAttribute(warning:false) generates warnings by default
556-
- Standard numeric formatting precision widened for floats
557-
- Support for XPS documents is dropped
558-
- System.Data.Odbc is trimming and AOT incompatible
559-
- System.Net.Mail is trimming and AOT incompatible
560-
- System.Text.RegularExpressions supports backtracking only up to certain depth
561-
- Task.WhenEach has now an overload for params ReadOnlySpan
562-
- ToFrozenDictionary/Set throw for null values instead of ArgumentNullException
563-
- Unsafe.BitCast throws for different sized types
548+
- ActivitySource.CreateActivity and ActivitySource.StartActivity behavior changes
549+
- System.Linq.AsyncEnumerable in .NET 10
550+
- BufferedStream.WriteByte no longer performs implicit flush
551+
- C# 14 overload resolution with span parameters
552+
- Default trace context propagator updated to W3C standard
553+
- 'DynamicallyAccessedMembers' annotation removed from 'DefaultValueAttribute' ctor
554+
- DriveInfo.DriveFormat returns Linux filesystem types
555+
- FilePatternMatch.Stem changed to non-nullable
556+
- Consistent shift behavior in generic math
557+
- Specifying explicit struct Size disallowed with InlineArray
558+
- LDAP DirectoryControl parsing is now more stringent
559+
- MacCatalyst version normalization
560+
- .NET 10 obsoletions with custom IDs
561+
- .NET runtime no longer provides default termination signal handler
562+
- Arm64 SVE nonfaulting loads require mask parameter
563+
- GnuTarEntry and PaxTarEntry exclude atime and ctime by default
564564
```
565565

566566
**releases-index:** Not available.

0 commit comments

Comments
 (0)