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.34
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.35
Choose a head ref
  • 17 commits
  • 22 files changed
  • 5 contributors

Commits on Jun 10, 2024

  1. Update changelog

    Post-release version bump to 2.0.35
    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7abb7fa View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    701f865 View commit details
    Browse the repository at this point in the history
  2. Add GitHub workflows to pack install and publish tool

    * Automatically version from github.ref
    * Build and test on windows, only sanity check run on others
    * Build using desktop MSBuild: This is what appveyor does.
    * Pack separately just the tools project.
    kzu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c49dc08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a07939 View commit details
    Browse the repository at this point in the history
  4. Add --version to quickly render tool version

    This command also helps check the tool is installed properly and can run, returning a success status code, without having to repack anything actually.
    kzu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2f7ad3f View commit details
    Browse the repository at this point in the history
  5. Make .vs folder ignoring recursive

    Avoids having to skip it for the auto-generated .vs when you open a single project from the integration tests folder, for example
    kzu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6e1a1c1 View commit details
    Browse the repository at this point in the history
  6. Add a sample analyzer project with dependencies to sanity-check

    In order to test that the basics of the dotnet-ilrepack tool are working in all supported OSes, we pick a clean and common scenario that doesn't require any particular workload, and which builds fast, as a simple end-to-end sanity check for the global tool itself.
    
    Note that the extensive tests already run on the code from existing tests is a prerequisite already for the test tool job.
    kzu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    561c39a View commit details
    Browse the repository at this point in the history
  7. Pack and publish selectively depending on secrets

    This makes merging this PR to upstream can be done even if the GH workflows aren't used for publishing.
    kzu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ab66d9c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 26, 2024

  1. Merge pull request #364 from kzu/main

    Provide a dotnet global tool version of ilrepack
    KirillOsenkov authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    15aef03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #366 from iskiselev/snk

    Assembly strong name Linux compatibility
    KirillOsenkov authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    45d42d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Aug 8, 2024

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

Commits on Sep 3, 2024

  1. Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fa27343 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge pull request #370 from gluck/dependabot/github_actions/dot-gith…

    …ub/workflows/actions/download-artifact-4.1.7
    
    Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
    KirillOsenkov authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2c3a69e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    d7fb5b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d6c961 View commit details
    Browse the repository at this point in the history
Loading