Skip to content

Commit c7051b3

Browse files
Copilotgewarren
andcommitted
Add Reflection section to .NET 10 breaking changes overview
Co-authored-by: gewarren <[email protected]>
1 parent 7e4eb6d commit c7051b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/core/compatibility/10.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
100100
| [Streaming HTTP responses enabled by default in browser HTTP clients](networking/10.0/default-http-streaming.md) | Behavioral change | Preview 3 |
101101
| [`Uri` length limits removed](networking/10.0/uri-length-limits-removed.md) | Behavioral change | Preview 7 |
102102

103+
## Reflection
104+
105+
| Title | Type of change | Introduced version |
106+
|-------|-------------------|--------------------|
107+
| [Replace DAMT.All with more restricted annotation on InvokeMember/FindMembers/DeclaredMembers](reflection/10.0/ireflect-damt-annotations.md) | Behavioral/source incompatible | Preview 1 |
108+
103109
## SDK and MSBuild
104110

105111
| Title | Type of change | Introduced version |

0 commit comments

Comments
 (0)