-
Notifications
You must be signed in to change notification settings - Fork 0
V10.0.0/launch #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V10.0.0/launch #14
Changes from all commits
05f5300
7b56778
f4bacfc
fd8a948
1c330b7
f54a284
e26c9ad
d63a7e9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Availability: .NET 9, .NET 8 and .NET Standard 2.0 | ||
| Availability: .NET 10, .NET 9 and .NET Standard 2.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| Availability: .NET 9 and .NET 8 | ||
| Availability: .NET 10 and .NET 9 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,14 +3,14 @@ | |
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="10.0.7" /> | ||
| <PackageVersion Include="Cuemon.Core" Version="9.0.10" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" /> | ||
| <PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.0" /> | ||
| <PackageVersion Include="Cuemon.Core" Version="10.0.0" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> | ||
|
Comment on lines
+6
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chainVerify updated package versions are current and compatible. The package upgrades include major version bumps for 🌐 Web query: 💡 Result:
Sources: Would you like me to provide the exact PackageReference lines for each? Citations:
Correct package versions: critical mismatches detected. The versions specified do not match the latest stable releases on NuGet:
Update Directory.Packages.props lines 6–8 to use stable versions: Codebelt.Extensions.Xunit.App 10.0.4 and Cuemon.Core 9.0.9. 🤖 Prompt for AI Agents |
||
| <PackageVersion Include="MinVer" Version="6.0.0" /> | ||
| <PackageVersion Include="coverlet.collector" Version="6.0.4" /> | ||
| <PackageVersion Include="coverlet.msbuild" Version="6.0.4" /> | ||
| <PackageVersion Include="xunit" Version="2.9.3" /> | ||
| <PackageVersion Include="xunit.runner.console" Version="2.9.3" /> | ||
| <PackageVersion Include="xunit.v3" Version="3.1.0" /> | ||
| <PackageVersion Include="xunit.v3.runner.console" Version="3.2.0" /> | ||
|
Comment on lines
+12
to
+13
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chainVerify xunit v3 versions are current. The migration from xunit v2 to xunit v3 is a significant framework upgrade. The package references have been correctly updated to use 🌐 Web query: 💡 Result: As of November 13, 2025:
Sources: Update xunit.v3 to 3.2.0. The latest stable releases are xunit.v3 3.2.0 and xunit.v3.runner.console 3.2.0. The runner console package is correctly at 3.2.0, but xunit.v3 should be updated from 3.1.0 to 3.2.0 to align with the latest release. 🤖 Prompt for AI Agents |
||
| <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> | ||
| </ItemGroup> | ||
| </Project> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| using Codebelt.Extensions.Xunit; | ||
| using Xunit; | ||
| using Xunit.Abstractions; | ||
|
|
||
| namespace Codebelt.Unitify | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| using Codebelt.Extensions.Xunit; | ||
| using Xunit; | ||
| using Xunit.Abstractions; | ||
|
|
||
| namespace Codebelt.Unitify | ||
| { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.