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: 9ab1933
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b383ed
Choose a head ref
  • 11 commits
  • 47 files changed
  • 6 contributors

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    5fa7add View commit details
    Browse the repository at this point in the history
  2. Avoid using new C# language features in Razor code generation (#35703)

    The generated code for tag helpers is used all the way back in 3.1 which defaults to C# 8. Our code generation
    currently produces a target-typed new expression that is available in C# 10.
    
    Updating some of the older tests to pin the language to a fixed version so we can catch these kinds of regressions as part of tests.
    
    Fixes #35554
    
    Co-authored-by: Pranav K <[email protected]>
    github-actions[bot] and pranavkm authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2d7f89d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c19ab6 View commit details
    Browse the repository at this point in the history
  4. Backport `Release object URL after image for resize has loaded (#35499)…

    …` to 6.0 (#35712)
    
    * Release object URL after image for resize has loaded (#35499)
    
    Co-authored-by: Tanay Parikh <[email protected]>
    
    * Updated release.js files
    
    Co-authored-by: Michel Jansson <[email protected]>
    TanayParikh and MichelJansson authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2da9537 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db55a97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16c0492 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    707ab6c View commit details
    Browse the repository at this point in the history
  8. [release/6.0] Complain when returning IActionResult from MinimalAction (

    #35710)
    
    * Complain when returning IActionResult from MinimalAction
    
    * Update src/Framework/Analyzer/test/MinimalActions/DisallowReturningActionResultsFromMapMethodsTest.cs
    
    Co-authored-by: Pranav K <[email protected]>
    github-actions[bot] and pranavkm authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    8b72a2b View commit details
    Browse the repository at this point in the history
  9. [release/6.0] Update dependencies from dotnet/efcore (#35740)

    [release/6.0] Update dependencies from dotnet/efcore
    dotnet-maestro[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ee393ad View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    2bdf8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b383ed View commit details
    Browse the repository at this point in the history
Loading