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/linker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 41467d3
Choose a base ref
...
head repository: dotnet/linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e48859c
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 27, 2021

  1. Fix Task test which only fails in VS (#2453)

    The problem is that we run the task in a way which never happens in SDK. In SDK we always specify ToolPath/ToolExe values, but the test doesn't. The default implementation of these values rely on DOTNET_HOST_PATH which is not set when running from VS.
    
    The fix calculates path to dotnet.exe from the test itself - it's not the most elegant way, but for now should always work as we only support running the tests on .NET Core (NOT on .NET Framework).
    vitek-karas authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    9996319 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Add license header to ILLink.Shared files (#2470)

    Fixes some commited lint problems
    tlakollo authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    e48859c View commit details
    Browse the repository at this point in the history
Loading