-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Comparing changes
Open a pull request
base repository: dotnet/aspnetcore
base: ec77307b34
head repository: dotnet/aspnetcore
compare: 61be94cbcb
- 19 commits
- 99 files changed
- 11 contributors
Commits on Dec 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 74cdf38 - Browse repository at this point
Copy the full SHA 74cdf38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5e55e - Browse repository at this point
Copy the full SHA 7a5e55eView commit details
Commits on Dec 6, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7949421 - Browse repository at this point
Copy the full SHA 7949421View commit details -
Update RequestLocalizationMiddleware.cs (#59333)
Fixed parameter documentation in the contructor.
Configuration menu - View commit details
-
Copy full SHA for 9f51190 - Browse repository at this point
Copy the full SHA 9f51190View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b6d1d - Browse repository at this point
Copy the full SHA b0b6d1dView commit details
Commits on Dec 7, 2024
-
[main] Update dependencies from dotnet/efcore, dotnet/runtime (#59355)
[main] Update dependencies from dotnet/efcore, dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 9903691 - Browse repository at this point
Copy the full SHA 9903691View commit details -
Update dependencies from https://github.com/dotnet/efcore build 20241…
…206.3 (#59363) [main] Update dependencies from dotnet/efcore
Configuration menu - View commit details
-
Copy full SHA for b2a83d4 - Browse repository at this point
Copy the full SHA b2a83d4View commit details
Commits on Dec 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2a857c - Browse repository at this point
Copy the full SHA e2a857cView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fffa4a5 - Browse repository at this point
Copy the full SHA fffa4a5View commit details -
Fix SFX issues causing sdk injestion failures (#59398)
* Add missing publish args for Linux x64/arm64 * Don't reference the vcxproj during restore.
Configuration menu - View commit details
-
Copy full SHA for 633add6 - Browse repository at this point
Copy the full SHA 633add6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4655dc9 - Browse repository at this point
Copy the full SHA 4655dc9View commit details
Commits on Dec 10, 2024
-
[main] Update dependencies from dotnet/efcore, dotnet/runtime (#59373)
[main] Update dependencies from dotnet/efcore, dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 0825def - Browse repository at this point
Copy the full SHA 0825defView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef381ec - Browse repository at this point
Copy the full SHA ef381ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620d45d - Browse repository at this point
Copy the full SHA 620d45dView commit details
Commits on Dec 11, 2024
-
[Infrastructure] Script to automatically update Selenium and Playwrig…
…ht dependencies (#59338)
Configuration menu - View commit details
-
Copy full SHA for 305a061 - Browse repository at this point
Copy the full SHA 305a061View commit details -
[main] Update dependencies from dotnet/xdt (#59417)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2379dd2 - Browse repository at this point
Copy the full SHA 2379dd2View commit details -
[main] Update dependencies from dotnet/source-build-reference-packages (
#59416) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85d2461 - Browse repository at this point
Copy the full SHA 85d2461View commit details -
Update dependencies from https://github.com/dotnet/runtime build 2024…
…1210.2 (#59414) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for f42307c - Browse repository at this point
Copy the full SHA f42307cView commit details -
Update dependencies from https://github.com/dotnet/efcore build 20241…
…210.3 (#59432) [main] Update dependencies from dotnet/efcore
Configuration menu - View commit details
-
Copy full SHA for 61be94c - Browse repository at this point
Copy the full SHA 61be94cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ec77307b34...61be94cbcb