CsWinRT icon indicating copy to clipboard operation
CsWinRT copied to clipboard

Add 'WinRTManagedOnlyTypeDetails' type

Open Sergio0694 opened this issue 1 year ago • 0 comments

This PR adds the WinRTManagedOnlyTypeDetails, which can be used with WinRTExposedTypeAttribute to correctly suppress warnings from the AOT generator and also suppress the codegen for a type (regardless of whether it's marked as partial). I also added a bunch of XML docs for all of those types involved here, and made WinRTExposedTypeAttribute visible.

Sergio0694 avatar Oct 09 '24 23:10 Sergio0694