Move DynamicILInfo type remarks to conceptual docs#51712
Merged
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Move remarks for DynamicILInfo to dotnet/docs
Move DynamicILInfo type remarks to conceptual docs
Feb 12, 2026
gewarren
approved these changes
Feb 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the type-level remarks for <xref:System.Reflection.Emit.DynamicILInfo> from API reference into a new conceptual “Supplemental API remarks” page, aligning with the existing pattern used for DynamicMethod.
Changes:
- Adds a new supplemental remarks page:
system-reflection-emit-dynamicilinfo.md. - Updates the Fundamentals TOC to include the new page under Reflection → Emit dynamic methods and assemblies → Supplemental API remarks.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/fundamentals/toc.yml | Adds a TOC entry to surface the new DynamicILInfo supplemental remarks page. |
| docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.md | New conceptual page containing the migrated type-level remarks and note. |
docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.md
Outdated
Show resolved
Hide resolved
docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates
System.Reflection.Emit.DynamicILInfotype-level remarks (17 lines) from API reference to conceptual documentation, following the pattern established forDynamicMethodin PR #51571.Changes:
system-reflection-emit-dynamicilinfo.mdOnly type-level remarks exceeded the 15-line threshold; member-level remarks remain in API docs. Contributes to dotnet/dotnet-api-docs#10722.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews