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: d8ca185
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
  • 2 commits
  • 14 files changed
  • 4 contributors

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