Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/10.0.1xx-preview1] Update dependencies from dotnet/aspnetcore #46609

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Feb 6, 2025

This pull request updates the following dependencies

From https://github.com/dotnet/aspnetcore

  • Subscription: 062b28ac-bd30-41bf-b3dc-1307c2d075b2
  • Build: 20250207.4
  • Date Produced: February 8, 2025 1:32:38 AM UTC
  • Commit: ddbe93118b58c82efcc930842caf0f182d53aa2f
  • Branch: refs/heads/release/10.0-preview1

…0250206.6

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Metadata , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.10.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 10.0.0-preview.1.25103.6 -> To Version 10.0.0-preview.1.25106.6
…0250206.17

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Metadata , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.10.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 10.0.0-preview.1.25103.6 -> To Version 10.0.0-preview.1.25106.17
@marcpopMSFT
Copy link
Member

@dotnet/product-construction error: patch failed: src/aspnetcore/src/SignalR/clients/java/signalr/build.gradle:24

@BrennanConroy
Copy link
Member

BrennanConroy commented Feb 8, 2025

@dotnet/product-construction error: patch failed: src/aspnetcore/src/SignalR/clients/java/signalr/build.gradle:24

Undo https://github.com/dotnet/sdk/pull/45822/files

Edit: Oh, that was already fixed #46608, just /azp run probably

…0250207.4

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Metadata , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.10.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 10.0.0-preview.1.25103.6 -> To Version 10.0.0-preview.1.25107.4
@mmitche mmitche enabled auto-merge (squash) February 8, 2025 01:54
@v-wuzhai
Copy link
Member

v-wuzhai commented Feb 8, 2025

@dotnet/source-build Could you take a look at the failures here?

@ViktorHofer ViktorHofer requested review from a team as code owners February 8, 2025 07:29
@ViktorHofer
Copy link
Member

@premun there are weird sync failures in this PR. PTAL

@mmitche
Copy link
Member

mmitche commented Feb 8, 2025

This looks like a line ending issue again...DotNetBuild.props is getting checked out with line endings

…review1-77d08cdf-8e44-448e-a0e2-f269d2886396
@premun
Copy link
Member

premun commented Feb 9, 2025

I believe this was fixed in the target branch already. Will rebase

@ViktorHofer
Copy link
Member

@premun this is aspnetcore, not nuget-client. The DotNetBuild.props file in aspnetcore hasn't been touched in months: https://github.com/dotnet/aspnetcore/blob/release/10.0-preview1/eng/DotNetBuild.props

@premun
Copy link
Member

premun commented Feb 10, 2025

@ViktorHofer I honestly don't know what's going on. This time the first job succeeded and second failed to even clone the repo without working tree edits already appearing. But a re-run succeeded. This is even before we touch the files.
I suspect git got updated in the container and maybe started handling whitespace different (we do supply some --ignore-whitespace options etc).

@premun
Copy link
Member

premun commented Feb 10, 2025

But now it seems to have succeeded again.

@mmitche mmitche merged commit 014e3fb into release/10.0.1xx-preview1 Feb 10, 2025
33 of 35 checks passed
@mmitche mmitche deleted the darc-release/10.0.1xx-preview1-77d08cdf-8e44-448e-a0e2-f269d2886396 branch February 10, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeFlow untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants