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: 6000a84
Choose a base ref
...
head repository: dotnet/linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4db6ac9
Choose a head ref
  • 7 commits
  • 48 files changed
  • 5 contributors

Commits on Oct 14, 2022

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

Commits on Oct 18, 2022

  1. [main] Update dependencies from dotnet/arcade (#3054)

    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    51409b0 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/runtime (#3055)

    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1461977 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

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

Commits on Oct 24, 2022

  1. Update dependencies from https://github.com/dotnet/arcade build 20221…

    …020.1 (#3079)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    d8ca185 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Change analyzer versions such that the repo can be built with .NET 7 …

    …RC2 SDK (#3077)
    
    Change analyzer versions such that the repo can be built with .NET 7 RC2 SDK.
    - Took the versions from dotnet/runtime.
    - Remove CheckAttributeInstantiation method since is no longer necessary
    - Remove global attributes since they are no longer necessary
    - Workaround the fact that compiler injects System.Runtime.CompilerServices.RefSafetyRulesAttribute into every assembly to describe the language version
    
    Co-authored-by: tlakollo <tlakaelel_axayakatl@outlook.com>
    vitek-karas and tlakollo authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c0bd208 View commit details
    Browse the repository at this point in the history
  2. Update linker and analyzer to handle DAM on indexable property parame…

    …ters (#3081)
    
    Don't assume there is only one parameter for set and none for get. Allow DAM on the index parameters of properties.
    Co-authored-by: vitek-karas <10670590+vitek-karas@users.noreply.github.com>
    Co-authored-by: Sven Boemer <sbomer@gmail.com>
    3 people authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4db6ac9 View commit details
    Browse the repository at this point in the history
Loading