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

Commits on Aug 6, 2021

  1. Set the application name in the WebApplicationFactory (#35101)

    - When using the deferred host builder, we set the application name via args so since the default name is the entry assembly. When hosted in tests, this will be the testhost instead of the application assembly name. This changes the default when using the WebApplicationFactory.
    - Added a test
    davidfowl authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    0c14ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e932a8a View commit details
    Browse the repository at this point in the history
  3. .NET to JS Streaming Interop (#34817)

    * .NET to JS Streaming Interop
    
    * Refactor WebView Impl
    
    * Update TransmitDataStreamToJS.cs
    
    * Fix Build
    
    * Unit Tests
    
    * E2E Tests
    
    * E2E test fixes
    
    * Remove dotNetToJSReceiveDotNetStreamReference Sync Tests
    
    * Cleanup usings
    
    * Cleanup Tests
    
    * IAsyncEnumerable Based Approach
    
    * IAsyncEnumerable Based Approach Cleanup
    TanayParikh authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    0cf96e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    213cf6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52361a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d941575 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd94970 View commit details
    Browse the repository at this point in the history
  8. [main] Update dependencies from dotnet/runtime (#35105)

    [main] Update dependencies from dotnet/runtime
    
    
     - Fix RenegotiateForClientCertificateOnPostWithoutBufferingThrows_TLS12
    dotnet-maestro[bot] authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    6dfac69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a77a440 View commit details
    Browse the repository at this point in the history
  10. Improve support for OpenAPI in minimal actions (#34906)

    * Support setting content types in ProducesResponseTypeAttribute to close #34542
    
    * Add WithName extension method to resolve #34538
    
    * Support setting endpoints on group names to resolve #34541
    
    * Add OpenAPI extension methods to resolve #33924
    
    * Add tests for new OpenAPI methods
    
    * Add endpoint metadata attributes
    
    * Update PublicAPI files with deltas
    
    * Add support for SuppressApi to close #34068
    
    * Update tests to account for supporting setting content types
    
    * Fix up PublicAPI analyzer warnings
    
    * Clean up source files
    
    * Address feedback from API review
    
    * Fix typo and update type signature
    
    * Apply feedback from second API review
    
    * Update docstrings
    
    * Apply suggestions from code review
    
    Co-authored-by: Martin Costello <[email protected]>
    
    * Address non-test related feedback
    
    * Handle setting content types for ProducesResponseType attribute
    
    * Address feedback from peer review
    
    * Add test for ProducesResponseType override scenario
    
    Co-authored-by: Martin Costello <[email protected]>
    captainsafia and martincostello authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c2f1caa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cdcd9fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0635f3f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a1da5e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e828a45 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Enable implicit usings feature in new projects by default (#35135)

    Note the SDK is being updated separately to actually implement support for this property in dotnet/sdk#19521
    
    Addresses #35131
    DamianEdwards authored Aug 7, 2021
    Configuration menu
    Copy the full SHA
    72a56d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75dae32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec504ed View commit details
    Browse the repository at this point in the history
Loading