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/wpf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 368f0e8
Choose a base ref
...
head repository: dotnet/wpf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b421f0c
Choose a head ref
  • 9 commits
  • 81 files changed
  • 8 contributors

Commits on Oct 25, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20221…

    …024.5 (#7226)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    89e014c View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/winforms (#7220)

    [main] Update dependencies from dotnet/winforms
    - Coherency Updates:
      - System.CodeDom: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Configuration.ConfigurationManager: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Diagnostics.EventLog: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.DirectoryServices: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Drawing.Common: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Reflection.MetadataLoadContext: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Security.Cryptography.Xml: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Security.Permissions: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Windows.Extensions: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.Platforms: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.IO.Packaging: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - System.Resources.Extensions: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App.Ref: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
      - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-alpha.1.22511.2 to 8.0.0-alpha.1.22523.2 (parent: Microsoft.Private.Winforms)
    dotnet-maestro[bot] authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b71cbcf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Fix GetStreamCore in ContentFilePart (#5066)

    * Fix GetStreamCore in ContentFilePart
    
    The Application.ResourceAssembly.CodeBase is the string without escaped.
    
    See:
    
    - #4781
    - #5004
    - #4799
    
    * Rename the variable and remove the unuse comment.
    lindexi authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    768a61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799181f View commit details
    Browse the repository at this point in the history
  3. Fix NullReferenceException in Invariant.get_IsDialogOverrideEnabled (#…

    …6785)
    
    * Fix NullReferenceException in Invariant.get_IsDialogOverrideEnabled when .NET Framework Registry key (HKLM\Software\Microsoft\.NETFramework) is not present on the machine
    
    #6772
    
    * Update src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/Invariant.cs
    
    Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
    
    * Remove unnecessary declarations
    
    Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
    VladimirKhil and dipeshmsft authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7f5724e View commit details
    Browse the repository at this point in the history
  4. script check for marks font fallback (#6857)

    Co-authored-by: Jan Kučera <miloush@users.noreply.github.com>
    miloush and miloush authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1918a81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40f9baa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c395bcc View commit details
    Browse the repository at this point in the history
  7. Replace resource constants with properties in PresentationBuildTasks. (

    …#7000)
    
    Contributes to #1
    
    Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
    ThomasGoulet73 and dipeshmsft authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b421f0c View commit details
    Browse the repository at this point in the history
Loading