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: microsoft/CsWin32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.264
Choose a base ref
...
head repository: microsoft/CsWin32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.269
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    d8a1abc View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Update System.Text.Json to 8.0.5

    Co-authored-by: Vineeth Thomas Alex <vithoma@microsoft.com>
    vineeththomasalex and vithoma authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    845ecb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Generate SafeHandle when freeing method accepts additional reserved…

    … parameters (#1603)
    
    * Generate `SafeHandle` when freeing method accepts additional reserved parameters
    
    * Fix
    
    * Typo
    
    Co-authored-by: Jevan Saks <jevansa@microsoft.com>
    
    * Rename
    
    * Use named argument for release method with reserved parameters
    
    * Refactor
    
    ---------
    
    Co-authored-by: Jevan Saks <jevansa@microsoft.com>
    DoctorKrolic and jevansaks authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    149d70a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    e1462ff View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Use Marshal.InitHandle API to avoid memory leak when OOM happens (#…

    …1613)
    
    * Use `Marshal.InitHandle` API to avoid memory leak when OOM happens
    
    * Use pattern matching
    
    * Fix obtaining `IntPtr` from handles baked by non-`IntPtr` values
    
    * Use `InitHandle` for non-owning handles when possible
    
    * Simplify
    DoctorKrolic authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    3686850 View commit details
    Browse the repository at this point in the history
Loading