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
Collection of built-in WinRT mapped enums don't have the right generic instantiations generated for them. NotifyCollectionChangedAction isn't marked blittable in our mapping when it probably should be.
The text was updated successfully, but these errors were encountered:
Can you confirm what target framework (TFM) you are targeting and what your scenario is? I feel like you are running into an unrelated issue. With embedded support, you use it typically to embed a projection within your own sources when you are unable to target the netx-windows10.0.xxxxx.0 TFM. In your case, based on the protection level error, I feel like you are indeed targeting that TFM. With embedded support today, typically you would need to list the exclusive interfaces too like Windows.System.ILaunchOptions on the CsWinRTIncludes. If you are not targeting the TFM I mentioned and you are still seeing the same issue, feel free to open another issue as I am probably going to close this one as part of the PR that got merged to fix that.
Collection of built-in WinRT mapped enums don't have the right generic instantiations generated for them. NotifyCollectionChangedAction isn't marked blittable in our mapping when it probably should be.
The text was updated successfully, but these errors were encountered: