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

Commits on Oct 26, 2022

  1. Convert AxHost Interfaces to Cswin32 (#8020)

    * Convert IOleInPlaceXObject to use Cswin32 Interface
    
    * Convert IOleObject to use cswin32 Interface
    
    * Convert IPerPropertyBrowser to use Cswin32 Interface
    lonitra authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1a192b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cc0cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b89ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d086d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e02f76f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28d159f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    3b0284f View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/runtime (#8035)

    Update dependencies from https://github.com/dotnet/runtime build 20221025.7
    
    Microsoft.Internal.Runtime.WindowsDesktop.Transport , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , Microsoft.NETCore.ILDAsm , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry.AccessControl , Microsoft.Win32.SystemEvents , Microsoft.Windows.Compatibility , runtime.win-x64.Microsoft.NETCore.ILAsm , runtime.win-x86.Microsoft.NETCore.ILAsm , System.CodeDom , System.Configuration.ConfigurationManager , System.Diagnostics.EventLog , System.Diagnostics.PerformanceCounter , System.DirectoryServices , System.Drawing.Common , System.IO.Packaging , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.Text.Encodings.Web , System.Text.Json , System.Threading.AccessControl , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.8.0
     From Version 8.0.0-alpha.1.22524.5 -> To Version 8.0.0-alpha.1.22525.7
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    5d28ffa View commit details
    Browse the repository at this point in the history
  3. Added unit tests for "AccessibleObject.FragmentNavigate" method in Da…

    …taGridViewCell-related classes (#7930)
    v-elnovikova authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4a8221b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c95b8 View commit details
    Browse the repository at this point in the history
  5. Null annotate Com2Interop (#8045)

    This was a bit tricky as we deviate a bit from the base annotations. I've moved a number of the collections to generic ones to faciliate this and cleaned up more to keep null state clearer.
    JeremyKuhne authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    42cab87 View commit details
    Browse the repository at this point in the history
  6. Fixed unit tests for "AccessibleObject.FragmentNavigate" method in Li…

    …stViewItem-related classes (#8037)
    v-elnovikova authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    42be86b View commit details
    Browse the repository at this point in the history
  7. Added unit tests for "AccessibleObject.FragmentNavigate" method in Mo…

    …nthCalendar-related classes (#8039)
    v-elnovikova authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7ef3523 View commit details
    Browse the repository at this point in the history
Loading