Skip to content

Fixing build from a package with security issue#1157

Merged
aaronpowell merged 1 commit intomainfrom
fixing-build
Mar 13, 2026
Merged

Fixing build from a package with security issue#1157
aaronpowell merged 1 commit intomainfrom
fixing-build

Conversation

@aaronpowell
Copy link
Member

No description provided.

…osoft.Bcl.Memory because it had a security issue
@aaronpowell aaronpowell requested a review from Alirexaa as a code owner March 13, 2026 00:04
Copilot AI review requested due to automatic review settings March 13, 2026 00:04
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1157

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1157"

@aaronpowell aaronpowell changed the title Fixing build from a package with security issueWe need to uplift Microsoft.Bcl.Memory because it had a security issue Fixing build from a package with security issue Mar 13, 2026
Copy link
Contributor

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

Updates the Meilisearch integration’s NuGet dependencies to a newer MeiliSearch client version and adds an explicit Microsoft.Bcl.Memory dependency/version pin to ensure consistent restores/builds across the Meilisearch packages.

Changes:

  • Bump central MeiliSearch package version from 0.17.1 to 0.18.0.
  • Add Microsoft.Bcl.Memory as a direct dependency to both Meilisearch projects.
  • Pin Microsoft.Bcl.Memory version centrally in Directory.Packages.props.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/CommunityToolkit.Aspire.Meilisearch/CommunityToolkit.Aspire.Meilisearch.csproj Adds Microsoft.Bcl.Memory PackageReference to the Meilisearch client integration package.
src/CommunityToolkit.Aspire.Hosting.Meilisearch/CommunityToolkit.Aspire.Hosting.Meilisearch.csproj Adds Microsoft.Bcl.Memory PackageReference to the hosting integration package.
Directory.Packages.props Central version bump for MeiliSearch and adds a central version entry for Microsoft.Bcl.Memory.

You can also share your feedback on Copilot code review. Take the survey.

<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" />
<PackageReference Include="Microsoft.Bcl.Memory" />
<ItemGroup>
<PackageReference Include="Aspire.Hosting" />
<PackageReference Include="MeiliSearch" />
<PackageReference Include="Microsoft.Bcl.Memory" />
Comment on lines 129 to +130
</ItemGroup>
<ItemGroup Label="Overrides">
@aaronpowell aaronpowell merged commit 53d936b into main Mar 13, 2026
125 of 127 checks passed
@aaronpowell aaronpowell deleted the fixing-build branch March 13, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants