Uh oh!
There was an error while loading. Please reload this page.
Automatically marshal COM outputs as WinRT - #1771
Merged
Jevan Saks (jevansaks) merged 12 commits intoSep 1, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Jevan Saks (jevansaks)
commented
Jul 30, 2026
MemberAuthor
The first hardware run exposed a test-only environment dependency: SIGDN_NORMALDISPLAY returned win on Windows Server (extensions hidden) instead of win.ini. Commit d26630d now asserts the stable SIGDN_FILESYSPATH; the focused test passes in Release on .NET 9 and .NET 10. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Jevan Saks (jevansaks)
marked this pull request as ready for review
August 5, 2026 06:15
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b24622c7-c9d6-44f0-9a20-85aac5ff11d6
Jevan Saks (jevansaks)
marked this pull request as draft
August 8, 2026 00:46
Jevan Saks (jevansaks)
marked this pull request as ready for review
August 11, 2026 16:22
Sergio Pedri (Sergio0694)
approved these changes
Sep 1, 2026
Sergio Pedri (Sergio0694)
left a comment
Member
There was a problem hiding this comment.
LGTM, seems very convenient!
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c541bf2-2b33-4212-8c2f-cb19a7af6728
Jevan Saks (jevansaks)
enabled auto-merge (squash)
September 1, 2026 22:44
Sergio Pedri (Sergio0694)
approved these changes
Sep 1, 2026
Uh oh!
There was an error while loading. Please reload this page.
Jevan Saks (jevansaks)
deleted the
user/jevansa/com-out-ptr-marshalling-policy
branch
September 1, 2026 23:27
This was referenced Sep 3, 2026
This was referenced Sep 4, 2026
Bump Microsoft.Windows.CsWin32 from 0.3.321 to 0.3.334
nefarius/Nefarius.Utilities.WindowsVersion#67
Open
Merged
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 freeto 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.
Summary
IID/void**outputs through C#/WinRT when the returned identity implementsIInspectable, with COM fallback onE_NOINTERFACE.comInterop.autoWinRTMarshallingopt-out.ComWrappers.TryGetComInstanceand classic COM RCW identity throughMarshal.GetIUnknownForObject.[GeneratedComClass]CCWs and C#/WinRT marshalling for ordinary managed CCWs.docs/design.Validation
Design: #1770
Generated with Copilot CLI, model: GPT-5.6 Sol.