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/source-build-reference-packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 549aadff16
Choose a base ref
...
head repository: dotnet/source-build-reference-packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 412264fd6c
Choose a head ref
  • 6 commits
  • 98 files changed
  • 4 contributors

Commits on Jan 22, 2024

  1. [main] Update dependencies from dotnet/sdk (#872)

    Microsoft.DotNet.GenAPI.Task
     From Version 9.0.100-alpha.1.24064.9 -> To Version 9.0.100-alpha.1.24072.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b2be1e5 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20240…

    …119.2 (#871)
    
    Microsoft.DotNet.Arcade.Sdk
     From Version 9.0.0-beta.24066.3 -> To Version 9.0.0-beta.24069.2
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a392d3e View commit details
    Browse the repository at this point in the history
  3. Add Microsoft.CodeAnalysis/4.9 dependencies (#870)

    * Add Microsoft.CodeAnalysis/4.10 dependencies
    
    ... necessary to consume new Roslyn dependencies. Roslyn recently updated
    to 8.0.0 dependencies which makes this change necessary.
    
    Unblocks dotnet/runtime#97152
    
    * Undo incorrect GenAPI changes
    
    * Fix order in Build.props
    ViktorHofer authored Jan 22, 2024
    1 Configuration menu
    Copy the full SHA
    1b84747 View commit details
    Browse the repository at this point in the history
  4. Manually add API that isn't present in the contract assembly (#873)

    ... but that is required by the compiler (base type abstract member).
    For more details see discussion in
    dotnet/source-build#4000
    ViktorHofer authored Jan 22, 2024
    1 Configuration menu
    Copy the full SHA
    2d0fd8e View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    2249c9a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Add CollectionBuilderAttribute to System.Collections.Immutable (#875)

    * Add CollectionBuilderAttribute to System.Collections.Immutable
    
    CollectionBuilderAttribute is another attribute that's used to light-up
    compiler API.  This attribute is filtered by GenAPI.
    
    Add it back manually to support Collection expressions with immutable
    collections.
    
    dotnet/sdk#33693
    
    * Add header and link to issue
    ericstj authored Jan 23, 2024
    1 Configuration menu
    Copy the full SHA
    412264f View commit details
    Browse the repository at this point in the history
Loading