Thanks to visit codestin.com
Credit goes to github.com

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: 62b68b5584
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c42b0d67a0
Choose a head ref
  • 17 commits
  • 78 files changed
  • 12 contributors

Commits on Jun 14, 2023

  1. Update dependencies from https://github.com/dotnet/efcore build 20230…

    …614.1 (#48797)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5c63637 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/runtime build 2023061

    .31 (#48803)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5cfdaf9 View commit details
    Browse the repository at this point in the history
  3. [skip-ci]Add links to video for contribution guidelines (#48647)

    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    divyeshio authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    eccb892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d734541 View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/dotnet/efcore build 20230…

    …614.2 (#48808)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fec03f9 View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/source-build-refer…

    …ence-packages build 20230614.1 (#48804)
    
    Microsoft.SourceBuild.Intermediate.source-build-reference-packages
     From Version 8.0.0-alpha.1.23312.2 -> To Version 8.0.0-alpha.1.23314.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3f389bb View commit details
    Browse the repository at this point in the history
  7. Make test template more explicit about helix logs (#48740)

    * Make test template more explicit about helix logs
    
    ...since I got confused and did the wrong thing repeatedly.
    
    * Add a note about signing in to AzDO
    amcasey authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6237c19 View commit details
    Browse the repository at this point in the history
  8. Bump Polly to 7.2.4 (#48795)

    Update the reference for Polly to the latest release, 7.2.4.
    martincostello authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6fe0f99 View commit details
    Browse the repository at this point in the history
  9. Unify JSON handling across RDF and RDG (#48573)

    * Unify response writing implementations across RDF and RDG
    
    * Address feedback and remove ConditionalTheories
    
    * Address more feedback
    
    * Fix nullability in WriteResponseJsonAsync
    captainsafia authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ce696ca View commit details
    Browse the repository at this point in the history
  10. Fix 'NavLink component is active on wrong path' (#48718)

    * Fix #48627
    
    * Add E2E tests
    
    ---------
    
    Co-authored-by: Mackinnon Buck <[email protected]>
    etemi and MackinnonBuck authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d7cdc21 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Update dependencies from https://github.com/dotnet/efcore build 20230…

    …614.3 (#48819)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4aa40d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467f896 View commit details
    Browse the repository at this point in the history
  3. Clean up some custom awaiters (#48722)

    Some appear to be dead code, others can be replaced by use of ConfigureAwaitOptions.  I did not replace ones that appeared to be used by signalr client code as well, as that would have required ifdef'ing.
    stephentoub authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c0d66af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    778016b View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/dotnet/efcore build 20230…

    …615.1 (#48831)
    
    [main] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5996cb5 View commit details
    Browse the repository at this point in the history
  6. Implement IHostApplicationBuilder on WebApplicationBuilder (#48775)

    dotnet/runtime#86974 added support for a common interface between HostApplicationBuilder and WebApplicationBuilder. This implements the new interface on WebApplicationBuilder.
    eerhardt authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1ac7ae5 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/runtime build 2023…

    …0614.15 (#48832)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c42b0d6 View commit details
    Browse the repository at this point in the history
Loading