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

Commits on Jan 8, 2024

  1. [Blazor] Centralize our JS build setup (#53150)

    * Centralize build configuration in src/Components/Shared.JS
    * Moves rollup.config.mjs to src/Components/Shared.JS and makes individual projects import it.
    * Moves tsconfig.json to src/Components/Shared.JS and makes individual projects extend it.
    javiercn authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7b9e6b0 View commit details
    Browse the repository at this point in the history
  2. [Blazor] Accept an HTML encoder instance from DI if available (#53140)

    * Update StaticHtmlRenderer.cs to check in DI for a registered instance of HtmlEncoder or JavaScriptEncoder and fallback to the default implementation otherwise.
    javiercn authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    de52c21 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/runtime (#53199)

    [main] Update dependencies from dotnet/runtime
    dotnet-maestro[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c9f3d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e175853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b146975 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    dca5b04 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/source-build-reference-packages (

    #53136)
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c284950 View commit details
    Browse the repository at this point in the history
  3. Throw if resolving keyed service from non-keyed container (#53051)

    * Throw if resolving keyed service from non-keyed container
    
    * Update message and add tests
    
    * Fix reference
    
    * Check for RDF exception at construction time
    captainsafia authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    252ad5d View commit details
    Browse the repository at this point in the history
Loading