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/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 54a00a8
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7951a6
Choose a head ref
  • 11 commits
  • 25 files changed
  • 6 contributors

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    9a9f62f View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks do…

    …tnet/arcade dotnet/sourcelink (#9939)
    
    [main] Update dependencies from dotnet/xharness dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    29422ba View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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

Commits on Jul 13, 2022

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

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3895dfc View commit details
    Browse the repository at this point in the history
  2. Add x64 arch and freebsd arm64 in cross toolchain (#9834)

    * Add x64 arch and freebsd arm64 in cross toolchain
    
    * Fix condition
    
    * Switch to new FreeBSD URL scheme
    
    * Bring illumous on the same plan as other OS
    am11 authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    57d358a View commit details
    Browse the repository at this point in the history
  3. Attempt to fix #9864 (#9915)

    jonfortescue authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    15af466 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Annotate Conditional attributes for trimmability (#9938)

    This should ensure the target members are kept when we're running the tests with trimming enabled.
    
    Some tests use these attributes with framework types and framework is always considered trimmable. Example: https://github.com/dotnet/runtime/blob/aafe4d465f97fa3a0ae61b18c2887cf84085d25d/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs#L15
    MichalStrehovsky authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1832a15 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink (#10007)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    22e05f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotn…

    …et/sourcelink (#10025)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4838c53 View commit details
    Browse the repository at this point in the history
  2. Add support for required keyword (#10021)

    * Add support for `required` keyword to GenAPI
    
    Also avoid emitting the new `CompilerFeatureRequiredAttribute`
    
    * Support LangVersion in Roslyn-based GenFacades tasks
    
    * Don't redistribute roslyn in GenFacades
    
    Use the one that the project is compiling with.  This is a copy of the logic from
    https://github.com/dotnet/sdk/blob/d670c1d9c72190cdf8228ed000847f9bde55ce71/src/Compatibility/Microsoft.DotNet.Compatibility/ValidatePackage.cs#L47
    
    * Exclude the compiler generated Obsolete attribute from types using `required`
    
    * Address feedback
    ericstj authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4448bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7951a6 View commit details
    Browse the repository at this point in the history
Loading