Backport XML documentation for DynamicILInfo class#124317
Closed
Backport XML documentation for DynamicILInfo class#124317
Conversation
Co-authored-by: gewarren <[email protected]>
Copilot
AI
changed the title
[WIP] Backport XML documentation for DynamicILInfo class
Backport XML documentation for DynamicILInfo class
Feb 12, 2026
3 tasks
Contributor
|
Combined this commit into #124227. |
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.
Contributes to dotnet/dotnet-api-docs#12307.
Description
Backports XML documentation from dotnet-api-docs for
DynamicILInfoclass and all 15 public members to the reference assembly. Type-level remarks link to supplemental documentation athttps://raw.githubusercontent.com/dotnet/docs/main/docs/fundamentals/runtime-libraries/system-reflection-emit-dynamicilinfo.mdper PR #124227 pattern.Coverage:
DynamicMethod(summary, value, remarks)GetTokenFor(8 overloads),SetCode(2),SetExceptions(2),SetLocalSignature(2)<see cref>and external links to ECMA 335 CLI specCustomer Impact
Developers using
DynamicILInfocurrently see no IntelliSense documentation. This PR provides comprehensive API documentation including usage guidance, CLI spec references, and important warnings about delegate construction and MSIL validation.Regression
N/A - Documentation addition only.
Testing
Reference assembly builds successfully with zero warnings/errors. Documentation-only change requires no functional testing.
Risk
Negligible. XML documentation comments have no runtime impact. Changes are additive only to reference assembly metadata.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.