Build errors PRI175, PRI277 when referencing a NuGet that references Uno.Extensions.Reactive.WinUI NuGet #1922
-
When I add this NuGet reference in my own NuGet <PackageReference Include="Uno.Extensions.Reactive.WinUI" Version="2.5.11" ExcludeAssets="build;analyzers" PrivateAssets="all" /> And I reference both packages in my (Uno 4.10.13) application project: <PackageReference Include="CSharpMarkup.WinUI.Uno.Extensions.Reactive" IncludeAssets="compile" PrivateAssets="all" />
<PackageReference Include="Uno.Extensions.Reactive.WinUI" /> Then the application project build fails with:
How can I get this build working? |
Beta Was this translation helpful? Give feedback.
Answered by
VincentH-Net
Oct 3, 2023
Replies: 1 comment
-
I resolved this as part of the workaround for #1921 - see final workaround summary |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VincentH-Net
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I resolved this as part of the workaround for #1921 - see final workaround summary