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

Commits on Dec 5, 2024

  1. Update dependencies from https://github.com/dotnet/efcore build 20241…

    …205.1 (#59337)
    
    dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools
     From Version 10.0.0-alpha.1.24604.4 -> To Version 10.0.0-alpha.1.24605.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    74cdf38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5e55e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Convert ref and runtime packs to use the SharedFramework SDK and Arca…

    …de's installer tooling (#58612)
    
    * Add an sfxproj for the ref pack for Microsoft.AspNetCore.App. IT has the same contents except for some simplification of the analyzer layout and the PlatformManifest (which will be implemented correctly as part converting the runtime pack)
    
    * Add sfxproj-based runtime framework project
    
    * Produce the targeting pack archives
    
    * Build the runtime archive. There's some extra rebuilding now, so need to look into that.
    
    * Add a (mostly correct, some TODOs) composite runtime image and archive.
    
    * Use traversal projects to ensure that building the runtime archive projects directly restores the sfxprojs.
    
    * Add the new .deb packaging to the targeting pack
    
    * Add the aspnetcore runtime deb package to the sfxproj
    
    * Enable building RPM packages
    
    * Publish from the new-style projects to the correct subfolders for consuming projects to pick up.
    
    * Remove a TODO that's being addressed
    
    * Add support for partial R2R rooting based on dotnet/sdk#44436
    
    * Reuse global properties and remove TODO addresed in corresponding Arcade PR.
    
    * Replace old shared framework projects and Linux installers with the new sfxproj and archive-based projects
    
    * Remove the NoTargets SDK, ended up using the Traversal SDK instead.
    
    * Fix path to runtime pack for manifest
    
    * Don't reference the installers package on Windows. We don't want to build MSIs with this tooling (yet)
    
    * Fix reference from aspnetcore-runtime and sequence the projects into the build better
    
    * Profive projects to build when only -buildinstallers is passed. This ensures we don't try to build AspNetCore.sln
    
    * Fix the path of the runtime list for testing.
    
    * Set property with file name
    
    * Disable APICompat for the archive projects.
    
    * Fix expected output directory for deb/rpm/targz/zip to be the shipping packages output.
    
    * Fix including zips (as wixpacks are still in the intsallers folder)
    
    * Build the shared frameworks via the transitive SDK proj only and make the native project references "just work" without a separate target.
    
    * Add PGO data via direct references to the MIBC files instead of flowing them through a different manner (that doesn't work)
    
    * Don't exclude the runtime archive traversal proj from the source-only build.
    
    * Add some makedirs
    
    * Don't try to extract the runtime we skipped downloading
    
    * Always prefer the ref assemblies in the transport pack over the impl assemblies when building the ref pack.
    
    * Add the right PackageOverrides.txt entries and make sure we exclude analyzers from the expected PackageOverrides list (they aren't supposed to be there)
    
    * Enable building all projects using the sharedfx sdk in source-build
    
    * Don't exclude the composite archive from source build.
    
    * Write out the aspnetcore_base_runtime.version file
    
    * Update aspnetcore-base-runtime.proj
    
    * Don't R2R when explicitly requested not to
    
    * Update .NET SDK to get composite image fix
    
    * Use the new RPM tooling and build debs/rpms in the regular build step (instead of as separate steps)
    
    * Remove rpmpkg references and update ref pack baseline version
    
    * Fix version string
    
    * Remove installers group on Build.props as the "managed" build will now correctly trigger debs/rpms when requested
    
    * Use Arcade RPM tooling for the Runtime sfxproj
    
    * Revert "Update .NET SDK to get composite image fix"
    
    This reverts commit b1b144d.
    
    * Don't pack the ref pack when only packing rid-specific packages
    
    * Remove RpmOwnedDirectory items as they're now provided by the SharedFramework SDK.
    
    * Don't build installers in source-build
    
    * Pass linux installer/archive artifacts over to the signing jobs
    
    * Don't publish the unsigned build if we're not doing post-build signing. We'll publish from the signing job.
    
    * Bulid installers on Linux-arm64
    
    * Set the InstallerPackageDescription property to also set the description for installers (after dotnet/arcade#15308 flows)
    
    ---------
    
    Co-authored-by: Igor Velikorossov <[email protected]>
    jkoritzinsky and RussKie authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    7949421 View commit details
    Browse the repository at this point in the history
  2. Update RequestLocalizationMiddleware.cs (#59333)

    Fixed parameter documentation in the contructor.
    S-Luiten authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    9f51190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b6d1d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. [main] Update dependencies from dotnet/efcore, dotnet/runtime (#59355)

    [main] Update dependencies from dotnet/efcore, dotnet/runtime
    dotnet-maestro[bot] authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    9903691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a83d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

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

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    fffa4a5 View commit details
    Browse the repository at this point in the history
  2. Fix SFX issues causing sdk injestion failures (#59398)

    * Add missing publish args for Linux x64/arm64
    
    * Don't reference the vcxproj during restore.
    jkoritzinsky authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    633add6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4655dc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. [main] Update dependencies from dotnet/efcore, dotnet/runtime (#59373)

    [main] Update dependencies from dotnet/efcore, dotnet/runtime
    dotnet-maestro[bot] authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    0825def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef381ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620d45d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    305a061 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies from dotnet/xdt (#59417)

    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    2379dd2 View commit details
    Browse the repository at this point in the history
  3. [main] Update dependencies from dotnet/source-build-reference-packages (

    #59416)
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    85d2461 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42307c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61be94c View commit details
    Browse the repository at this point in the history
Loading