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

fix(binding): Avoid reading source property on UpdateSource for non-DP (backport #13698 and #13521) #13726

Merged
merged 12 commits into from
Sep 21, 2023

Commits on Sep 20, 2023

  1. fix(binding): Avoir reading source property on UpdateSource for non-DP

    (cherry picked from commit 203609d)
    
    # Conflicts:
    #	src/Uno.UI/DataBinding/BindingPath.BindingItem.cs
    jeromelaban authored and mergify[bot] committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f997ad7 View commit details
    Browse the repository at this point in the history
  2. chore: Adjust for removed dedup on POCO properties

    (cherry picked from commit 1598e04)
    jeromelaban authored and mergify[bot] committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    675d974 View commit details
    Browse the repository at this point in the history
  3. chore: Avoid HasFlags boxing

    (cherry picked from commit a919999)
    jeromelaban authored and mergify[bot] committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9b8773d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c816e80 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore: Adjust formatting

    jeromelaban authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a7e0748 View commit details
    Browse the repository at this point in the history
  2. fix(winappsdk): Adjust 1.4 detection

    `WindowsAppSDKWinUI` has been removed in 1.4, using `UseWinUITools` until we can find a more stable property.
    
    (cherry picked from commit 85a5aae)
    jeromelaban committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    27ce471 View commit details
    Browse the repository at this point in the history
  3. chore: Adjust typos

    (cherry picked from commit 472df6c)
    jeromelaban committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7a82fb1 View commit details
    Browse the repository at this point in the history
  4. chore: Fix condition

    (cherry picked from commit 1d89227)
    jeromelaban committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bf10832 View commit details
    Browse the repository at this point in the history
  5. ci: update diff ignore

    (cherry picked from commit 3f40f06)
    
    # Conflicts:
    #	build/PackageDiffIgnore.xml
    jeromelaban committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ae58742 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f57607 View commit details
    Browse the repository at this point in the history
  7. fix(net8): Adjust WinUI property detection

    .NET 8 changes the ordering of nuget defined props files, This change makes WinUI detection independent of nuget props import and rely on .targets evaluation.
    jeromelaban committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3c27e81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80c9954 View commit details
    Browse the repository at this point in the history