Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to package versions, environment configurations, and project references across multiple files. The most important changes are grouped by themes: package updates, environment configuration updates, and codebase improvements.
Package Updates:
Aspire.StackExchange.Redis
from version 8.2.0 to 9.0.0 insrc/Basket.API/Basket.API.csproj
.Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
from version 8.2.0 to 9.0.0-rc.2.24551.3 insrc/Catalog.Data.Manager/Catalog.Data.Manager.csproj
,src/Catalog.Data/Catalog.Data.csproj
,src/Ordering.API/Ordering.API.csproj
, andsrc/Ordering.Data.Manager/Ordering.Data.Manager.csproj
. [1] [2] [3] [4]Microsoft.EntityFrameworkCore.Tools
from version 8.0.7 to 8.0.11 insrc/Catalog.Data.Manager/Catalog.Data.Manager.csproj
andsrc/Ordering.Data.Manager/Ordering.Data.Manager.csproj
. [1] [2]Aspire.Hosting.Testing
from version 8.2.0 to 9.0.0 insrc/IntegrationTests/IntegrationTests.csproj
.src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj
to their latest versions.Environment Configuration Updates:
DOTNET_RESOURCE_SERVICE_ENDPOINT_URL
andDOTNET_ENVIRONMENT
to environment variables insrc/Basket.API/Properties/launchSettings.json
,src/Catalog.Data.Manager/Properties/launchSettings.json
,src/Ordering.API/Properties/launchSettings.json
,src/Ordering.Data.Manager/Properties/launchSettings.json
, andsrc/WebApp/Properties/launchSettings.json
. [1] [2] [3] [4] [5] [6] [7] [8] [9]Codebase Improvements:
Aspire.Hosting.ApplicationModel
using directives insrc/IntegrationTests/Infrastructure/DistributedApplicationExtensions.cs
,src/IntegrationTests/Infrastructure/ResourceExtensions.cs
, andsrc/IntegrationTests/WebAppTests.cs
. [1] [2] [3]project.GetName()
toproject.Name
inTryApplyEfMigrationsAsync
method insrc/IntegrationTests/Infrastructure/DistributedApplicationExtensions.cs
.Aspire.AppHost.Sdk
with version 9.0.0 insrc/eShop.AppHost/eShop.AppHost.csproj
.These changes ensure that the project dependencies are up-to-date, improve the environment configuration for development, and enhance the codebase for better maintainability.