Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="2.0.5" PrivateAssets="All" />
<GlobalPackageReference Include="Meziantou.Analyzer" Version="3.0.123" PrivateAssets="All" />
<GlobalPackageReference Include="Meziantou.Analyzer" Version="3.0.124" PrivateAssets="All" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

curl -fsSI \
  "https://api.nuget.org/v3-flatcontainer/meziantou.analyzer/3.0.124/meziantou.analyzer.nupkg" \
  >/dev/null
echo "Meziantou.Analyzer 3.0.124 is available."

Repository: ImmediatePlatform/Immediate.Cache

Length of output: 222


Meziantou.Analyzer 3.0.124 is unavailable on the public NuGet feed
3.0.124 returns 404 from api.nuget.org, so restore will fail unless this package is coming from a private feed. Correct the version or add the intended feed.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Directory.Packages.props` at line 94, Update the Meziantou.Analyzer
GlobalPackageReference in Directory.Packages.props to use a version available on
the configured public NuGet feed, or configure the intended private feed if
version 3.0.124 is required; ensure package restore succeeds.

<GlobalPackageReference Include="Meziantou.Polyfill" Version="1.0.157" PrivateAssets="All" />
<GlobalPackageReference Include="MinVer" Version="7.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down