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

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    d0ee759 View commit details
    Browse the repository at this point in the history
  2. WebApplicationBuilder cleanup (#34801)

    * Share HostBuilder.Properties
    
    * Remove stale comment
    halter73 authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    eb0f414 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/runtime dotnet/efcore (#34796)

    [main] Update dependencies from dotnet/runtime dotnet/efcore
    dotnet-maestro[bot] authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    47be8bc View commit details
    Browse the repository at this point in the history
  4. FileLoggerProcessor write to a new file on new instance or Fields cha…

    …nge (#34652)
    
    * FileLoggerProcessor write to a new file on new instance or Fields change
    
    * Fixup comment
    
    * Feedback
    
    * Feedback
    wtgodbe authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a9a2d19 View commit details
    Browse the repository at this point in the history
  5. Refactor SignalR Transports Errors (#34766)

    * Refactor SignalR Transports Errors
    
    Fixes: #34765
    
    * PR Feedback
    
    * PR Feedback
    TanayParikh authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6eaba08 View commit details
    Browse the repository at this point in the history
  6. Apply hosting environment via command line args (#34794)

    * Apply hosting environment via command line args
    - This makes sure that the entire applicaton can see changes to host configuration (env, content root etc).
    - Added tests to verify those scenarios
    davidfowl authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4a1ced1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6954cf5 View commit details
    Browse the repository at this point in the history
  8. Reject CR/LF's in Kestrel header decoding (#34441)

    * Check for control characters in Kestrel HTTP2/3 headers
    
    * Change method
    
    * Add test
    
    * Some feedback
    
    * Don't check CRLFs for HTTP1
    
    * Feedback
    
    * No default param
    
    * Feedback
    wtgodbe authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a7ca111 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    33393c5 View commit details
    Browse the repository at this point in the history
  2. Log KestrelServerOptions when tracing is enabled (#34680)

    - Log KestrelServerOptions when tracing is enabled
    - Dump configured values as JSON and emit an event
    davidfowl authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2ee3f4a View commit details
    Browse the repository at this point in the history
Loading