{"id":25659,"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","ecosystem":"nuget","repository_url":null,"issues_count":73,"created_at":"2025-06-07T04:26:58.541Z","updated_at":"2025-06-07T04:26:58.541Z","purl":"pkg:nuget/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","unique_repositories_count":32,"unique_repositories_count_past_30_days":2,"recent_issues":[{"uuid":"4434074958","node_id":"PR_kwDOOm9bxc7a6_P-","number":240,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.2 to 13.3.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["berviantoleo"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-15T01:09:49.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-13T02:04:14.000Z","updated_at":"2026-05-15T01:09:51.000Z","time_to_close":169535,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.2.2","new_version":"13.3.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.2.2 to 13.3.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.1\n\n# Aspire 13.3.1\n\n## What's New in Aspire 13.3.1\n\nPatch release for Aspire 13.3 with a regression fix for `aspire run` and a DCP bump.\n\n### 🐛 Fixes\n\n- 🏃 **`aspire run` compute environment validation** — Skip compute environment validation in run mode so customers no longer hit `Resource '\u003cname\u003e' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.` errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#​16945, backported via #​16952)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)\n- 🌐 Updated localization resources (#​16602)\n- 🚀 Bumped branding to 13.3.1 (#​16951)\n\n## 13.3.0\n\n # Aspire 13.3.0\n \n Aspire 13.3 is here! 🚀 This release is packed with new ways to deploy, debug, and build distributed apps — including `aspire destroy`, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity\n improvements.\n \n ## Highlights\n \n  - 🧹 **Clean teardown** — New **`aspire destroy`** tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.\n  - 🔍 **Frontend telemetry** — **Aspire.Hosting.Browsers** captures browser console logs, network requests, and screenshots right in the Aspire dashboard.\n  - ☸️ **Kubernetes deploy preview** — **`aspire deploy`** can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.\n  - 🟨 **JavaScript publishing** — New **`PublishAs*`** methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.\n  - 🌐 **TypeScript AppHost parity** — Unified `withEnvironment`, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.\n  - 🛠️ **CLI upgrades** — Run the standalone dashboard with **`aspire dashboard run`**, install the CLI as a NativeAOT `dotnet tool`, and search API docs from the terminal.\n  - ☁️ **Azure goodness** — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.\n  - 🐳 **Better containers** — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.\n \n ## ⚠️ Breaking changes\n \n Notable breaking changes include `--log-level` becoming `--pipeline-log-level`, the dashboard MCP server being replaced by `aspire agent init`, `dotnet new aspire-py-starter` moving to `aspire new aspire-py-starter`, and several API shape updates across AKS, \nFoundry, JavaScript diagnostics, and TypeScript AppHost helpers.\n \n See the full list in the [Aspire 13.3 breaking changes](https://aspire.dev/whats-new/aspire-13-3/#%EF%B8%8F-breaking-changes).\n \n ## 📖 Learn more\n \n For the full details, examples, migration guidance, and everything new in this release, check out [What's new in Aspire 13.3](https://aspire.dev/whats-new/aspire-13-3/).\n \n Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.3.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bervProject/PersonalWeb/pull/240","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bervProject%2FPersonalWeb/issues/240","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/240/packages"},{"uuid":"4366505931","node_id":"PR_kwDOSFj09s7XhiQV","number":39,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.2 to 13.2.4","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-01T20:26:20.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-01T20:24:58.000Z","updated_at":"2026-05-01T20:26:22.000Z","time_to_close":82,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.2.2","new_version":"13.2.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.2.2 to 13.2.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.2.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/w1ck3ds0d4/ThreatLens/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1ck3ds0d4%2FThreatLens/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"},{"uuid":"4238243544","node_id":"PR_kwDOR5MsA87RaCGw","number":14,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.1 to 13.2.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-04-12T21:38:33.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-10T09:49:56.000Z","updated_at":"2026-04-12T21:38:34.000Z","time_to_close":215317,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.2.1","new_version":"13.2.2","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.2.1 to 13.2.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.1...v13.2.2).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Zalmez/Dashy.NET/pull/14","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalmez%2FDashy.NET/issues/14","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/14/packages"},{"uuid":"4184048063","node_id":"PR_kwDOEw6Uhs7PI6F2","number":32,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.2 to 13.2.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-01T05:02:00.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-01T04:48:03.000Z","updated_at":"2026-05-01T05:02:02.000Z","time_to_close":2592837,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.1.2","new_version":"13.2.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.1.2 to 13.2.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\n## 13.1.3\n\n## What's Changed\n* [release/13.1] Add installer publishing updates for 13.1.3 by @​radical in https://github.com/dotnet/aspire/pull/15158\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.1.2...v13.2.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.1.2\u0026new-version=13.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.Template/pull/32","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.Template/issues/32","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/32/packages"},{"uuid":"4124067012","node_id":"PR_kwDONMUeYc7M09Ih","number":140,"state":"closed","title":"build: Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.2 to 13.2.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-31T23:35:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-23T22:27:49.000Z","updated_at":"2026-03-31T23:35:51.000Z","time_to_close":695281,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build: Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.1.2","new_version":"13.2.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.1.2 to 13.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\n## 13.1.3\n\n## What's Changed\n* [release/13.1] Add installer publishing updates for 13.1.3 by @​radical in https://github.com/dotnet/aspire/pull/15158\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.2...v13.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.1.2\u0026new-version=13.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/renebentes/3054/pull/140","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2F3054/issues/140","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/140/packages"},{"uuid":"3960146512","node_id":"PR_kwDOQql9Jc7EvJml","number":199,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 13.1.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T22:58:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-18T22:57:39.000Z","updated_at":"2026-03-04T22:58:51.000Z","time_to_close":1209671,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"13.1.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 13.1.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.1\n\n## What's Changed\n* [release/13.1] Ensure WithHostHttpsPort works when chained inline by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13678\n* [release/13.1] Escape backslashes in path string to discovered vite config by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13822\n* [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13810\n* [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14018\n* [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13676\n* [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14009\n* [release/13.1] Update Azure.Identity package version to 1.17.1 by @​eerhardt in https://github.com/dotnet/aspire/pull/14251\n* Bump patch version from 13.1.0 to 13.1.1 by @​Copilot in https://github.com/dotnet/aspire/pull/14329\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v13.1.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=13.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/notjakespencer/Aspire/pull/199","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/notjakespencer%2FAspire/issues/199","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/199/packages"},{"uuid":"3774502636","node_id":"PR_kwDOOQ38zM67MXy2","number":15,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-01-28T17:27:43.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-01T11:18:10.000Z","updated_at":"2026-01-28T17:27:44.000Z","time_to_close":2354973,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.GoodReads/pull/15","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.GoodReads/issues/15","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/15/packages"},{"uuid":"3752497768","node_id":"PR_kwDOOhbLV866EvC8","number":58,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["dtorannpu"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-22T11:44:29.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T06:27:07.000Z","updated_at":"2025-12-22T11:44:31.000Z","time_to_close":19042,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dtorannpu/AspireTodoApp/pull/58","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtorannpu%2FAspireTodoApp/issues/58","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/58/packages"},{"uuid":"3751818850","node_id":"PR_kwDONG9n9c66CeDS","number":378,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-22T00:26:03.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T00:22:20.000Z","updated_at":"2025-12-22T00:26:05.000Z","time_to_close":223,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/rombolshak/ahlcg/pull/378","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rombolshak%2Fahlcg/issues/378","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/378/packages"},{"uuid":"3741679187","node_id":"PR_kwDOQqXQGs65hC0Z","number":5,"state":"open","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-18T06:31:34.000Z","updated_at":"2025-12-18T06:31:35.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/erintyler/CharacterSite/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/erintyler%2FCharacterSite/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"},{"uuid":"3741134543","node_id":"PR_kwDOK5eJVM65fPd5","number":127,"state":"open","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-18T02:11:59.000Z","updated_at":"2025-12-18T14:18:44.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/FlorianAlbert/FinanceObserver/pull/127","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianAlbert%2FFinanceObserver/issues/127","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/127/packages"},{"uuid":"3705234630","node_id":"PR_kwDOMFaRss63nks9","number":699,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-08T08:29:53.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-08T08:29:09.000Z","updated_at":"2025-12-08T08:29:54.000Z","time_to_close":44,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.0.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/699","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/699","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/699/packages"},{"uuid":"3679647754","node_id":"PR_kwDOQZ5SQc62RkuQ","number":17,"state":"open","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-01T07:28:21.000Z","updated_at":"2025-12-05T00:02:58.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.0.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MjrTom/kernel-memory/pull/17","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MjrTom%2Fkernel-memory/issues/17","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/17/packages"},{"uuid":"3679222168","node_id":"PR_kwDOEw6Uhs62QHGR","number":17,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-14T10:29:48.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-01T04:50:27.000Z","updated_at":"2025-12-14T10:29:49.000Z","time_to_close":1143561,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.0.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.Template/pull/17","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.Template/issues/17","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/17/packages"},{"uuid":"3607184811","node_id":"PR_kwDOMFaRss6yfPqL","number":563,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-10T10:37:14.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-10T10:02:24.000Z","updated_at":"2025-11-10T10:37:16.000Z","time_to_close":2090,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/563","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/563","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/563/packages"},{"uuid":"3578342235","node_id":"PR_kwDOJNdgO86xAPTJ","number":5,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-02T18:42:53.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-01T19:17:53.000Z","updated_at":"2025-11-02T18:42:54.000Z","time_to_close":84300,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.NotABot/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.NotABot/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"},{"uuid":"3577887247","node_id":"PR_kwDOPncSQM6w-4i3","number":5,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-02T18:38:24.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-01T11:21:31.000Z","updated_at":"2025-11-02T18:38:26.000Z","time_to_close":112613,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.Enedis/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.Enedis/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"},{"uuid":"3555742753","node_id":"PR_kwDOMFaRss6v1lCy","number":435,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-27T09:23:18.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-27T09:02:09.000Z","updated_at":"2025-10-27T09:23:20.000Z","time_to_close":1269,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/435","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/435","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/435/packages"},{"uuid":"3547206964","node_id":"PR_kwDOOm9bxc6vZh51","number":73,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.1 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["berviantoleo"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T07:47:29.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-24T01:22:21.000Z","updated_at":"2025-11-03T07:47:30.000Z","time_to_close":887108,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.1","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.1 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.1\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bervProject/PersonalWeb/pull/73","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bervProject%2FPersonalWeb/issues/73","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/73/packages"},{"uuid":"3509156769","node_id":"PR_kwDOMFaRss6talSC","number":336,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-20T09:02:09.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-13T09:15:54.000Z","updated_at":"2025-10-20T09:02:11.000Z","time_to_close":603975,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/336","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/336","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/336/packages"}],"issue_packages":[{"old_version":"13.2.2","new_version":"13.3.1","update_type":"minor","path":null,"pr_created_at":"2026-05-13T02:04:14.000Z","version_change":"13.2.2 → 13.3.1","issue":{"uuid":"4434074958","node_id":"PR_kwDOOm9bxc7a6_P-","number":240,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.2 to 13.3.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["berviantoleo"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-15T01:09:49.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-13T02:04:14.000Z","updated_at":"2026-05-15T01:09:51.000Z","time_to_close":169535,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.2.2","new_version":"13.3.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.2.2 to 13.3.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.3.1\n\n# Aspire 13.3.1\n\n## What's New in Aspire 13.3.1\n\nPatch release for Aspire 13.3 with a regression fix for `aspire run` and a DCP bump.\n\n### 🐛 Fixes\n\n- 🏃 **`aspire run` compute environment validation** — Skip compute environment validation in run mode so customers no longer hit `Resource '\u003cname\u003e' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'.` errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#​16945, backported via #​16952)\n\n### 🏷️ Housekeeping\n\n- ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)\n- 🌐 Updated localization resources (#​16602)\n- 🚀 Bumped branding to 13.3.1 (#​16951)\n\n## 13.3.0\n\n # Aspire 13.3.0\n \n Aspire 13.3 is here! 🚀 This release is packed with new ways to deploy, debug, and build distributed apps — including `aspire destroy`, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity\n improvements.\n \n ## Highlights\n \n  - 🧹 **Clean teardown** — New **`aspire destroy`** tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.\n  - 🔍 **Frontend telemetry** — **Aspire.Hosting.Browsers** captures browser console logs, network requests, and screenshots right in the Aspire dashboard.\n  - ☸️ **Kubernetes deploy preview** — **`aspire deploy`** can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.\n  - 🟨 **JavaScript publishing** — New **`PublishAs*`** methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.\n  - 🌐 **TypeScript AppHost parity** — Unified `withEnvironment`, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.\n  - 🛠️ **CLI upgrades** — Run the standalone dashboard with **`aspire dashboard run`**, install the CLI as a NativeAOT `dotnet tool`, and search API docs from the terminal.\n  - ☁️ **Azure goodness** — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.\n  - 🐳 **Better containers** — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.\n \n ## ⚠️ Breaking changes\n \n Notable breaking changes include `--log-level` becoming `--pipeline-log-level`, the dashboard MCP server being replaced by `aspire agent init`, `dotnet new aspire-py-starter` moving to `aspire new aspire-py-starter`, and several API shape updates across AKS, \nFoundry, JavaScript diagnostics, and TypeScript AppHost helpers.\n \n See the full list in the [Aspire 13.3 breaking changes](https://aspire.dev/whats-new/aspire-13-3/#%EF%B8%8F-breaking-changes).\n \n ## 📖 Learn more\n \n For the full details, examples, migration guidance, and everything new in this release, check out [What's new in Aspire 13.3](https://aspire.dev/whats-new/aspire-13-3/).\n \n Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.3.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bervProject/PersonalWeb/pull/240","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bervProject%2FPersonalWeb/issues/240","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/240/packages"}},{"old_version":"13.2.2","new_version":"13.2.4","update_type":"patch","path":null,"pr_created_at":"2026-05-01T20:24:58.000Z","version_change":"13.2.2 → 13.2.4","issue":{"uuid":"4366505931","node_id":"PR_kwDOSFj09s7XhiQV","number":39,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.2 to 13.2.4","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-01T20:26:20.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-01T20:24:58.000Z","updated_at":"2026-05-01T20:26:22.000Z","time_to_close":82,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.2.2","new_version":"13.2.4","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.2.2 to 13.2.4.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.4\n\n# Aspire 13.2.4\n\n## What's New in Aspire 13.2.4\n\nPatch release addressing a security advisory in OpenTelemetry dependencies.\n\n\n### 🐛 Fixes\n\n - 🔒 Bumped OpenTelemetry dependencies to address CVE-2026-40894 (#​16420)\n\n### 🏷️ Housekeeping\n\n - 🚀 Bumped branding to\n  13.2.4 (#​16436)\n\n## 13.2.3\n\n# What's New in Aspire 13.2.3\n\nPatch release focused on CLI packaging, signing, and reliability fixes.\n\n## 🐛 Fixes\n\n - 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)\n - 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)\n - ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)\n - 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)\n - 🧭 Updated service discovery environment variables (#​16223)\n\n## 🔧 Improvements\n\n - 📊 Removed telemetry API data limits and refactored URL builders (#​16023)\n - ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)\n\n## 🏷️ Housekeeping\n\n - 🔖 Bumped branding to 13.2.3 (#​16181)\n - 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)\n\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.2...v13.2.4).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.2.2\u0026new-version=13.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/w1ck3ds0d4/ThreatLens/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/w1ck3ds0d4%2FThreatLens/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"}},{"old_version":"13.2.1","new_version":"13.2.2","update_type":"patch","path":null,"pr_created_at":"2026-04-10T09:49:56.000Z","version_change":"13.2.1 → 13.2.2","issue":{"uuid":"4238243544","node_id":"PR_kwDOR5MsA87RaCGw","number":14,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.2.1 to 13.2.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-04-12T21:38:33.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-10T09:49:56.000Z","updated_at":"2026-04-12T21:38:34.000Z","time_to_close":215317,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.2.1","new_version":"13.2.2","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.2.1 to 13.2.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.2\n\nThis is a servicing release focused on bug fixes and platform improvements.\n\n🐛 Bug Fixes\n\n - Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)\n - Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for\n  13.2 regressions impacting IDE-based execution (#​15714)\n - Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to \u003e=0.1.3 (#​15746)\n - Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)\n\n🔒 Security \u0026 Certificates\n\n - Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)\n - Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)\n\n🏗️ Infrastructure \u0026 Platform\n\n - ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)\n - Update DCP to\n  0.22.11 (#​15713)\n\n💻 CLI Improvements\n\n - Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.2.1...v13.2.2).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Zalmez/Dashy.NET/pull/14","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalmez%2FDashy.NET/issues/14","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/14/packages"}},{"old_version":"13.1.2","new_version":"13.2.1","update_type":"minor","path":null,"pr_created_at":"2026-04-01T04:48:03.000Z","version_change":"13.1.2 → 13.2.1","issue":{"uuid":"4184048063","node_id":"PR_kwDOEw6Uhs7PI6F2","number":32,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.2 to 13.2.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-05-01T05:02:00.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-01T04:48:03.000Z","updated_at":"2026-05-01T05:02:02.000Z","time_to_close":2592837,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.1.2","new_version":"13.2.1","repository_url":"https://github.com/microsoft/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/microsoft/aspire) from 13.1.2 to 13.2.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/microsoft/aspire/releases)._\n\n## 13.2.1\n\n🐛 Bug Fixes\n\n - 🖥️ CLI bundles for ARM \u0026 musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)\n - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)\n - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)\n - 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)\n - 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)\n - 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)\n - 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)\n - 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)\n\n✨ Improvements\n\n - 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)\n - 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)\n - 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)\n - 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)\n - ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\n## 13.1.3\n\n## What's Changed\n* [release/13.1] Add installer publishing updates for 13.1.3 by @​radical in https://github.com/dotnet/aspire/pull/15158\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3\n\nCommits viewable in [compare view](https://github.com/microsoft/aspire/compare/v13.1.2...v13.2.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.1.2\u0026new-version=13.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.Template/pull/32","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.Template/issues/32","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/32/packages"}},{"old_version":"13.1.2","new_version":"13.2.0","update_type":"minor","path":null,"pr_created_at":"2026-03-23T22:27:49.000Z","version_change":"13.1.2 → 13.2.0","issue":{"uuid":"4124067012","node_id":"PR_kwDONMUeYc7M09Ih","number":140,"state":"closed","title":"build: Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.2 to 13.2.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-31T23:35:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-23T22:27:49.000Z","updated_at":"2026-03-31T23:35:51.000Z","time_to_close":695281,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build: Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.1.2","new_version":"13.2.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.1.2 to 13.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.2.0\n\n# Aspire 13.2\n\nAspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents\nalike.\n\n## Highlights\n\n - 🛠️ CLI overhaul — New commands including **aspire start/stop/ps** for detached mode, **aspire describe** for resource monitoring, **aspire doctor** for environment diagnostics, **aspire secret** for managing user secrets, **aspire docs** for browsing documentation from the terminal,\n and **aspire agent** (renamed from **aspire mcp**) for AI agent integration.\n - 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with **createBuilder()**, using the same app model concepts as C#. Full VS Code extension support included.\n - 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.\n - 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as **.env** files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.\n - 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader **Aspire.Hosting.Foundry** support including hosted agents and model deployments.\n - 🔒 Azure Virtual Network \u0026 Private Endpoints — New **Aspire.Hosting.Azure.Network** integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.\n - 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with **AddDockerComposeEnvironment.**\n - 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (**Aspire.MongoDB.EntityFrameworkCore**), Bun support for JS resources, and Certbot for automated SSL certificates.\n - ⚡ App model — **WithMcpServer** for declaring MCP endpoints, **rebuild** command for project resources, contextual endpoint resolution, and improved secret/certificate handling.\n\n## ⚠️ Breaking changes\n\nNotable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.\n[See the full list of breaking changes](https://aspire.dev/whats-new/aspire-13-2/#%EF%B8%8F-breaking-changes).\n\n## 📖 Learn more\n\nFor the full details on everything in this release, check out the [What's new in Aspire 13.2](https://aspire.dev/whats-new/aspire-13-2/) documentation.\n\nThank you to all the community contributors who helped make this release happen! 💜\n\n## 13.1.3\n\n## What's Changed\n* [release/13.1] Add installer publishing updates for 13.1.3 by @​radical in https://github.com/dotnet/aspire/pull/15158\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.1.2...v13.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.1.2\u0026new-version=13.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/renebentes/3054/pull/140","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/renebentes%2F3054/issues/140","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/140/packages"}},{"old_version":"9.5.0","new_version":"13.1.1","update_type":"major","path":null,"pr_created_at":"2026-02-18T22:57:39.000Z","version_change":"9.5.0 → 13.1.1","issue":{"uuid":"3960146512","node_id":"PR_kwDOQql9Jc7EvJml","number":199,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 13.1.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T22:58:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-18T22:57:39.000Z","updated_at":"2026-03-04T22:58:51.000Z","time_to_close":1209671,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"13.1.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 13.1.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.1\n\n## What's Changed\n* [release/13.1] Ensure WithHostHttpsPort works when chained inline by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13678\n* [release/13.1] Escape backslashes in path string to discovered vite config by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13822\n* [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13810\n* [release/13.1] Fix AzureBicepResource file-not-found error when using templateFile with AzurePublishingContext by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14018\n* [release/13.1] Filter dev certs without X509SubjectKeyIdentifierExtension when any cert has it by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13676\n* [release/13.1] Fix Aspire.ProjectTemplates build failure from command line length limits by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/14009\n* [release/13.1] Update Azure.Identity package version to 1.17.1 by @​eerhardt in https://github.com/dotnet/aspire/pull/14251\n* Bump patch version from 13.1.0 to 13.1.1 by @​Copilot in https://github.com/dotnet/aspire/pull/14329\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.1.0...v13.1.1\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v13.1.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=13.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/notjakespencer/Aspire/pull/199","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/notjakespencer%2FAspire/issues/199","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/199/packages"}},{"old_version":"13.0.2","new_version":"13.1.0","update_type":"minor","path":null,"pr_created_at":"2026-01-01T11:18:10.000Z","version_change":"13.0.2 → 13.1.0","issue":{"uuid":"3774502636","node_id":"PR_kwDOOQ38zM67MXy2","number":15,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-01-28T17:27:43.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-01T11:18:10.000Z","updated_at":"2026-01-28T17:27:44.000Z","time_to_close":2354973,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.GoodReads/pull/15","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.GoodReads/issues/15","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/15/packages"}},{"old_version":"13.0.2","new_version":"13.1.0","update_type":"minor","path":null,"pr_created_at":"2025-12-22T06:27:07.000Z","version_change":"13.0.2 → 13.1.0","issue":{"uuid":"3752497768","node_id":"PR_kwDOOhbLV866EvC8","number":58,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["dtorannpu"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-22T11:44:29.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T06:27:07.000Z","updated_at":"2025-12-22T11:44:31.000Z","time_to_close":19042,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dtorannpu/AspireTodoApp/pull/58","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtorannpu%2FAspireTodoApp/issues/58","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/58/packages"}},{"old_version":"9.5.2","new_version":"13.1.0","update_type":"major","path":null,"pr_created_at":"2025-12-22T00:22:20.000Z","version_change":"9.5.2 → 13.1.0","issue":{"uuid":"3751818850","node_id":"PR_kwDONG9n9c66CeDS","number":378,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2025-12-22T00:26:03.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T00:22:20.000Z","updated_at":"2025-12-22T00:26:05.000Z","time_to_close":223,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/rombolshak/ahlcg/pull/378","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rombolshak%2Fahlcg/issues/378","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/378/packages"}},{"old_version":"13.0.2","new_version":"13.1.0","update_type":"minor","path":null,"pr_created_at":"2025-12-18T06:31:34.000Z","version_change":"13.0.2 → 13.1.0","issue":{"uuid":"3741679187","node_id":"PR_kwDOQqXQGs65hC0Z","number":5,"state":"open","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-18T06:31:34.000Z","updated_at":"2025-12-18T06:31:35.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/erintyler/CharacterSite/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/erintyler%2FCharacterSite/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"}},{"old_version":"13.0.2","new_version":"13.1.0","update_type":"minor","path":null,"pr_created_at":"2025-12-18T02:11:59.000Z","version_change":"13.0.2 → 13.1.0","issue":{"uuid":"3741134543","node_id":"PR_kwDOK5eJVM65fPd5","number":127,"state":"open","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.0.2 to 13.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-18T02:11:59.000Z","updated_at":"2025-12-18T14:18:44.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"13.0.2","new_version":"13.1.0","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 13.0.2 to 13.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.1.0\n\nWe are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!\n\n## What's Changed\n* Target net10.0 in client integrations by @​eerhardt in https://github.com/dotnet/aspire/pull/12500\n* Fix DockerComposeEnvironment duplicating image names in .env file by @​Copilot in https://github.com/dotnet/aspire/pull/12310\n* Replace apt-get with npm for Azure Functions Core Tools installation by @​Copilot in https://github.com/dotnet/aspire/pull/12537\n* Improve flaky dashboard integration test by @​JamesNK in https://github.com/dotnet/aspire/pull/12534\n* Add README.md for the Aspire.Hosting.Azure.AppService package by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12528\n* Add support to enable automatic scaling for App Service Environment by @​ShilpiRach in https://github.com/dotnet/aspire/pull/12305\n* Update to FluentUI 4.13.1 by @​JamesNK in https://github.com/dotnet/aspire/pull/12532\n* Skip playground projects in build-packages workflow by @​Copilot in https://github.com/dotnet/aspire/pull/12547\n* Allow HostUrl to remap both address and port by @​danegsta in https://github.com/dotnet/aspire/pull/12521\n* Refactor NodeJs Integration by @​eerhardt in https://github.com/dotnet/aspire/pull/12530\n* Fix MCP endpoint with redirect HTTPS by @​JamesNK in https://github.com/dotnet/aspire/pull/12556\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12540\n* Refactor AddNodeApp by @​eerhardt in https://github.com/dotnet/aspire/pull/12538\n* Update Aspire branding from 13.0 to 13.1 by @​Copilot in https://github.com/dotnet/aspire/pull/12527\n* Add annotation to specify custom base images for generated Dockerfiles by @​Copilot in https://github.com/dotnet/aspire/pull/12566\n* Fix generating random MCP endpoint URL in templates by @​JamesNK in https://github.com/dotnet/aspire/pull/12558\n* [CI] Add new Agent for disabling or quarantining tests by @​radical in https://github.com/dotnet/aspire/pull/12570\n* Add `ExcludeFromMcp()` resource extension by @​JamesNK in https://github.com/dotnet/aspire/pull/12515\n* Localized file check-in by OneLocBuild Task: Build definition ID 1309: Build ID 2828818 by @​dotnet-bot in https://github.com/dotnet/aspire/pull/12546\n* Register IPipelineOutputService in DI for pipeline output directory management by @​Copilot in https://github.com/dotnet/aspire/pull/12563\n* Add deploy support for Docker Compose by @​captainsafia in https://github.com/dotnet/aspire/pull/12548\n* Quarantine flaky test: AzureServiceBusEmulatorResourceGeneratesConfigJsonWithCustomizations by @​Copilot in https://github.com/dotnet/aspire/pull/12578\n* Update connection properties for non-Azure resources by @​sebastienros in https://github.com/dotnet/aspire/pull/12583\n* Filter to highest package version per channel in aspire add command by @​Copilot in https://github.com/dotnet/aspire/pull/12553\n* Log DCP messages at Debug/Trace level in AppHost by @​Copilot in https://github.com/dotnet/aspire/pull/12533\n* Add CLI self-update prompts to `aspire update` command by @​Copilot in https://github.com/dotnet/aspire/pull/12395\n* Fix golang and alpine images. by @​mitchdenny in https://github.com/dotnet/aspire/pull/12592\n* Replace ContainerTargetPlatform.AllLinux with LinuxAmd64 by @​Copilot in https://github.com/dotnet/aspire/pull/12596\n* [main] Update dependencies from microsoft/usvc-apiserver by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12610\n* Make IReportingStep and IReportingTask completion idempotent by @​Copilot in https://github.com/dotnet/aspire/pull/12602\n* Show --log-level debug hint when pipeline fails by @​Copilot in https://github.com/dotnet/aspire/pull/12603\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/aspire/pull/12622\n* Rename app.py to main.py in template by @​eerhardt in https://github.com/dotnet/aspire/pull/12628\n* bump extension version by @​adamint in https://github.com/dotnet/aspire/pull/12623\n* don't build apphost in cli when running in extension by @​adamint in https://github.com/dotnet/aspire/pull/12621\n* Detect which version of yarn is being used by @​eerhardt in https://github.com/dotnet/aspire/pull/12633\n* Fix duplicate key exception when using WithExplicitStart() on resources with environment callbacks by @​Copilot in https://github.com/dotnet/aspire/pull/12604\n* Support AddCSharpApp, fix some rough edges around project resources by @​adamint in https://github.com/dotnet/aspire/pull/12568\n* Add missing namespace to `CertificateAuthorityCollectionResource` by @​danegsta in https://github.com/dotnet/aspire/pull/12639\n* Add ModelContextProtocol assemblies to signing list by @​joperezr in https://github.com/dotnet/aspire/pull/12637\n* Generate fallback Dockerfile for Python apps without UV by @​Copilot in https://github.com/dotnet/aspire/pull/12627\n* Update/bump container image tags for hosting components by @​joperezr in https://github.com/dotnet/aspire/pull/12459\n* Mark IDeveloperCertificateService experimental by @​danegsta in https://github.com/dotnet/aspire/pull/12648\n* Wait with exponential backoff for expected Executables by @​karolz-ms in https://github.com/dotnet/aspire/pull/12647\n* Make ProcessCertificateTrustConfigAsync internal by @​danegsta in https://github.com/dotnet/aspire/pull/12649\n* Add test cases and ensure container cert override paths work by @​danegsta in https://github.com/dotnet/aspire/pull/12654\n* Python hosting: Support .venv lookup by walking up parent directories by @​Copilot in https://github.com/dotnet/aspire/pull/12616\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v13.0.2...v13.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=13.0.2\u0026new-version=13.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/FlorianAlbert/FinanceObserver/pull/127","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianAlbert%2FFinanceObserver/issues/127","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/127/packages"}},{"old_version":"9.5.2","new_version":"13.0.2","update_type":"major","path":null,"pr_created_at":"2025-12-08T08:29:09.000Z","version_change":"9.5.2 → 13.0.2","issue":{"uuid":"3705234630","node_id":"PR_kwDOMFaRss63nks9","number":699,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-08T08:29:53.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-08T08:29:09.000Z","updated_at":"2025-12-08T08:29:54.000Z","time_to_close":44,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.0.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.2\n\nThis patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r.\n\n## What's Changed\n* Bump patch version from 13.0.1 to 13.0.2 by @​Copilot in https://github.com/dotnet/aspire/pull/13324\n* Update React and ReactDOM to version 19.2.1 across all projects by @​joperezr in https://github.com/dotnet/aspire/pull/13325\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.1...v13.0.2\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/699","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/699","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/699/packages"}},{"old_version":"9.5.2","new_version":"13.0.1","update_type":"major","path":null,"pr_created_at":"2025-12-01T07:28:21.000Z","version_change":"9.5.2 → 13.0.1","issue":{"uuid":"3679647754","node_id":"PR_kwDOQZ5SQc62RkuQ","number":17,"state":"open","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-01T07:28:21.000Z","updated_at":"2025-12-05T00:02:58.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.0.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MjrTom/kernel-memory/pull/17","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MjrTom%2Fkernel-memory/issues/17","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/17/packages"}},{"old_version":"9.5.2","new_version":"13.0.1","update_type":"major","path":null,"pr_created_at":"2025-12-01T04:50:27.000Z","version_change":"9.5.2 → 13.0.1","issue":{"uuid":"3679222168","node_id":"PR_kwDOEw6Uhs62QHGR","number":17,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.2 to 13.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-14T10:29:48.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-01T04:50:27.000Z","updated_at":"2025-12-14T10:29:49.000Z","time_to_close":1143561,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.2","new_version":"13.0.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.2 to 13.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 13.0.1\n\n## What's Changed\n* Merge internal changes by @​joperezr in https://github.com/dotnet/aspire/pull/12896\n* [release/13.0] Fix Azure roles resources always redeploying by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12903\n* [release/13.0] Remove .py and .js files from being signed (#​13005) by @​eerhardt in https://github.com/dotnet/aspire/pull/13032\n* [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/12913\n* [release/13.0] Default OpenAISettings.EnableSensitiveTelemetryData to TelemetryHelpers.EnableSensitiveDataDefault by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13017\n* Bump patch version from 13.0.0 to 13.0.1 by @​Copilot in https://github.com/dotnet/aspire/pull/13167\n* [release/13.0] EndpointReference evaluation should wait on missing AllocatedEndpoint (#​13074) by @​karolz-ms in https://github.com/dotnet/aspire/pull/13076\n* [release/13.0] Update to Npgsql 10 by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/13166\n* [release/13.0] Update dependencies from microsoft/usvc-apiserver by @​danegsta in https://github.com/dotnet/aspire/pull/13187\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v13.0.0...v13.0.1\n\n## 13.0.0\n\nWe are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0!\n\n## New Contributors\n* @​jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840\n* @​jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876\n* @​foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700\n* @​yreynhout made their first contribution in https://github.com/dotnet/aspire/pull/12087\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v13.0.0\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.2...v13.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.2\u0026new-version=13.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.Template/pull/17","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.Template/issues/17","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/17/packages"}},{"old_version":"9.5.0","new_version":"9.5.2","update_type":"patch","path":null,"pr_created_at":"2025-11-10T10:02:24.000Z","version_change":"9.5.0 → 9.5.2","issue":{"uuid":"3607184811","node_id":"PR_kwDOMFaRss6yfPqL","number":563,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-10T10:37:14.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-10T10:02:24.000Z","updated_at":"2025-11-10T10:37:16.000Z","time_to_close":2090,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/563","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/563","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/563/packages"}},{"old_version":"9.5.0","new_version":"9.5.2","update_type":"patch","path":null,"pr_created_at":"2025-11-01T19:17:53.000Z","version_change":"9.5.0 → 9.5.2","issue":{"uuid":"3578342235","node_id":"PR_kwDOJNdgO86xAPTJ","number":5,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-02T18:42:53.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-01T19:17:53.000Z","updated_at":"2025-11-02T18:42:54.000Z","time_to_close":84300,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.NotABot/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.NotABot/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"}},{"old_version":"9.5.0","new_version":"9.5.2","update_type":"patch","path":null,"pr_created_at":"2025-11-01T11:21:31.000Z","version_change":"9.5.0 → 9.5.2","issue":{"uuid":"3577887247","node_id":"PR_kwDOPncSQM6w-4i3","number":5,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-02T18:38:24.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-01T11:21:31.000Z","updated_at":"2025-11-02T18:38:26.000Z","time_to_close":112613,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/L-U-M-E-N/Lumen.Modules.Enedis/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-U-M-E-N%2FLumen.Modules.Enedis/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"}},{"old_version":"9.5.0","new_version":"9.5.2","update_type":"patch","path":null,"pr_created_at":"2025-10-27T09:02:09.000Z","version_change":"9.5.0 → 9.5.2","issue":{"uuid":"3555742753","node_id":"PR_kwDOMFaRss6v1lCy","number":435,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-27T09:23:18.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-27T09:02:09.000Z","updated_at":"2025-10-27T09:23:20.000Z","time_to_close":1269,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\n## 9.5.1\n\n## What's Changed\n* [release/9.5]: Add proper launch profile support to the VS Code extension by @​Copilot in https://github.com/dotnet/aspire/pull/11617\n* [release/9.5] Cherry-pick extension build and sign pipeline setup by @​Copilot in https://github.com/dotnet/aspire/pull/11618\n* [release/9.5] Fix globalPackagesFolder path to be platform-agnostic in NuGetConfigMerger by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11626\n* [release/9.5] Fix flashing console windows when Docker processes are launched on Windows by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11615\n* [release/9.5] Display help text for GenAI sensitive data when no messages by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11668\n* [release/9.5] Allow .NET 10 prerelease versions for single-file apphost scenarios by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11616\n* [release/9.5] Update Aspire package versions from 9.5.0 to 9.5.1 by @​Copilot in https://github.com/dotnet/aspire/pull/11721\n* [release/9.5] Fix DevTunnels in DevContainers and Codespaces by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11730\n* [release/9.5] Don't require gen_ai.system attribute on span events by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11735\n* [release/9.5] Update Microsoft.Extensions.AI packages, use content env var by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11726\n* [release/9.5] Fix ParameterProcessor to use ExecutionContextOptions and skip excluded resources by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11782\n* [release/9.5] Update retry in Kusto emulator actions to handle any non-permanent error by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11779\n* [release/9.5] Fix CommandLineArgsCallbackContext ExecutionContext in AzureResourcePreparer and prevent WithVSCodeDebugSupport execution in publish mode by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11788\n* [release/9.5] Fix GenAI visualizer when span is missing peer attribute by @​JamesNK in https://github.com/dotnet/aspire/pull/11765\n* [release/9.5] Support parameter names with dashes resolved from underscore configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11802\n* [release/9.5] Adapt OpenAI health check based on endpoint configuration by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11792\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.1\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.0...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/435","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/435","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/435/packages"}},{"old_version":"9.5.1","new_version":"9.5.2","update_type":"patch","path":null,"pr_created_at":"2025-10-24T01:22:21.000Z","version_change":"9.5.1 → 9.5.2","issue":{"uuid":"3547206964","node_id":"PR_kwDOOm9bxc6vZh51","number":73,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.1 to 9.5.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":["berviantoleo"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T07:47:29.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-24T01:22:21.000Z","updated_at":"2025-11-03T07:47:30.000Z","time_to_close":887108,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.1","new_version":"9.5.2","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.1 to 9.5.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\n## 9.5.2\n\n## What's Changed\n* [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11908\n* [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11886\n* [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @​github-actions[bot] in https://github.com/dotnet/aspire/pull/11954\n* [release/9.5] Update dependencies from https://github.com/microsoft/usvc-apiserver build 0.17.3 by @​danegsta in https://github.com/dotnet/aspire/pull/12032\n* [release/9.5] Multi-target RabbitMQ and Redis client libraries by @​eerhardt in https://github.com/dotnet/aspire/pull/12138\n* Backport PR #​11951: Add noProfileSwitch to run command in DotNetCliRunner by @​Copilot in https://github.com/dotnet/aspire/pull/11959\n* Bump patch version to 9.5.2 by @​Copilot in https://github.com/dotnet/aspire/pull/12139\n\n\n**Full Changelog**: https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/compare/v9.5.1...v9.5.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.1\u0026new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bervProject/PersonalWeb/pull/73","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bervProject%2FPersonalWeb/issues/73","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/73/packages"}},{"old_version":"9.5.0","new_version":"9.5.1","update_type":"patch","path":null,"pr_created_at":"2025-10-13T09:15:54.000Z","version_change":"9.5.0 → 9.5.1","issue":{"uuid":"3509156769","node_id":"PR_kwDOMFaRss6talSC","number":336,"state":"closed","title":"Bump Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 9.5.0 to 9.5.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-20T09:02:09.000Z","author_association":null,"state_reason":null,"created_at":"2025-10-13T09:15:54.000Z","updated_at":"2025-10-20T09:02:11.000Z","time_to_close":603975,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Aspire.Npgsql.EntityFrameworkCore.PostgreSQL","old_version":"9.5.0","new_version":"9.5.1","repository_url":"https://github.com/dotnet/aspire"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/dotnet/aspire) from 9.5.0 to 9.5.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL's releases](https://github.com/dotnet/aspire/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/aspire/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Aspire.Npgsql.EntityFrameworkCore.PostgreSQL\u0026package-manager=nuget\u0026previous-version=9.5.0\u0026new-version=9.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/336","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/336","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/336/packages"}}]}