-
Notifications
You must be signed in to change notification settings - Fork 568
New extension brainstorm #1959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New extension brainstorm #1959
Conversation
…ls)" This reverts commit 9e1d20e.
761a1ea
to
f29ca58
Compare
//System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties)] | ||
//Type tType = typeof(T); | ||
|
||
List<OpenXmlSchemaType>? val = (List<OpenXmlSchemaType>?)typeof(T).GetProperty("ExtensionChildren", BindingFlags.NonPublic | BindingFlags.Static)?.GetValue(null); |
There was a problem hiding this comment.
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.
Test Results 28 files - 32 28 suites - 32 31m 5s ⏱️ - 22m 9s 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. |
No description provided.