Replies: 1 comment 1 reply
-
|
@mjr4077au, are you intentionally trying to use our embedded support? If not, I would recommend updating your project's target framework to one that includes the Windows OS version like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is my first time using the project. When I try to do something like
<CsWinRTIncludes>FocusSessionManager</CsWinRTIncludes>, I get endlessly recurring compilation issue as I need to keep adding more types. If I bite the bullet and just addWindows.Foundation, then the scope only widens further by necessitatingWindows.Storage, etc, which I likely do not need. This isn't an issue in CsWin32 for instance; it just automatically adds dependent types.Is there some hidden auto-resolution mode I'm unaware of? What are people doing in their own projects? Is this something CsWinRT will resolve in 3.0?
Beta Was this translation helpful? Give feedback.
All reactions