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
2 changes: 1 addition & 1 deletion .docfx/Dockerfile.docfx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.31.2-alpine
ARG NGINX_VERSION=1.31-alpine

FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
RUN rm -rf /usr/share/nginx/html/*
Expand Down
6 changes: 6 additions & 0 deletions .nuget/Codebelt.Extensions.Xunit.App/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 11.1.2
Availability: .NET 10 and .NET 9

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

Version: 11.1.1
Availability: .NET 10 and .NET 9

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 11.1.2
Availability: .NET 10 and .NET 9

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

Version: 11.1.1
Availability: .NET 10 and .NET 9

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 11.1.2
Availability: .NET 10, .NET 9 and .NET Standard 2.0

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

Version: 11.1.1
Availability: .NET 10, .NET 9 and .NET Standard 2.0

Expand Down
6 changes: 6 additions & 0 deletions .nuget/Codebelt.Extensions.Xunit/PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 11.1.2
Availability: .NET 10, .NET 9 and .NET Standard 2.0

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

Version: 11.1.1
Availability: .NET 10, .NET 9 and .NET Standard 2.0

Expand Down
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ 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.

## [11.1.2] - 2026-07-18

This is a patch release that updates package dependencies across all supported target frameworks and introduces query performance benchmarks for the InMemoryTestStore implementation. All changes are non-breaking service refinements.

### Added

- InMemoryTestStoreBenchmark class in the tuning folder with 7 query performance methods covering null-predicate fast path, selective filtering at varying selectivity rates, type filtering with QueryFor<T>, and materialization cost measurement across workload sizes of 10, 100, and 1000 items,
- Query performance analysis reports documenting benchmark results across .NET 10.0, 9.0, and 4.8 runtimes.

### Changed

- Upgraded Codebelt.Bootstrapper.Console, Codebelt.Bootstrapper.Web, and Codebelt.Bootstrapper.Worker from 5.1.1 to 5.1.2,
- Upgraded Codebelt.Extensions.BenchmarkDotNet.Console from 1.3.0 to 1.3.1,
- Upgraded Cuemon.Core, Cuemon.Extensions.AspNetCore, and Cuemon.Extensions.IO from 10.5.4 to 10.5.5,
- Upgraded Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1,
- Upgraded Microsoft.Bcl.AsyncInterfaces from 10.0.9 to 10.0.10 for netstandard2.0,
- Upgraded Microsoft.Extensions.* packages (Configuration, EnvironmentVariables, FileExtensions, Json, Hosting, AspNetCore.TestHost) from 9.0.17 to 9.0.18 for .NET 9,
- Upgraded Microsoft.Extensions.* packages (Configuration, EnvironmentVariables, FileExtensions, Json, Hosting, AspNetCore.TestHost) from 10.0.9 to 10.0.10 for .NET 10.

## [11.1.1] - 2026-06-25

This is a patch release that improves documentation clarity, enhances DocFX infrastructure, and updates test framework dependencies. All changes are non-breaking service refinements.
Expand Down Expand Up @@ -435,7 +454,8 @@ This major release is first and foremost focused on ironing out any wrinkles tha



[Unreleased]: https://github.com/codebeltnet/xunit/compare/v11.1.1...HEAD
[Unreleased]: https://github.com/codebeltnet/xunit/compare/v11.1.2...HEAD
[11.1.2]: https://github.com/codebeltnet/xunit/compare/v11.1.1...v11.1.2
[11.1.1]: https://github.com/codebeltnet/xunit/compare/v11.1.0...v11.1.1
[11.1.0]: https://github.com/codebeltnet/xunit/compare/v11.0.10...v11.1.0
[11.0.10]: https://github.com/codebeltnet/xunit/compare/v11.0.9...v11.0.10
Expand Down
42 changes: 21 additions & 21 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.15.8" />
<PackageVersion Include="Codebelt.Bootstrapper.Console" Version="5.1.1" />
<PackageVersion Include="Codebelt.Bootstrapper.Web" Version="5.1.1" />
<PackageVersion Include="Codebelt.Bootstrapper.Worker" Version="5.1.1" />
<PackageVersion Include="Codebelt.Extensions.BenchmarkDotNet.Console" Version="1.3.0" />
<PackageVersion Include="Cuemon.Core" Version="10.5.4" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="10.5.4" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="10.5.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageVersion Include="Codebelt.Bootstrapper.Console" Version="5.1.2" />
<PackageVersion Include="Codebelt.Bootstrapper.Web" Version="5.1.2" />
<PackageVersion Include="Codebelt.Bootstrapper.Worker" Version="5.1.2" />
<PackageVersion Include="Codebelt.Extensions.BenchmarkDotNet.Console" Version="1.3.1" />
<PackageVersion Include="Cuemon.Core" Version="10.5.5" />
<PackageVersion Include="Cuemon.Extensions.AspNetCore" Version="10.5.5" />
<PackageVersion Include="Cuemon.Extensions.IO" Version="10.5.5" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageVersion Include="MinVer" Version="7.0.0" />
<PackageVersion Include="NativeLibraryLoader" Version="1.0.13" />
<PackageVersion Include="Xunit.v3.Priority" Version="1.1.18" />
Expand All @@ -26,23 +26,23 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard2'))">
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.9" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.10" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net9'))">
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.17" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.17" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.17" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.17" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.17" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.17" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.18" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.18" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="9.0.18" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.18" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.18" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.18" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net10')) OR $(TargetFramework.StartsWith('netstandard2'))">
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="10.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.10" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="10.0.10" />
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.10" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.10" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="10.0.10" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="10.0.10" />
</ItemGroup>
</Project>
Loading
Loading