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: 2fb20b4
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ca82c8
Choose a head ref
  • 8 commits
  • 10 files changed
  • 5 contributors

Commits on Sep 17, 2021

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

Commits on Sep 20, 2021

  1. Pin analyzers that ship in the SDK (#36690) (#36747)

    * Pin analyzers that ship in the SDK
    
    ASP.NET Core produces a few analyzer assemblies that are shipped as part of the .NET SDK. These analyzers are added to web projects targeting 3.1 and newer.
    In 6.0, we (unintentionally) bumped the version of Microsoft.CodeAnalysis that these projects referenced to a 4.0 version. This causes warnings when opening
    a 3.1 or 5.0 app in VS 2019 as it does not support these versions.
    
    Additionally update the version of Microsoft.CodeAnalysis.* packages used in tests, Razor, and framework analyzers that are only expected to run with VS 2020 to a more recent build. This is largely book-keeping, but allows us
    to write a test for file scoped namespaces.
    
    Fixes #36552
    pranavkm authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2063967 View commit details
    Browse the repository at this point in the history
  2. Make deactivate clean x86 root (#36759)

    - backport of #36717 to release/6.0
    
    Co-authored-by: Doug Bunting <[email protected]>
    github-actions[bot] and dougbu authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6bdb0c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6898987 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime (#…

    …36703)
    
    [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
    dotnet-maestro[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    99ff63e View commit details
    Browse the repository at this point in the history
  2. [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime (#…

    …36782)
    
    [release/6.0] Update dependencies from dotnet/efcore dotnet/runtime
    dotnet-maestro[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c2647be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ca82c8 View commit details
    Browse the repository at this point in the history
Loading