Skip to content
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

Document .net native linking stuff #286

Open
glennawatson opened this issue Jan 30, 2019 · 1 comment
Open

Document .net native linking stuff #286

glennawatson opened this issue Jan 30, 2019 · 1 comment

Comments

@glennawatson
Copy link
Contributor

@worldbeater introduced reactiveui/ReactiveUI#1750

Just need to document how it works since the pack file only works on new nuget install.

@harvinders
Copy link

I too ran into this problem, however, adding a new package of ReactiveUI did not help. I am on Visual Studio 2019 (16.3). However adding following to the default.rd.xml fixed the issue. Also, note, I did not include the ReactiveUI package directly but included ReactiveUI.Fody package.

  <Library Name="ReactiveUI">
    <Assembly Name="ReactiveUI" Activate="Required All" Browse="Required All" Serialize="Required All" Dynamic="Required All" />
    <!-- See https://github.com/reactiveui/ReactiveUI/issues/1330 -->
    <Namespace Name="Windows.UI.Xaml.Controls" Dynamic="Required All" />
    <Namespace Name="Windows.UI.Xaml" Dynamic="Required All" />
    <Namespace Name="Microsoft.UI.Xaml.Controls" Dynamic="Required All" />
    <Namespace Name="Microsoft.UI.Xaml" Dynamic="Required All" />
  </Library>
</Directives>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants