-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get CsWinRT going #1453
Comments
For whoever is looking into this - if you start hitting null dereferences in generic |
cc: @AaronRobinsonMSFT @elinor-fung for interop team visibility |
@MichalStrehovsky can you change package version to 7.0 in the original issue ? 😉 |
This moves a bit towards dotnet#306 and dotnet#1453
@MichalStrehovsky add |
@kant2002 got it going and there's no action items left at this point. We'll need to make it more AOT friendly but that will be work in the CsWinRT repo. |
In case somebody interesting, how I plan move that forward, place to start would be microsoft/CsWinRT#989 |
Ah, nice, thanks! Clicked "Subscribe" on that one! |
CsWinRT is a necessary prerequisite for WinUI support.
We're close to getting some of it going but it doesn't work yet. The below code should pop a notification. Nothing happens instead. I haven't tried to troubleshoot where the problem is (is there a problem in the XmlDocument? Maybe try saving it to a StorageFile first? Etc.)
Eventually we'll also need to make CsWinRT AOT and trimming friendly. It's neither of those right now.
CSPROJ:
RD.XML:
C#
The text was updated successfully, but these errors were encountered: