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

Commits on Feb 14, 2025

  1. React to NuGet package pruning warnings (#60395)

    * React to NuGet package pruning warnings
    
    Contributes to dotnet/sdk#46829
    
    NuGet added a new feature that automatically prunes package and project references that are provided by the shared framework that is targeted.
    
    Resolve warnings that get emitted when building non-source-only.
    
    * Remove System.Private.Uri dependency
    
    * Remove version as well
    ViktorHofer authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    a85b55b View commit details
    Browse the repository at this point in the history
  2. Populate XML doc comments into OpenAPI document (#60326)

    Safia Abdalla authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    0b520c3 View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/source-build-exter…

    …nals build 20250204.2 (#60288)
    
    [main] Update dependencies from dotnet/source-build-externals
    dotnet-maestro[bot] authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    e64a99d View commit details
    Browse the repository at this point in the history
  4. Upgrade to OpenAPI.NET v2.0.0-preview7 (#60269)

    Safia Abdalla authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    58ac2f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    a66b916 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/runtime build 2025…

    …0214.1 (#60407)
    
    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    ec389c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Configuration menu
    Copy the full SHA
    39f1443 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Add reconnect UI component to the Blazor template (#60376)

    * Add prototype to sample app
    
    * Add e2e test for the new reconnect UI
    
    * Add E2E test for CSP violation
    
    * Add HTML attributes to ReconnectModal
    
    * Add ReconnectModal to the BlazorWeb-CSharp project template
    
    * Add comments, simplify test component, clean up sample app
    
    * Add new project template files to template-baselines.json
    
    * Add missing cases to template-baselines.json
    
    * Add HeadOutlet to TestServer app, use meta tag for setting CSP in reconnect test
    
    * Dispatch reconnection state change events in UserSpecifiedDisplay
    
    * Fix code style
    
    * Add missing Add missing cases to template-baselines.json
    
    * Add missing cases to template-baselines.json
    oroztocil authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    0fe271c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cec2e View commit details
    Browse the repository at this point in the history
  3. Revert "Update branding to preview3 (#60405)" (#60470)

    This reverts commit a66b916.
    wtgodbe authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    5cf08a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c78452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6df1592 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    5f65ff3 View commit details
    Browse the repository at this point in the history
Loading