Skip to content

New extension brainstorm#1959

Draft
mikeebowen wants to merge 11 commits intodotnet:mainfrom
mikeebowen:new-extension-brainstorm
Draft

New extension brainstorm#1959
mikeebowen wants to merge 11 commits intodotnet:mainfrom
mikeebowen:new-extension-brainstorm

Conversation

@mikeebowen
Copy link
Copy Markdown
Collaborator

No description provided.

@mikeebowen mikeebowen force-pushed the new-extension-brainstorm branch from 761a1ea to f29ca58 Compare August 11, 2025 17:05
//System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties)]
//Type tType = typeof(T);

List<OpenXmlSchemaType>? val = (List<OpenXmlSchemaType>?)typeof(T).GetProperty("ExtensionChildren", BindingFlags.NonPublic | BindingFlags.Static)?.GetValue(null);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@twsouthwick IL2090 Exception happens on this line.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Aug 11, 2025

Test Results

    28 files   -     32      28 suites   - 32   31m 5s ⏱️ - 22m 9s
 2 060 tests ±     0   2 054 ✅  -      3   3 💤 ± 0   3 ❌ + 3 
15 890 runs   - 16 642  15 858 ✅  - 16 638  18 💤  - 18  14 ❌ +14 

For more details on these failures, see this check.

Results for commit ab293dc. ± Comparison against base commit 307fa23.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant