Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v8.0.14
Choose a base ref
Loading
...
head repository:dotnet/aspnetcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v8.0.15
Choose a head ref
Loading
  • 20commits
  • 29files changed
  • 10contributors

Commits on Feb 18, 2025

  1. Update dependencies fromhttps://github.com/dotnet/arcadebuild 20250…

    …211.4 (#60355)[release/8.0] Update dependencies from dotnet/arcade
    @dotnet-maestro
    dotnet-maestro[bot] authoredFeb 18, 2025
    Configuration menu
    Copy the full SHA
    45ccd62View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Merge from public

    @wtgodbe
    wtgodbe committedFeb 24, 2025
    Configuration menu
    Copy the full SHA
    20baca6View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Merged PR 47896: [release/8.0] Merge from public

    Resolve merge conflict----#### AI description  (iteration 1)#### PR ClassificationCode update to merge changes from the public repository.#### PR SummaryThis pull request updates several dependencies and configurations to align with the latest versions from the public repository.- Updated dependency versions in `/eng/Version.Details.xml` and `/eng/Versions.props`.- Changed the default MSBuild version in `/eng/common/tools.ps1` and `/eng/common/sdk-task.ps1` to `17.12.0`.- Modified the internal runtime download URL in `/eng/common/templates/steps/source-build.yml`.<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
    @wtgodbe
    wtgodbe committedMar 5, 2025
    Configuration menu
    Copy the full SHA
    28180cfView commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    9e80d98View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5668ccView commit details
    Browse the repository at this point in the history
  3. Add partitioned to cookie for SignalR browser testing (#60728)

    * Add partitioned to cookie for SignalR browser testing* Update src/SignalR/clients/ts/FunctionalTests/Startup.csCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>---------Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    @BrennanConroy
    BrennanConroy andCopilot authoredMar 7, 2025
    Configuration menu
    Copy the full SHA
    dc12b47View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3013daView commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Merged PR 48104: Http/3 Partial Frame support

    Support partial frames for HTTP/3 in Kestrel.We incrementally parse frames as they come in.
    @BrennanConroy@joperezr
    BrennanConroy authored andjoperezr committedMar 8, 2025
    Configuration menu
    Copy the full SHA
    d6605ebView commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. [release/8.0] (deps): Bump src/submodules/googletest frome235eb3 t…

    …o `24a9e94` (#60677)* [release/8.0] (deps): Bump src/submodules/googletestBumps [src/submodules/googletest](https://github.com/google/googletest) from `e235eb3` to `24a9e94`.- [Release notes](https://github.com/google/googletest/releases)- [Commits](google/googletest@e235eb3...24a9e94)---updated-dependencies:- dependency-name: src/submodules/googletest  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>* Fix cpp test---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: wtgodbe <wigodbe@microsoft.com>
    @dependabot@wtgodbe
    dependabot[bot] andwtgodbe authoredMar 10, 2025
    Configuration menu
    Copy the full SHA
    0107549View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde286cView commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    16ecaaeView commit details
    Browse the repository at this point in the history
  2. Merge pull request#60879from vseanreesermsft/internal-merge-8.0-202…

    …5-03-11-1244Merging internal commits for release/8.0
    @wtgodbe
    wtgodbe authoredMar 11, 2025
    Configuration menu
    Copy the full SHA
    12d8dd2View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ceea5View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Update dependencies fromhttps://dev.azure.com/dnceng/internal/_git/d…

    …otnet-runtime build 20250312.16Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Logging.Abstractions , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 8.0.14-servicing.25111.18 -> To Version 8.0.15-servicing.25162.16
    @dotnet-bot
    dotnet-bot committedMar 13, 2025
    Configuration menu
    Copy the full SHA
    2d91c7cView commit details
    Browse the repository at this point in the history
  2. Merged PR 48386: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-runtimeThis pull request updates the following dependencies[marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)## Fromhttps://dev.azure.com/dnceng/internal/_git/dotnet-runtime- **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319- **Build**: [20250312.16](https://dev.azure.com/dnceng/internal/_build/results?buildId=2661775)- **Date Produced**: March 13, 2025 3:37:27 AM UTC- **Commit**: [6eee28c27213784c1f8a112df1c90113585c4111](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC6eee28c27213784c1f8a112df1c90113585c4111)- **Branch**: refs/heads/internal/release/8.0[DependencyUpdate]: <> (Begin)- **Updates**:  - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.3 to 8.0.3][1]  - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]  - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.NETCore.App.Ref**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]  - **Microsoft.NETCore.Platforms**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1]  - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.2][2]  - **System.DirectoryServices.Protocols**: [from 8.0.0 to 8.0.1][3]  - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.14-servicing.25111.18 to 8.0.15-servicing.25162.16][1][1]:https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC1584e493603cfc4e9b36b77d6d4afe97de6363f9&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files[2]:https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC81cabf2857a01351e5ab578947c7403a5b128ad1&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files[3]:https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC5535e31a712343a63f5d7d796cd874e563e5ac14&targetVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&_a=files[DependencyUpdate]: <> (End)[marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
    @vseanreesermsft
    ProductConstructionServiceProd authored andvseanreesermsft committedMar 13, 2025
    Configuration menu
    Copy the full SHA
    a39f899View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Update dependencies fromhttps://dev.azure.com/dnceng/internal/_git/d…

    …otnet-runtime build 20250314.9Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Logging.Abstractions , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 8.0.15-servicing.25162.16 -> To Version 8.0.15-servicing.25164.9
    @dotnet-bot
    dotnet-bot committedMar 14, 2025
    Configuration menu
    Copy the full SHA
    25ee518View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Update dependencies fromhttps://dev.azure.com/dnceng/internal/_git/d…

    …otnet-runtime build 20250314.13Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Logging.Abstractions , Microsoft.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , Microsoft.SourceBuild.Intermediate.runtime.linux-x64 From Version 8.0.15-servicing.25162.16 -> To Version 8.0.15-servicing.25164.13
    @dotnet-bot
    dotnet-bot committedMar 15, 2025
    Configuration menu
    Copy the full SHA
    4b306fbView commit details
    Browse the repository at this point in the history
  2. Merged PR 48490: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-runtimeThis pull request updates the following dependencies[marker]: <> (Begin:83131e87-e80d-4d5b-f426-08dbd53b3319)## Fromhttps://dev.azure.com/dnceng/internal/_git/dotnet-runtime- **Subscription**: 83131e87-e80d-4d5b-f426-08dbd53b3319- **Build**: [20250314.13](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663922)- **Date Produced**: March 15, 2025 7:00:25 AM UTC- **Commit**: [50c4cb9fc31c47f03eac865d7bc518af173b74b7](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC50c4cb9fc31c47f03eac865d7bc518af173b74b7)- **Branch**: refs/heads/internal/release/8.0[DependencyUpdate]: <> (Begin)- **Updates**:  - **Microsoft.Extensions.HostFactoryResolver.Sources**: [from 8.0.15-servicing.25162.16 to 8.0.15-servicing.25164.13][2]  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.3 to 8.0.3][2]  - **Microsoft.Internal.Runtime.AspNetCore.Transport**: [from 8.0.15-servicing.25162.16 to 8.0.15-servicing.25164.13][2]  - **Microsoft.NET.Runtime.MonoAOTCompiler.Task**: [from 8.0.15 to 8.0.15][2]  - **Microsoft.NET.Runtime.WebAssembly.Sdk**: [from 8.0.15 to 8.0.15][2]  - **Microsoft.NETCore.App.Ref**: [from 8.0.15 to 8.0.15][2]  - **Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm**: [from 8.0.15 to 8.0.15][2]  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.15 to 8.0.15][2]  - **Microsoft.NETCore.BrowserDebugHost.Transport**: [from 8.0.15-servicing.25162.16 to 8.0.15-servicing.25164.13][2]  - **Microsoft.NETCore.Platforms**: [from 8.0.15-servicing.25162.16 to 8.0.15-servicing.25164.13][2]  - **System.Diagnostics.EventLog**: [from 8.0.2 to 8.0.2][2]  - **System.DirectoryServices.Protocols**: [from 8.0.1 to 8.0.1][2]  - **Microsoft.SourceBuild.Intermediate.runtime.linux-x64**: [from 8.0.15-servicing.25162.16 to 8.0.15-servicing.25164.13][2][2]:https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC6eee28c27213784c1f8a112df1c90113585c4111&targetVersion=GC50c4cb9fc31c47f03eac865d7bc518af173b74b7&_a=files[DependencyUpdate]: <> (End)[marker]: <> (End:83131e87-e80d-4d5b-f426-08dbd53b3319)
    @vseanreesermsft
    ProductConstructionServiceProd authored andvseanreesermsft committedMar 15, 2025
    Configuration menu
    Copy the full SHA
    d6c6665View commit details
    Browse the repository at this point in the history
  3. Update dependencies fromhttps://dev.azure.com/dnceng/internal/_git/d…

    …otnet-efcore build 20250315.2dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 8.0.14 -> To Version 8.0.15
    @dotnet-bot
    dotnet-bot committedMar 15, 2025
    Configuration menu
    Copy the full SHA
    e2e7c42View commit details
    Browse the repository at this point in the history
  4. Merged PR 48500: [internal/release/8.0] Update dependencies from dnce…

    …ng/internal/dotnet-efcoreThis pull request updates the following dependencies[marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)## Fromhttps://dev.azure.com/dnceng/internal/_git/dotnet-efcore- **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce- **Build**: [20250315.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2664259)- **Date Produced**: March 15, 2025 6:12:05 PM UTC- **Commit**: [0118cb6810a48869bf7494aabd86ef44da5940a3](https://dev.azure.com/dnceng/internal/_git/dotnet-efcore?_a=history&version=GC0118cb6810a48869bf7494aabd86ef44da5940a3)- **Branch**: refs/heads/internal/release/8.0[DependencyUpdate]: <> (Begin)- **Updates**:  - **dotnet-ef**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.14 to 8.0.15][1]  - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.14 to 8.0.15][1][1]:https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCd00955545e8afc997726aead9b0e6103b1ceade6&targetVersion=GC0118cb6810a48869bf7494aabd86ef44da5940a3&_a=files[DependencyUpdate]: <> (End)[marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
    @vseanreesermsft
    ProductConstructionServiceProd authored andvseanreesermsft committedMar 15, 2025
    Configuration menu
    Copy the full SHA
    8899cb3View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp