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: 22e05f3
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
  • 3 commits
  • 18 files changed
  • 3 contributors

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