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/CsWinRT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.7.240207.1
Choose a base ref
...
head repository: microsoft/CsWinRT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.8.240703.1
Choose a head ref
  • 14 commits
  • 20 files changed
  • 5 contributors

Commits on Mar 6, 2024

  1. Remove inputs which are not files from CsWinRTGenerateProjection target.

    Jeremy-Price committed Mar 6, 2024
    Copy the full SHA
    76e990d View commit details

Commits on Mar 8, 2024

  1. Merge pull request #1526 from Jeremy-Price/master

    Remove inputs which are not files from CsWinRTGenerateProjection target.
    manodasanW authored Mar 8, 2024
    Copy the full SHA
    a4ccb0a View commit details

Commits on Mar 22, 2024

  1. Fix issue where RuntimeClassName for boxed type object was empty stri…

    …ng (#1548)
    
    * Handle get runtime classname on System.Type
    
    * Add test
    manodasanW authored Mar 22, 2024
    Copy the full SHA
    435ad48 View commit details

Commits on Mar 23, 2024

  1. Update version (#1551)

    manodasanW authored Mar 23, 2024
    Copy the full SHA
    7dc8279 View commit details

Commits on Apr 8, 2024

  1. Reference CsWinRTEnableLogging in msbuild targets (#1559)

    * Reference CsWinRTEnableLogging in msbuild targets
    
    * Addresses feedbacks
    hez2010 authored Apr 8, 2024
    Copy the full SHA
    9854573 View commit details

Commits on May 14, 2024

  1. Fix potential type incompatibility for in-proc WinRT components (#1610)

    * Fix potential type incompatibility for in-proc WinRT components
    
    * More fixes
    
    * Address CR feedbacks
    
    * Revert "More fixes"
    
    This reverts commit ff03ae1.
    hez2010 authored May 14, 2024
    Copy the full SHA
    1a8e726 View commit details

Commits on Jun 8, 2024

  1. Update TouchdownBuildTask to v4

    DefaultRyan committed Jun 8, 2024
    Copy the full SHA
    f3193e1 View commit details
  2. Remove unneeded variable group

    DefaultRyan committed Jun 8, 2024
    Copy the full SHA
    8cd910c View commit details

Commits on Jun 10, 2024

  1. Merge pull request #1635 from microsoft/user/defaultryan/tdbuild-v4

    Update TouchdownBuildTask to v4
    DefaultRyan authored Jun 10, 2024
    Copy the full SHA
    a72f0d2 View commit details

Commits on Jun 21, 2024

  1. Fix issues with authoring targets related to regular C# libraries bei…

    …ng associated with winmds due to being a dependency of an authoring project and fixing issue where multiples references of the same file are not handled such that the latest is chosen. (#1643)
    manodasanW authored Jun 21, 2024
    Copy the full SHA
    d54c715 View commit details

Commits on Jun 27, 2024

  1. Update ESRP signing (#1651)

    * Update ESRP signing
    
    * Move to variable group
    manodasanW authored Jun 27, 2024
    Copy the full SHA
    68bbc49 View commit details

Commits on Jun 28, 2024

  1. Report native memory pressure to GC (#1514)

    * Update to use new API that allows passing inner in .NET 6
    
    * Add GC pressure based on attribute for NET 6+ projection
    
    * Adding a simplified approach to report native memory pressure as a result of the native object held onto by the native object.
    
    * Fix typo
    
    * PR feedback
    manodasanW authored Jun 28, 2024
    Copy the full SHA
    f937163 View commit details

Commits on Jul 3, 2024

  1. Partial cherrypick of IsPublic changes in 38a732b (#1657)

    manodasanW authored Jul 3, 2024
    Copy the full SHA
    9cf9847 View commit details
Loading