Skip to content

Conversation

@danielmackay
Copy link
Member

@danielmackay danielmackay commented Oct 1, 2025

This pull request primarily updates package dependencies to newer versions across the project and introduces configuration changes for improved development compatibility. The most notable change is the switch to SQL Server 2022 for local container development, addressing cross-platform issues with SQL Server 2025. Additionally, the Aspire SDK and related packages are updated, and a new settings file is added for AppHost configuration.

Dependency updates:

  • Updated multiple package versions in Directory.Packages.props, including major Aspire, Ardalis, Microsoft, Polly, and other dependencies to their latest releases for improved features and compatibility. [1] [2]
  • Upgraded the Aspire AppHost SDK version in tools/AppHost/AppHost.csproj from 9.4.0 to 9.5.0.

Development environment improvements:

  • Changed the default SQL Server image in tools/AppHost/AppHost.cs to use SQL Server 2022, ensuring local development works on Linux and MacOS where SQL Server 2025 is unsupported.

Configuration additions:

  • Added a new .aspire/settings.json file specifying the path to the AppHost project, aiding in local development setup.

@danielmackay danielmackay enabled auto-merge (squash) October 1, 2025 21:47
@danielmackay danielmackay requested a review from Copilot October 1, 2025 21:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates Aspire and related dependencies to version 9.5 while addressing cross-platform compatibility issues by switching from SQL Server 2025 to SQL Server 2022 for local container development.

  • Updated Aspire SDK and related packages from 9.4.0 to 9.5.0
  • Switched SQL Server container image to 2022-latest for Linux/MacOS compatibility
  • Added Aspire settings configuration file for development environment

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
tools/AppHost/AppHost.csproj Updates Aspire AppHost SDK from 9.4.0 to 9.5.0
tools/AppHost/AppHost.cs Adds SQL Server 2022 container image configuration for cross-platform support
Directory.Packages.props Updates multiple package versions including Aspire, Microsoft, and third-party dependencies
.aspire/settings.json Adds new configuration file specifying AppHost project path

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@danielmackay danielmackay merged commit 51a1b10 into main Oct 1, 2025
2 checks passed
@danielmackay danielmackay deleted the aspire-9.5-update branch October 1, 2025 22:50
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.

3 participants