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: d3e866b
Choose a base ref
...
head repository: dotnet/winforms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ef9532
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 28, 2022

  1. [main] Update dependencies from dotnet/runtime (#8059)

    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d3da377 View commit details
    Browse the repository at this point in the history
  2. Reorder Message fields (#8063)

    Historically our first four fields matched the layout of MSG. Keeping it that way for better back compat.
    
    As Message doesn't match MSG, they shouldn't be blitted over each other, but for those that might be doing this we can keep the order. Note that other future changes to the struct could break doing this sort of thing even if the first four fields stay the same.
    JeremyKuhne authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a123788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef9532 View commit details
    Browse the repository at this point in the history
Loading