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/aspnetcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f8c0d4
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5433e85
Choose a head ref
  • 14 commits
  • 39 files changed
  • 10 contributors

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    fcf52e1 View commit details
    Browse the repository at this point in the history
  2. [release/6.0] Move OpenAPI extensions to routing assembly (#36310)

    * Move OpenAPI extensions to routing assembly
    
    * Address feedback from code and API review
    
    * Clean up ReadResponseMetadata implementation
    
    * Update IProducesResponseTypeMetadata to expose ContentTypes
    
    * Address more feedback from review
    
    * Update ContentTypes to IEnumerable
    
    * Make IEnumerable non-nullable
    
    * One more feedback
    
    * Address feedback from review
    
    Co-authored-by: Safia Abdalla <[email protected]>
    github-actions[bot] and captainsafia authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7f635c3 View commit details
    Browse the repository at this point in the history
  3. [release/6.0] Support platforms where crossgen2 is not available (#36325

    )
    
    * Do not use crossgen2 when targeting s390x (where it is not supported)
    
    * Only reference "Microsoft.NETCore.App.Runtime.$(RuntimeIdentifier)"
      and "Microsoft.NETCore.App.Crossgen2.$(BuildOsName)-$(Crossgen2BuildArchitecture)"
      when actually using crossgen2.
    uweigand authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1ee3db0 View commit details
    Browse the repository at this point in the history
  4. [release/6.0] Cleanup remaining SSP references (#36248)

    - follow up to e58a6c2
    - remove references to System.Security.Permissions and its closure
      - only mentions are in eng/PackageOverrides.txt and eng/PlatformManifest.txt
      - those files will remain unused until we update them in the run-up to 6.0.1
      - may see some package refs for SSP and its closure elsewhere but this does not impact targeting pack content
    - also remove duplication between `@(AspNetCoreReferenceAssemblyPath)` additions (for efficiency)
    
    nit: Only need to exclude System.Net.Quic from `@(_AvailableRuntimeRefAssemblies)`
      - Crypto.Pkcs is **not** present in the transport package
      - other disallowed entries aren't present in the transport package or our dependency closure
    dougbu authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    888e03a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f06d80 View commit details
    Browse the repository at this point in the history
  6. [release/6.0] Un-redact safe request/response headers in HttpLoggingM…

    …iddleware (#36336)
    
    * Un-redact safe request/response headers in HttpLoggingMiddleware
    
    * Feedback
    
    Co-authored-by: Will Godbe <[email protected]>
    github-actions[bot] and wtgodbe authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bca0317 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. [release/6.0] Fixed duplicate metadata in ModelDataSource (#36340)

    * Fixed duplicate metadata in ModelDataSource - Today when we make endpoints for the ModelDataSource, we apply the callbacks to the EndpointBuilder before creating the endpoint. This happens every time anyone accesses the endpoints property. Instead of re-applying the conventions, we do it once on Build. We also throw if more conventions are added after building. - Added tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Pranav K <[email protected]>
    
    Co-authored-by: David Fowler <[email protected]>
    Co-authored-by: Pranav K <[email protected]>
    3 people authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    70b7975 View commit details
    Browse the repository at this point in the history
  2. [release/6.0] Add Win11 helix-matrix/quarantine queue, remove win7/8 (#…

    …36349)
    
    * Add Win11 helix-matrix/quarantine queue, remove win7/8
    
    * Add 6.0 config
    
    * Fix Win
    
    Co-authored-by: Will Godbe <[email protected]>
    github-actions[bot] and wtgodbe authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    71219a7 View commit details
    Browse the repository at this point in the history
  3. [release/6.0] Fix component governance bugs (#36351)

    * Fix component governance bugs
    
    * Lodash -> 21
    
    Co-authored-by: Will Godbe <[email protected]>
    github-actions[bot] and wtgodbe authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2387853 View commit details
    Browse the repository at this point in the history
  4. [release/6.0] Handle shortened JSON file in dotnet openapi (#36355)

    * Clean backport of e23fd04
    
    * Handle shortened JSON file in `dotnet openapi`
      - #35767
      - an existing JSON file must be truncated
    * !fixup! Address nits in changed file
      - take VS suggestions
    * Stop skipping `dotnet openapi` tests
      - .NET SDKs and Visual Studio's `msbuild` avoid #32686 already
    * !fixup! Address nits in `dotnet openapi` test files
      - take VS suggestions
    * Extend `dotnet openapi refresh` tests
      - include regression test for #35767
    github-actions[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e259201 View commit details
    Browse the repository at this point in the history
  5. [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#…

    …36339)
    
    [release/6.0] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    43970e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d899e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d29c54e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5433e85 View commit details
    Browse the repository at this point in the history
Loading