Skip to content

V10.5.4/service update#166

Merged
gimlichael merged 8 commits into
mainfrom
v10.5.4/service-update
Jun 20, 2026
Merged

V10.5.4/service update#166
gimlichael merged 8 commits into
mainfrom
v10.5.4/service-update

Conversation

@gimlichael

Copy link
Copy Markdown
Member

This pull request updates and improves the documentation for multiple ASP.NET Core-related namespaces, making the summaries more actionable, user-focused, and easier to understand. It also introduces new extension member documentation and adds a new namespace for middleware infrastructure. Additionally, the NGINX base image version is updated in the Dockerfile.

Documentation improvements and new content:

General documentation enhancements:

  • Rewrote summaries for namespaces such as Cuemon.AspNetCore.Authentication, Cuemon.AspNetCore.Builder, Cuemon.AspNetCore.Configuration, Cuemon.AspNetCore.Diagnostics, Cuemon.AspNetCore.Hosting, Cuemon.AspNetCore.Http, Cuemon.AspNetCore.Http.Headers, Cuemon.AspNetCore.Http.Throttling, and all related MVC filter and formatter namespaces. The new summaries are more prescriptive, highlighting when and how to use each namespace and their key entry points. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]
  • Enhanced authentication namespace documentation for Basic, Digest, and HMAC schemes to clarify their use cases, starting points, and protocol references. [1] [2] [3]

New and expanded extension member documentation:

  • Added tables listing extension methods for several namespaces, including Cuemon.AspNetCore.Http, Cuemon.AspNetCore.Http.Headers, and Cuemon.AspNetCore.Diagnostics, making it easier for developers to discover available extension points. [1] [2] [3]

New namespace documentation:

  • Introduced a new documentation page for the Cuemon.AspNetCore.Infrastructure namespace, describing its role in simplifying middleware creation.

Other changes:

Dockerfile update:

  • Updated the NGINX base image version in .docfx/Dockerfile.docfx from 1.31.0-alpine to 1.31.1-alpine for improved security and stability.
gimlichael and others added 7 commits June 12, 2026 21:06
Update Docker base image nginx from 1.31.0 to 1.31.1. Upgrade NuGet packages including Codebelt extensions (11.0.9 → 11.1.0, 1.2.6 → 1.3.0), Microsoft.NET.Test.Sdk (18.5.1 → 18.6.0), and runtime packages (net9 and net10 patch updates).
Enhance the published API documentation with comprehensive namespace guidance, consumer-oriented descriptions, extension member tables, and concrete type-level examples. Improves discoverability and usability of the library's public API across 100+ modified and 570+ new documentation files.
Expand type-level documentation across 220 public API classes, structs, interfaces, and extension methods with enhanced examples and improved descriptions. Update docfx.json to include type documentation in the published API reference build pipeline, enabling comprehensive type-level guidance alongside existing namespace documentation.
Add comprehensive DocFX documentation maintenance standards to AGENTS.md. Establishes requirements for public type documentation (examples, overwrite files, availability metadata), namespace-level extension member tables, and verification workflows. Clarifies the distinction between type page examples and namespace overview documentation, ensuring consistent, high-quality API reference generation.
@gimlichael gimlichael self-assigned this Jun 20, 2026
@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown

Too many files changed for review. (721 files found, 500 file limit)

@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.19%. Comparing base (cf81e7e) to head (a2dd5b8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   94.19%   94.19%           
=======================================
  Files         602      602           
  Lines       19186    19186           
  Branches     2009     2009           
=======================================
  Hits        18073    18073           
  Misses       1049     1049           
  Partials       64       64           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Add release entry for 10.5.4 (2026-06-20) documenting dependency upgrades, test infrastructure improvements, and comprehensive API documentation enhancements. Update compare-link footer with v10.5.4 tag reference.
@gimlichael gimlichael merged commit c99288b into main Jun 20, 2026
85 of 307 checks passed
@gimlichael gimlichael deleted the v10.5.4/service-update branch June 20, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants