Skip to content

Conversation

mikeebowen
Copy link
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
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.

Copy link

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