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: 9c2b65a
Choose a base ref
...
head repository: dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 24ea7ef
Choose a head ref
  • 9 commits
  • 56 files changed
  • 8 contributors

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    952ccb4 View commit details
    Browse the repository at this point in the history
  2. Add new components pipeline yml (#35189)

    * Create components.yml
    
    * Update components.yml
    
    * Skip components E2E tests in main build
    
    * Rename file
    
    * Rename job
    
    Co-authored-by: Steve Sanderson <[email protected]>
    HaoK and SteveSandersonMS authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    64dca63 View commit details
    Browse the repository at this point in the history
  3. Sync shared code from runtime (#35293)

    Co-authored-by: Tratcher <[email protected]>
    github-actions[bot] and Tratcher authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9265111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d99d06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    043e87d View commit details
    Browse the repository at this point in the history
  6. Add a test to verify HotReload events are not subscribed to as part o…

    …f regular rendering (#35299)
    
    Verification for #34414
    pranavkm authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7e58b30 View commit details
    Browse the repository at this point in the history
  7. Fix template css issues (#35296)

    * Remove duplicate blank line
    
    * Remove extra blank line
    
    * Fix link inconsistency with auth case
    
    * Fix spacing utility classes to use Bootstrap 5 names
    
    (otherwise they don't do anything)
    
    * Consistent underlining (and not) of the links in the top bar
    
    (otherwise they don't do anything)
    
    * In auth case, handle the username being too wide for the screen
    SteveSandersonMS authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    405567f View commit details
    Browse the repository at this point in the history
  8. Reduce allocations in Razor scenarios (#35247)

    * Avoid delegate allocations for LazyIntermediateToken
    
    * Avoid delegate allocations for Language.TokenizeString
    
    * Avoid delegate allocations in ReadWhile
    
    * Avoid enumerator allocations for Dictionary<TKey, TValue>
    
    See https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1367269
    sharwell authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    648353c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24ea7ef View commit details
    Browse the repository at this point in the history
Loading