Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/winforms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 57082e2
Choose a base ref
...
head repository: dotnet/winforms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f685477
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 22, 2022

  1. [main] Update dependencies from dotnet/arcade (#8416)

    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f6e1165 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/runtime (#8417)

    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    fd4a205 View commit details
    Browse the repository at this point in the history
  3. Refactor TabOrder to enable Nullability and replace ArrayList/`Ha…

    …shTable` (#8400)
    
    * Refactor TabOrder to enable Nullability and replace ArrayList/HashTable
    
    * small refactor in SetNewHover
    
    * Update src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/TabOrder.cs
    
    Co-authored-by: halgab <[email protected]>
    
    * Changes from review
    
    * rename private fields to prefix with underscore
    
    * remove unneeded "this"
    
    * Remove unused local
    
    Co-authored-by: halgab <[email protected]>
    elachlan and halgab authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f685477 View commit details
    Browse the repository at this point in the history
Loading