You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add members to TestComponentCSharp exercising the scalar IReference<T>
projection for the two WinRT value types that map to .NET reference types:
IReference<Windows.UI.Xaml.Interop.TypeName> -> System.Type and
IReference<Windows.Foundation.HResult> -> System.Exception.
Each adds a native-boxed property (BoxedTypeName / BoxedHResult) and a
round-trip method (RoundtripTypeName / RoundtripHResult), with matching
UnitTest coverage including the null case.
These tests fail to build until the projection writer stops emitting the
invalid Nullable<Type> / Nullable<Exception> for these instantiations.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments