Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.4
Version 10.0.5
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.4
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.4
Version 10.0.5
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.4
Availability: .NET 9 and .NET 8

# ALM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.4
Version 10.0.5
Availability: .NET 9, .NET 8 and .NET Standard 2.0

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.4
Availability: .NET 9, .NET 8 and .NET Standard 2.0

# ALM
Expand Down
8 changes: 7 additions & 1 deletion .nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Version 10.0.4
Version 10.0.5
Availability: .NET 9 and .NET 8

# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)

Version 10.0.4
Availability: .NET 9 and .NET 8

# ALM
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ For more details, please refer to `PackageReleaseNotes.txt` on a per assembly ba
> [!NOTE]
> Changelog entries prior to version 8.4.0 was migrated from previous versions of Cuemon.Extensions.Xunit, Cuemon.Extensions.Xunit.Hosting, and Cuemon.Extensions.Xunit.Hosting.AspNetCore.

## [10.0.5] - 2025-08-16

This is a service update that focuses on package dependencies.

## [10.0.4] - 2025-07-10

This is a service update that focuses on package dependencies.
Expand Down
24 changes: 12 additions & 12 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Cuemon.Core" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="9.0.7" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="9.0.7" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.7" />
<PackageVersion Include="Cuemon.Core" Version="9.0.8" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="9.0.8" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="9.0.8" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="NativeLibraryLoader" Version="1.0.13" />
Expand All @@ -20,23 +20,23 @@
<PackageVersion Include="xunit.assert" Version="2.9.3" />
<PackageVersion Include="xunit.extensibility.core" Version="2.9.3" />
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.7" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.8" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.8" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net8')) OR $(TargetFramework.StartsWith('netstandard2'))">
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.18" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.19" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion testenvironments.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "Docker-Ubuntu",
"type": "docker",
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.412-9.0.302"
"dockerImage": "gimlichael/ubuntu-testrunner:net8.0.413-9.0.304"
Copy link

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Docker test runner tag bump looks correct; verify tag exists

The image pin moves to net8.0.413-9.0.304 which aligns with latest SDK patch updates. Recommend verifying the tag exists on Docker Hub to avoid CI failures.

Run this script to confirm the tag is available:


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail
IMAGE="gimlichael/ubuntu-testrunner"
TAG="net8.0.413-9.0.304"
resp="$(curl -s "https://hub.docker.com/v2/repositories/${IMAGE}/tags?page_size=1&name=${TAG}")"
name="$(printf '%s' "$resp" | jq -r '.results[0].name // empty')"

if [[ "$name" == "$TAG" ]]; then
  echo "OK: ${IMAGE}:${TAG} exists on Docker Hub."
else
  echo "ERROR: ${IMAGE}:${TAG} not found on Docker Hub."
  echo "Response snippet:" 
  printf '%s' "$resp" | jq '.results'
  exit 1
fi

Length of output: 6097


Docker test runner tag doesn’t exist on Docker Hub—please correct

The tag "net8.0.413-9.0.304" referenced in testenvironments.json is not found; Docker Hub only returns "mono-net8.0.413-9.0.304". Update the tag (or publish the intended tag) to avoid CI failures.

  • File: testenvironments.json, line 12
    Change
    "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.413-9.0.304"
    to
    "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.413-9.0.304"
🤖 Prompt for AI Agents
In testenvironments.json around line 12, the dockerImage tag
"gimlichael/ubuntu-testrunner:net8.0.413-9.0.304" does not exist on Docker Hub;
update the value to the existing tag
"gimlichael/ubuntu-testrunner:mono-net8.0.413-9.0.304" (or publish the intended
tag), ensuring the JSON string is replaced exactly and the file remains valid
JSON so CI uses the correct image.

}
]
}
Loading