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

The Uno.UI package break UWP compilation when using SDK 16299 and later #5

Closed
jeromelaban opened this issue May 16, 2018 · 3 comments
Closed

Comments

@jeromelaban
Copy link
Member

jeromelaban commented May 16, 2018

This is caused by the fact that Uno.UI supports netstandard 2.0, and Windows SDK 16299 added support for it, making the Uno.UI source generator run on UWP.

As a workaround, in the UWP project, add the following line (such as this one):

<PackageReference Include="Uno.UI" ExcludeAssets="build">
      <Version>1.29.1-aobfwasm.2834</Version>
</PackageReference>

To exclude the Uno.UI source generator from the build pipeline.

@TonyHenrique
Copy link

TonyHenrique commented May 16, 2018

It worked.

<PackageReference Include="Uno.UI" ExcludeAssets="build">
      <Version>1.29.1-aobfwasm.2834</Version>
</PackageReference>

*missed the Version close tag >

@jeromelaban
Copy link
Member Author

@carldebilly the package is really broken :) We have to fix it.

@jeromelaban
Copy link
Member Author

Fixed as part of the sources release.

NicolasChampagne added a commit that referenced this issue Jul 23, 2019
# This is the 1st commit message:

Fix to projitems files

# This is the commit message #2:

added suggestions from code review

# This is the commit message #3:

Added a class for DependencyProperty.UnsetValue

fix wip

# This is the commit message #4:

Fix to remove the "collection changed" exception

# This is the commit message #5:

DataContext were considered valid when set to "UnsetValue"
Was causing a problem on Android when coming back from background, the DataContext is briefly set to UnsetValue, causing DependencyProperties to change to their default value.

# This is the commit message #6:

Fixed exception when using ExponentialEase on Android

# This is the commit message #7:

Removed useless setting of DataContext in a "reload" scenario.
This was mostly happening on Android when the application is coming back from background.

# This is the commit message #8:

Reverted IShadowChildrenProvider to use the List<T> type
jeromelaban pushed a commit that referenced this issue Feb 3, 2020
jeromelaban pushed a commit that referenced this issue Oct 7, 2020
jeromelaban pushed a commit that referenced this issue Apr 21, 2021
Related-to: #5
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants