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: bd18f30
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2da4f9d
Choose a head ref
  • 18 commits
  • 33 files changed
  • 10 contributors

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

Commits on Jul 18, 2022

  1. Update dependencies from https://github.com/dotnet/roslyn build 20220…

    …715.10 (#10046)
    
    [main] Update dependencies from dotnet/roslyn
    dotnet-maestro[bot] authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    95530f4 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 (#10041)
    
    [main] Update dependencies from dotnet/xliff-tasks dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e6b99c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2ebe8a View commit details
    Browse the repository at this point in the history
  4. Create hybridcollab.md (#10030)

    * Create hybridcollab.md
    
    * Updated based on feedback
    
    * typo
    markwilkie authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6bf3e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Update dependencies from https://github.com/dotnet/xliff-tasks build …

    …20220718.1 (#10067)
    
    [main] Update dependencies from dotnet/xliff-tasks
    dotnet-maestro[bot] authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b1ad6da View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/arcade dotnet/sourcelink (#10070)

    [main] Update dependencies from dotnet/arcade dotnet/sourcelink
    dotnet-maestro[bot] authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    586ff54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c568a5 View commit details
    Browse the repository at this point in the history
  4. Allow explicitly including symbol files in non-symbol packages (#10057)

    - Add mechanism for always including a file in a framework pack
      - IncludeAlways metadata can be specified on a file to package such that it will always be included even if it is a symbol file.
    - Allow custom definition of lib package excludes in NuGetPack task
      - Expose LibPackageExclude paramater that lets consumers explicitly set the excludes instead of always using the defaults.
    elinor-fung authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9bbfa8d View commit details
    Browse the repository at this point in the history
  5. import pipeline-logging-functions during sbom generation prep (#10082)

    * import pipeline-logging-functions during sbom generation prep
    riarenas authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    cda7646 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

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

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