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

Update net8.0 from main #13437

Merged
merged 4 commits into from
Feb 18, 2023
Merged

Update net8.0 from main #13437

merged 4 commits into from
Feb 18, 2023

Commits on Feb 17, 2023

  1. Add implicit package reference for Compat (#13427)

    Ultimately we want this to be an implicit reference which is not included by default and opt-in, however visual studio's Live Visual tree currently depends on the assembly existing and being loaded so we cannot yet remove it.
    
    The default property assignment can be removed once VS is ready for this.
    Redth authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    05417d2 View commit details
    Browse the repository at this point in the history
  2. Add shell pages via controller instead of handler (#13332)

    * Add shell pages via controller instead of handler
    
    * Auto-format source code
    
    * - cleanup
    
    * - add wait
    
    * - push test into modal to isolate better
    
    ---------
    
    Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com>
    PureWeen and GitHub Actions Autoformatter authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0c6a2aa View commit details
    Browse the repository at this point in the history
  3. Use and clear a local nuget cache (#13256)

    * Use and clear a local nuget cache
    
    * more
    mattleibow authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    77dfce0 View commit details
    Browse the repository at this point in the history
  4. Have Frame use MinimumHeight/Width for minimums instead of constraints (

    #13336)
    
    * Have Frame use MinimumHeight/Width for minimums instead of constraints
    Fixes #13074
    
    * Auto-format source code
    
    * Adjust test for other screen sizes/densities
    
    * Update src/Controls/src/Core/Compatibility/Handlers/Android/FrameRenderer.cs
    
    Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
    
    * Make legacy min Frame size a constant
    
    * Auto-format source code
    
    * Make Frame test less awkward
    
    * Auto-format source code
    
    ---------
    
    Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com>
    Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
    3 people authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bf7f3df View commit details
    Browse the repository at this point in the history