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: gluck/il-repack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.42
Choose a base ref
...
head repository: gluck/il-repack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.44
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    55ae46d View commit details
    Browse the repository at this point in the history
  2. Consider declaring type for nested types during collision detection

    NuGet.Protocol.dll has two types:
    
    EnumerableAsync`1
    and
    LocalPackageListResource/EnumerableAsync`1
    
    Need to take into account parent types when comparing types.
    
    This regressed in #396
    
    Fixes #405
    KirillOsenkov committed May 26, 2025
    Configuration menu
    Copy the full SHA
    7137b8c View commit details
    Browse the repository at this point in the history
  3. Simplify fix

    KirillOsenkov committed May 26, 2025
    Configuration menu
    Copy the full SHA
    1cde06a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Fix several issues with config merger:

    - possible multiple startup elements
    - all the assembly binding redirects from child assemblies go into the first <dependentAssembly> element
    - ilrepack crashes if child assembly config has comments
    - (cosmetic) if the assembly is merged in, the redirect entry for it is no longer needed
    Alexx999 committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    3c6ae99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a8a93 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #408 from Alexx999/pr-config-merger

    Fix several issues with config merger
    KirillOsenkov authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    421197c View commit details
    Browse the repository at this point in the history
  4. Bump version

    KirillOsenkov committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    def68a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289c934 View commit details
    Browse the repository at this point in the history
Loading