Skip to content
Merged
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 @@ -6,7 +6,7 @@
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.15.8" />
<PackageVersion Include="Codebelt.Bootstrapper.Console" Version="5.0.2" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.3" />
<PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.4" />
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

Codebelt.Extensions.Xunit.App 11.0.4 NuGet

💡 Result:

I couldn't find a NuGet package release for Codebelt.Extensions.Xunit.App version 11.0.4. The latest stable published versions on NuGet are 10.0.4 (stable) and preview 10.0.0-preview.2. (checked January 20, 2026). Sources: [1],[2],[3].

Sources

  • NuGet package page — Codebelt.Extensions.Xunit.App (10.0.4). [1]
  • Libraries.io package listing for Codebelt.Extensions.Xunit.App (10.0.4). [2]
  • NuGet package page — Codebelt.Extensions.Xunit.App (10.0.0-preview.2). [3]

This change references a non-existent package version and will break the build.

Version 11.0.4 of Codebelt.Extensions.Xunit.App does not exist on NuGet. The latest stable release available is 10.0.4 (with a preview version 10.0.0-preview.2). Update the version to reference an existing release, or revert this change if it was applied in error.

🤖 Prompt for AI Agents
In `@Directory.Packages.props` at line 9, The PackageVersion entry for
Codebelt.Extensions.Xunit.App references a non-existent version (11.0.4); update
the <PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.4" />
entry to reference an existing NuGet release (e.g., change Version to "10.0.4")
or revert the change so the project uses the prior valid version; ensure the
PackageVersion element for Codebelt.Extensions.Xunit.App is corrected to an
available version and commit the change.

<PackageVersion Include="Cuemon.Core" Version="10.1.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="MinVer" Version="7.0.0" />
Expand Down
Loading