Skip to content

deps: Bump Aspire.Hosting.Azure.CosmosDB and 3 others - #160

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/marginalia-service/aspire-packages-2ab131df0b
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/marginalia-service/aspire-packages-2ab131df0b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026 •

Copy link
Copy Markdown
Contributor

Updated Aspire.Hosting.Azure.CosmosDB from 13.5.2 to 13.5.4.

Release notes

Sourced from Aspire.Hosting.Azure.CosmosDB's releases.

13.5.4

What's New in Aspire 13.5.4

Patch release for Aspire 13.5 that fixes Kafka health-check resource leaks, DevTunnel errors with automatically selected regions, misleading Azure emulator dashboard entries, and unintended changes to generated starter apps, plus Homebrew compatibility and Radius API diagnostic updates.

🐛 Fixes

  • 📨 Kafka health checks leaked producers and polling threads — Each AppHost health-check execution created a new Kafka producer without disposing it, accumulating background threads over time. Health checks now reuse a producer per Kafka resource and dispose it with the AppHost, while keeping multiple Kafka resources independently configured. Fixes #​20091. (#​20094, backport of #​20092, @​davidfowl)

  • 🌐 DevTunnels could fail when the region was selected automatically — Tunnel setup and health checks now use the cluster-qualified tunnel ID returned by the DevTunnel CLI for port operations and access queries. This fixes failures when a bare tunnel ID cannot be resolved for those operations. Regression introduced in 13.3. Fixes #​18790. (#​19853, backport of #​19230, @​Vladipz)

  • ☁️ Emulator-only AppHosts showed an unused Azure environment — The dashboard now hides the azure-environment resource when no Azure resources require cloud provisioning, instead of leaving it visible in Not started. It remains visible for apps that combine local emulators with resources requiring Azure provisioning. No AppHost changes are needed. Fixes #​19617. (#​19998, backport of #​19843, @​eerhardt)

  • 🧩 Starter app generation could alter unrelated JavaScript values — Dynamic port replacement could also replace matching numeric literals in bundled JavaScript, including Bootstrap timing values. Port substitutions are now restricted to localhost: URLs, preserving the original library files while still configuring the requested ports. Fixes #​20030. (#​20110, backport of #​20031, @​bart-vmware, @​JamesNK)

  • 🍎 Updated the Aspire Homebrew cask for Homebrew 6.x — Replaced deprecated cask URL and post-install syntax with the supported equivalents, resolving compatibility issues with current Homebrew while preserving install-channel metadata. (#​20119, backport of #​19965, @​askpt, @​joperezr)

  • 🧪 Radius cloud-provider callback interfaces now carry the experimental diagnostic — IAwsRadiusProviderBuilder and IAzureRadiusProviderBuilder are now marked with ASPIRERADIUS003, matching the existing WithAwsProvider and WithAzureProvider methods. Code referencing these interfaces directly must now acknowledge the same experimental API diagnostic. (#​19874, @​sebastienros)


Full Changelog: v13.5.3...v13.5.4

Full commit: 9c1b401dd67746739044f68959cbf4d3d7af93a6

13.5.3

What's New in Aspire 13.5.3

Patch release for Aspire 13.5 that fixes Dashboard Graph view crashes for resources with multi-path icons and restores missing public URLs for DevTunnel resources.

🐛 Fixes

  • 📊 Dashboard Graph view could crash for Azure Blob resources — Resources such as those created with AddBlobs use icons containing multiple SVG paths, which caused an XML parsing exception and broke the dashboard circuit. The graph now combines multi-path icons correctly. Regression introduced in 13.5. Fixes #​19489. (#​19585, backport of #​19579, @​sebastienros)

  • 🌐 DevTunnel public URLs were missing from the Dashboard and MCP snapshots — DevTunnel port resources could report Running and Healthy while showing no public URLs. Proxyless port allocation is now limited to compute and container resources, allowing DevTunnels to publish their actual public endpoints. Regression introduced in 13.5. Fixes #​19496. (#​19625, backport of #​19590, @​karolz-ms, @​danegsta)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.5.3

Full Changelog: v13.5.2...v13.5.3

Full commit: b5f143315ffb6968ea939a9978797a5b20e4c688

Commits viewable in compare view.

Updated Aspire.Hosting.JavaScript from 13.5.2 to 13.5.4.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.5.4

What's New in Aspire 13.5.4

Patch release for Aspire 13.5 that fixes Kafka health-check resource leaks, DevTunnel errors with automatically selected regions, misleading Azure emulator dashboard entries, and unintended changes to generated starter apps, plus Homebrew compatibility and Radius API diagnostic updates.

🐛 Fixes

  • 📨 Kafka health checks leaked producers and polling threads — Each AppHost health-check execution created a new Kafka producer without disposing it, accumulating background threads over time. Health checks now reuse a producer per Kafka resource and dispose it with the AppHost, while keeping multiple Kafka resources independently configured. Fixes #​20091. (#​20094, backport of #​20092, @​davidfowl)

  • 🌐 DevTunnels could fail when the region was selected automatically — Tunnel setup and health checks now use the cluster-qualified tunnel ID returned by the DevTunnel CLI for port operations and access queries. This fixes failures when a bare tunnel ID cannot be resolved for those operations. Regression introduced in 13.3. Fixes #​18790. (#​19853, backport of #​19230, @​Vladipz)

  • ☁️ Emulator-only AppHosts showed an unused Azure environment — The dashboard now hides the azure-environment resource when no Azure resources require cloud provisioning, instead of leaving it visible in Not started. It remains visible for apps that combine local emulators with resources requiring Azure provisioning. No AppHost changes are needed. Fixes #​19617. (#​19998, backport of #​19843, @​eerhardt)

  • 🧩 Starter app generation could alter unrelated JavaScript values — Dynamic port replacement could also replace matching numeric literals in bundled JavaScript, including Bootstrap timing values. Port substitutions are now restricted to localhost: URLs, preserving the original library files while still configuring the requested ports. Fixes #​20030. (#​20110, backport of #​20031, @​bart-vmware, @​JamesNK)

  • 🍎 Updated the Aspire Homebrew cask for Homebrew 6.x — Replaced deprecated cask URL and post-install syntax with the supported equivalents, resolving compatibility issues with current Homebrew while preserving install-channel metadata. (#​20119, backport of #​19965, @​askpt, @​joperezr)

  • 🧪 Radius cloud-provider callback interfaces now carry the experimental diagnostic — IAwsRadiusProviderBuilder and IAzureRadiusProviderBuilder are now marked with ASPIRERADIUS003, matching the existing WithAwsProvider and WithAzureProvider methods. Code referencing these interfaces directly must now acknowledge the same experimental API diagnostic. (#​19874, @​sebastienros)


Full Changelog: v13.5.3...v13.5.4

Full commit: 9c1b401dd67746739044f68959cbf4d3d7af93a6

13.5.3

What's New in Aspire 13.5.3

Patch release for Aspire 13.5 that fixes Dashboard Graph view crashes for resources with multi-path icons and restores missing public URLs for DevTunnel resources.

🐛 Fixes

  • 📊 Dashboard Graph view could crash for Azure Blob resources — Resources such as those created with AddBlobs use icons containing multiple SVG paths, which caused an XML parsing exception and broke the dashboard circuit. The graph now combines multi-path icons correctly. Regression introduced in 13.5. Fixes #​19489. (#​19585, backport of #​19579, @​sebastienros)

  • 🌐 DevTunnel public URLs were missing from the Dashboard and MCP snapshots — DevTunnel port resources could report Running and Healthy while showing no public URLs. Proxyless port allocation is now limited to compute and container resources, allowing DevTunnels to publish their actual public endpoints. Regression introduced in 13.5. Fixes #​19496. (#​19625, backport of #​19590, @​karolz-ms, @​danegsta)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.5.3

Full Changelog: v13.5.2...v13.5.3

Full commit: b5f143315ffb6968ea939a9978797a5b20e4c688

Commits viewable in compare view.

Updated Aspire.Hosting.Testing from 13.5.2 to 13.5.4.

Release notes

Sourced from Aspire.Hosting.Testing's releases.

13.5.4

What's New in Aspire 13.5.4

Patch release for Aspire 13.5 that fixes Kafka health-check resource leaks, DevTunnel errors with automatically selected regions, misleading Azure emulator dashboard entries, and unintended changes to generated starter apps, plus Homebrew compatibility and Radius API diagnostic updates.

🐛 Fixes

  • 📨 Kafka health checks leaked producers and polling threads — Each AppHost health-check execution created a new Kafka producer without disposing it, accumulating background threads over time. Health checks now reuse a producer per Kafka resource and dispose it with the AppHost, while keeping multiple Kafka resources independently configured. Fixes #​20091. (#​20094, backport of #​20092, @​davidfowl)

  • 🌐 DevTunnels could fail when the region was selected automatically — Tunnel setup and health checks now use the cluster-qualified tunnel ID returned by the DevTunnel CLI for port operations and access queries. This fixes failures when a bare tunnel ID cannot be resolved for those operations. Regression introduced in 13.3. Fixes #​18790. (#​19853, backport of #​19230, @​Vladipz)

  • ☁️ Emulator-only AppHosts showed an unused Azure environment — The dashboard now hides the azure-environment resource when no Azure resources require cloud provisioning, instead of leaving it visible in Not started. It remains visible for apps that combine local emulators with resources requiring Azure provisioning. No AppHost changes are needed. Fixes #​19617. (#​19998, backport of #​19843, @​eerhardt)

  • 🧩 Starter app generation could alter unrelated JavaScript values — Dynamic port replacement could also replace matching numeric literals in bundled JavaScript, including Bootstrap timing values. Port substitutions are now restricted to localhost: URLs, preserving the original library files while still configuring the requested ports. Fixes #​20030. (#​20110, backport of #​20031, @​bart-vmware, @​JamesNK)

  • 🍎 Updated the Aspire Homebrew cask for Homebrew 6.x — Replaced deprecated cask URL and post-install syntax with the supported equivalents, resolving compatibility issues with current Homebrew while preserving install-channel metadata. (#​20119, backport of #​19965, @​askpt, @​joperezr)

  • 🧪 Radius cloud-provider callback interfaces now carry the experimental diagnostic — IAwsRadiusProviderBuilder and IAzureRadiusProviderBuilder are now marked with ASPIRERADIUS003, matching the existing WithAwsProvider and WithAzureProvider methods. Code referencing these interfaces directly must now acknowledge the same experimental API diagnostic. (#​19874, @​sebastienros)


Full Changelog: v13.5.3...v13.5.4

Full commit: 9c1b401dd67746739044f68959cbf4d3d7af93a6

13.5.3

What's New in Aspire 13.5.3

Patch release for Aspire 13.5 that fixes Dashboard Graph view crashes for resources with multi-path icons and restores missing public URLs for DevTunnel resources.

🐛 Fixes

  • 📊 Dashboard Graph view could crash for Azure Blob resources — Resources such as those created with AddBlobs use icons containing multiple SVG paths, which caused an XML parsing exception and broke the dashboard circuit. The graph now combines multi-path icons correctly. Regression introduced in 13.5. Fixes #​19489. (#​19585, backport of #​19579, @​sebastienros)

  • 🌐 DevTunnel public URLs were missing from the Dashboard and MCP snapshots — DevTunnel port resources could report Running and Healthy while showing no public URLs. Proxyless port allocation is now limited to compute and container resources, allowing DevTunnels to publish their actual public endpoints. Regression introduced in 13.5. Fixes #​19496. (#​19625, backport of #​19590, @​karolz-ms, @​danegsta)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.5.3

Full Changelog: v13.5.2...v13.5.3

Full commit: b5f143315ffb6968ea939a9978797a5b20e4c688

Commits viewable in compare view.

Updated Aspire.Microsoft.Azure.Cosmos from 13.5.2 to 13.5.4.

Release notes

Sourced from Aspire.Microsoft.Azure.Cosmos's releases.

13.5.4

What's New in Aspire 13.5.4

Patch release for Aspire 13.5 that fixes Kafka health-check resource leaks, DevTunnel errors with automatically selected regions, misleading Azure emulator dashboard entries, and unintended changes to generated starter apps, plus Homebrew compatibility and Radius API diagnostic updates.

🐛 Fixes

  • 📨 Kafka health checks leaked producers and polling threads — Each AppHost health-check execution created a new Kafka producer without disposing it, accumulating background threads over time. Health checks now reuse a producer per Kafka resource and dispose it with the AppHost, while keeping multiple Kafka resources independently configured. Fixes #​20091. (#​20094, backport of #​20092, @​davidfowl)

  • 🌐 DevTunnels could fail when the region was selected automatically — Tunnel setup and health checks now use the cluster-qualified tunnel ID returned by the DevTunnel CLI for port operations and access queries. This fixes failures when a bare tunnel ID cannot be resolved for those operations. Regression introduced in 13.3. Fixes #​18790. (#​19853, backport of #​19230, @​Vladipz)

  • ☁️ Emulator-only AppHosts showed an unused Azure environment — The dashboard now hides the azure-environment resource when no Azure resources require cloud provisioning, instead of leaving it visible in Not started. It remains visible for apps that combine local emulators with resources requiring Azure provisioning. No AppHost changes are needed. Fixes #​19617. (#​19998, backport of #​19843, @​eerhardt)

  • 🧩 Starter app generation could alter unrelated JavaScript values — Dynamic port replacement could also replace matching numeric literals in bundled JavaScript, including Bootstrap timing values. Port substitutions are now restricted to localhost: URLs, preserving the original library files while still configuring the requested ports. Fixes #​20030. (#​20110, backport of #​20031, @​bart-vmware, @​JamesNK)

  • 🍎 Updated the Aspire Homebrew cask for Homebrew 6.x — Replaced deprecated cask URL and post-install syntax with the supported equivalents, resolving compatibility issues with current Homebrew while preserving install-channel metadata. (#​20119, backport of #​19965, @​askpt, @​joperezr)

  • 🧪 Radius cloud-provider callback interfaces now carry the experimental diagnostic — IAwsRadiusProviderBuilder and IAzureRadiusProviderBuilder are now marked with ASPIRERADIUS003, matching the existing WithAwsProvider and WithAzureProvider methods. Code referencing these interfaces directly must now acknowledge the same experimental API diagnostic. (#​19874, @​sebastienros)


Full Changelog: v13.5.3...v13.5.4

Full commit: 9c1b401dd67746739044f68959cbf4d3d7af93a6

13.5.3

What's New in Aspire 13.5.3

Patch release for Aspire 13.5 that fixes Dashboard Graph view crashes for resources with multi-path icons and restores missing public URLs for DevTunnel resources.

🐛 Fixes

  • 📊 Dashboard Graph view could crash for Azure Blob resources — Resources such as those created with AddBlobs use icons containing multiple SVG paths, which caused an XML parsing exception and broke the dashboard circuit. The graph now combines multi-path icons correctly. Regression introduced in 13.5. Fixes #​19489. (#​19585, backport of #​19579, @​sebastienros)

  • 🌐 DevTunnel public URLs were missing from the Dashboard and MCP snapshots — DevTunnel port resources could report Running and Healthy while showing no public URLs. Proxyless port allocation is now limited to compute and container resources, allowing DevTunnels to publish their actual public endpoints. Regression introduced in 13.5. Fixes #​19496. (#​19625, backport of #​19590, @​karolz-ms, @​danegsta)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.5.3

Full Changelog: v13.5.2...v13.5.3

Full commit: b5f143315ffb6968ea939a9978797a5b20e4c688

Commits viewable in compare view.

@dependabot @github

dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: .net, dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from PlagueHO as a code owner August 30, 2026 06:07
@github-actions

github-actions Bot commented Aug 30, 2026 •

Copy link
Copy Markdown

Unit Test Results

277 tests  ±0   277 ✅ ±0   6s ⏱️ -6s
  8 suites ±0     0 💤 ±0 
  8 files   ±0     0 ❌ ±0 

Results for commit c08e059. ± Comparison against base commit a4a9c09.

♻️ This comment has been updated with latest results.

@dependabot dependabot Bot changed the title deps: Bump the aspire-packages group with 4 updates deps: Bump Aspire.Hosting.Azure.CosmosDB and 3 others Sep 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/nuget/marginalia-service/aspire-packages-2ab131df0b branch from 40d6609 to c08e059 Compare September 13, 2026 06:07
@github-actions

Copy link
Copy Markdown

Summary

Summary
Generated on: 09/13/2026 - 06:09:22
Parser: MultiReport (16x Cobertura)
Assemblies: 6
Classes: 70
Files: 68
Line coverage: 33.4% (1108 of 3308)
Covered lines: 1108
Uncovered lines: 2200
Coverable lines: 3308
Total lines: 5512
Branch coverage: 28.2% (293 of 1036)
Covered branches: 293
Total branches: 1036
Method coverage: Feature is only available for sponsors

Coverage

Marginalia.Api - 31.1%
Name Line Branch
Marginalia.Api 31.1% 25%
Marginalia.Api.Authentication.AiFoundryTokenCredential 0% 0%
Marginalia.Api.Controllers.ConfigController 0% 0%
Marginalia.Api.Controllers.DocumentsController 51.8% 50%
Marginalia.Api.Controllers.ExportsController 54.9% 52.7%
Marginalia.Api.Controllers.ImportsController 80.6% 61.5%
Marginalia.Api.Controllers.SessionResponse 0%
Marginalia.Api.Controllers.SessionsController 0% 0%
Marginalia.Api.HealthChecks.AiFoundryHealthCheck 100% 100%
Marginalia.Api.HealthChecks.CosmosDbHealthCheck 100% 87.5%
Marginalia.Api.HealthChecks.ManagedIdentityHealthCheck 0%
Marginalia.Api.Middleware.AccessCodeMiddleware 100% 92.8%
Marginalia.Api.Models.ImportExportJobResponse 100%
Microsoft.AspNetCore.OpenApi.Generated 0% 0%
Program 0% 0%
System.Runtime.CompilerServices 0%
Marginalia.Api.Client - 91.7%
Name Line Branch
Marginalia.Api.Client 91.7% 70%
Marginalia.Api.Client.ApiClient 100%
Marginalia.Api.Client.ApiClient 100%
Marginalia.Api.Client.ApiClient<TRequest, TResponse> 100%
Marginalia.Api.Client.ApiClientOptions 100%
Marginalia.Api.Client.Extensions.ServiceCollectionExtensions 72.4% 70%
Marginalia.Domain - 86.7%
Name Line Branch
Marginalia.Domain 86.7% 100%
Marginalia.Domain.Configuration.AccessControlOptions 100%
Marginalia.Domain.Configuration.LlmEndpointOptions 100%
Marginalia.Domain.Models.AccessControlStatusResponse 100%
Marginalia.Domain.Models.AnalysisRequest 100% 100%
Marginalia.Domain.Models.ContentFilterException 55.5%
Marginalia.Domain.Models.ContentFilterResult 100%
Marginalia.Domain.Models.Document 100% 100%
Marginalia.Domain.Models.DocumentListResponse 100%
Marginalia.Domain.Models.DocumentSummary 100%
Marginalia.Domain.Models.ImportDocumentsResponse 0%
Marginalia.Domain.Models.ImportExportCounts 100%
Marginalia.Domain.Models.ImportExportJob 100%
Marginalia.Domain.Models.ImportExportJobQueueItem 100%
Marginalia.Domain.Models.LlmConfigResponse 0%
Marginalia.Domain.Models.LlmHealthResponse 0%
Marginalia.Domain.Models.Paragraph 100%
Marginalia.Domain.Models.PasteDocumentRequest 100%
Marginalia.Domain.Models.Suggestion 100%
Marginalia.Domain.Models.UpdateDocumentTitleRequest 0%
Marginalia.Domain.Models.UpdateSuggestionRequest 100%
Marginalia.Domain.Models.UploadDocumentResponse 0%
Marginalia.Domain.Models.UserSession 100%
Marginalia.Infrastructure - 28.3%
Name Line Branch
Marginalia.Infrastructure 28.3% 21.1%
InspectTypes.Program 0% 0%
Marginalia.Infrastructure.Repositories.CosmosDocumentRepository 0% 0%
Marginalia.Infrastructure.Repositories.CosmosSessionRepository 0% 0%
Marginalia.Infrastructure.Repositories.InMemoryDocumentRepository 0% 0%
Marginalia.Infrastructure.Repositories.InMemoryImportExportJobRepository 92.5% 83.3%
Marginalia.Infrastructure.Repositories.InMemorySessionRepository 0% 0%
Marginalia.Infrastructure.Services.ExportJobProcessor 100% 50%
Marginalia.Infrastructure.Services.ExportService 100%
Marginalia.Infrastructure.Services.FoundrySerializerContext 0% 0%
Marginalia.Infrastructure.Services.FoundrySuggestionService 0% 0%
Marginalia.Infrastructure.Services.ImportExportBackgroundWorker 0% 0%
Marginalia.Infrastructure.Services.ImportJobProcessor 81.2% 54.1%
Marginalia.Infrastructure.Services.ImportService 100% 100%
Marginalia.Infrastructure.Services.InMemoryImportExportJobQueue 0%
Marginalia.Infrastructure.Services.NoOpSuggestionService 0%
Marginalia.Infrastructure.Services.RawSuggestion 0%
Marginalia.Infrastructure.Services.SuggestionMergeService 100% 100%
Marginalia.Infrastructure.Services.SuggestionWrapper 0%
Marginalia.Infrastructure.Services.WordDocumentService 60.3% 60%
Marginalia.ServiceDefaults - 24.2%
Name Line Branch
Marginalia.ServiceDefaults 24.2% 50%
Marginalia.ServiceDefaults.Logging.LogSanitizer 96.7% 90.3%
Marginalia.ServiceDefaults.Logging.SanitizingLogRecordProcessor 0% 0%
Microsoft.Extensions.Hosting.Extensions 0% 0%
Microsoft.Extensions.Hosting.Extensions 0% 0%
Marginalia.Tools.Cli - 37.7%
Name Line Branch
Marginalia.Tools.Cli 37.7% 73%
Marginalia.Tools.Cli.CliRunner 54.8% 95%
Marginalia.Tools.Cli.MarginaliaCliClient 0% 0%
Marginalia.Tools.Cli.MarginaliaCliClient.JobIdResponse 0%
Marginalia.Tools.Cli.Models.JobStatusResponse 100%
Program 0% 0%

@PlagueHO

Copy link
Copy Markdown
Owner

@copilot please fix the merge conflicts in this pull request.

@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

Bumps Aspire.Hosting.Azure.CosmosDB from 13.5.2 to 13.5.4
Bumps Aspire.Hosting.JavaScript from 13.5.2 to 13.5.4
Bumps Aspire.Hosting.Testing from 13.5.2 to 13.5.4
Bumps Aspire.Microsoft.Azure.Cosmos from 13.5.2 to 13.5.4

---
updated-dependencies:
- dependency-name: Aspire.Hosting.Azure.CosmosDB
  dependency-version: 13.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire-packages
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire-packages
- dependency-name: Aspire.Hosting.Testing
  dependency-version: 13.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire-packages
- dependency-name: Aspire.Microsoft.Azure.Cosmos
  dependency-version: 13.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/marginalia-service/aspire-packages-2ab131df0b branch from c08e059 to 6033b65 Compare September 16, 2026 03:42
@dependabot dependabot Bot closed this Sep 16, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/marginalia-service/aspire-packages-2ab131df0b branch September 16, 2026 03:42
Copilot stopped work on behalf of PlagueHO due to an error September 16, 2026 03:42
Copilot AI requested a review from PlagueHO September 16, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant