V11.1.1/service update#66
Conversation
Greptile SummaryThis is a service/patch release (v11.1.1) that bumps Codebelt/Cuemon packages, updates
Confidence Score: 4/5Safe to merge once the The only substantive code change in src/Codebelt.Extensions.Xunit.Hosting/ApplicationHostFactory.cs — both public overloads need their Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Push to main] --> B{event != pull_request?}
B -- No --> Z[Skip deploy]
B -- Yes --> D{build success?}
D -- No --> Z
D -- Yes --> E{pack success?}
E -- No --> Z
E -- Yes --> F{test_qualitygate success?}
F -- No --> Z
F -- Yes --> G{sonarcloud + codecov + codeql success?}
G -- No --> Z
G -- Yes --> H[call-nuget deploy]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[Push to main] --> B{event != pull_request?}
B -- No --> Z[Skip deploy]
B -- Yes --> D{build success?}
D -- No --> Z
D -- Yes --> E{pack success?}
E -- No --> Z
E -- Yes --> F{test_qualitygate success?}
F -- No --> Z
F -- Yes --> G{sonarcloud + codecov + codeql success?}
G -- No --> Z
G -- Yes --> H[call-nuget deploy]
|
Expand namespace pages with improved entry-point guidance and usage patterns. Configure DocFX build to include newly generated type-level overwrite files for comprehensive public API documentation.
Enhance Hosting and AspNetCore package READMEs with clearer usage guidance. For Hosting, explain the entry-point factory pattern and fixture options. For AspNetCore, clarify the lightweight positioning versus WebApplicationFactory and when to choose each.
Remove 'starts' from XML doc comments. These methods create and configure the host but do not start it; the returned host is inactive until the caller explicitly starts it.
Update test framework dependency to latest stable version. Normalize line endings to LF for consistency.
Correct fixture descriptions: BlockingManagedApplicationFixture and BlockingManagedWebApplicationFixture provide blocking host fixture implementation, not non-blocking.
Document the complete DocFX maintenance and verification workflow for agents working on public API documentation. Covers namespace pages, type overwrite files, examples, availability notes, and verification procedures.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
=======================================
Coverage 92.25% 92.25%
=======================================
Files 82 82
Lines 1498 1498
Branches 169 169
=======================================
Hits 1382 1382
Misses 102 102
Partials 14 14 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This is a service update that focuses on package dependencies.
Automated changes:
Note: Third-party packages (Microsoft.Extensions.*, BenchmarkDotNet, etc.) are not auto-updated.
Use Dependabot or manual updates for those.
Generated by codebelt-aicia
Triggered by: cuemon @ 10.5.4