Skip to content

[release/9.0] Update dependencies from dotnet/aspnetcore#3715

Open
dotnet-maestro[bot] wants to merge 9 commits intorelease/9.0from
darc-release/9.0-ac599710-ecb7-44e7-88f4-a02fe563b8eb
Open

[release/9.0] Update dependencies from dotnet/aspnetcore#3715
dotnet-maestro[bot] wants to merge 9 commits intorelease/9.0from
darc-release/9.0-ac599710-ecb7-44e7-88f4-a02fe563b8eb

Conversation

@dotnet-maestro
Copy link
Copy Markdown
Contributor

@dotnet-maestro dotnet-maestro bot commented Apr 8, 2026

This pull request updates the following dependencies

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

  • Dependency Updates:
    • From 9.0.14 to 9.0.16
      • Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
      • Microsoft.AspNetCore.Identity.EntityFrameworkCore
      • Microsoft.AspNetCore.Identity.UI
      • Microsoft.Extensions.FileProviders.Embedded
      • Microsoft.Extensions.Identity.Stores

dotnet-maestro bot added 5 commits April 8, 2026 18:43
…0260408.7

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
…0260408.16

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
…0260408.20

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
…0260408.31

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
…0260408.36

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
@haileymck
Copy link
Copy Markdown
Member

@copilot fix the failing CI here

…FCore.Relational 9.0.16 dependency

Agent-Logs-Url: https://github.com/dotnet/Scaffolding/sessions/5642f801-f9fc-4aaa-83b8-61abd8c81e36

Co-authored-by: haileymck <111816896+haileymck@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 9, 2026

@copilot fix the failing CI here

The CI was failing because Microsoft.AspNetCore.Identity.EntityFrameworkCore 9.0.16 has a transitive dependency on Microsoft.EntityFrameworkCore.Relational 9.0.16. This package is only available in the darc-pub-dotnet-efcore-d08bbae0 Maestro feed, which was not included in the NuGet.config for this aspnetcore-only update (causing NuGet restore to fail in ~1 minute on all platforms).

Fixed in d048471 by adding the darc-pub-dotnet-efcore-d08bbae0 feed to NuGet.config, providing the missing transitive dependency.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • 4m6vsblobprodcus384.vsblob.vsassets.io
    • Triggering command: /usr/bin/dotnet dotnet restore src/Scaffolding/VS.Web.CG.Core/VS.Web.CG.Core.csproj --no-cache (dns block)
  • dev.azure.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
    • Triggering command: /usr/bin/curl curl -s REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from haileymck April 9, 2026 17:33
dotnet-maestro bot added 2 commits April 9, 2026 17:50
…0260409.5

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
…0260414.36

On relative base path root
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore , Microsoft.AspNetCore.Identity.EntityFrameworkCore , Microsoft.AspNetCore.Identity.UI , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.Identity.Stores From Version 9.0.14 -> To Version 9.0.16
@haileymck
Copy link
Copy Markdown
Member

@copilot fix this PR and ensure that CI passes

…e EFCore.Relational 9.0.16 dependency

Agent-Logs-Url: https://github.com/dotnet/Scaffolding/sessions/e84bce78-af1d-4c36-aa9c-7312acfff58e

Co-authored-by: haileymck <111816896+haileymck@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

@copilot fix this PR and ensure that CI passes

A newer Maestro commit (20260414.36) had updated the aspnetcore feed URL but again removed the efcore feed entry that was added in the previous fix. EFCore.Relational 9.0.16 is still not in dotnet-public (only up to 9.0.15), so the transitive restore still fails without the darc-pub-dotnet-efcore-d08bbae0 feed.

Re-applied the fix in 7ef5ec9 by adding the efcore feed back to NuGet.config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants