docs: update API reference, READMEs, skills, and coverage script - #25
Merged
Conversation
… collection batch, and Any traverse - SelectAsync Task failure path (ResultT.Select.cs:99) - AnyCollectionExtensions T3 Traverse + T4 null selector guard - ResultCollectionExtensions Traverse failure, IResult Partition, FirstFailureOrSuccesses all-success paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- docs/API_REFERENCE.md: add collection extensions (Result, Maybe, Any) and railway validation bindings (ValidateWith/ValidateWithAsync) sections - CSharpEssentials.Results/Readme.MD: add collection extensions section - CSharpEssentials.Maybe/Readme.MD: add collection extensions section - CSharpEssentials.Any/Readme.MD: add collection extensions section - CSharpEssentials.Validation/Readme.MD: add railway integration section - .well-known/agent-skills/: add csharpessentials-validation skill, update index.json to 19 packages, remove duplicate .agents/skills/ - AGENTS.md: update to 19 packages, add git hooks setup line - CLAUDE.md: replace with thin reference pointing to AGENTS.md - scripts/analyze_example_coverage.py: remove hardcoded project path, add Validation to LIB_EXAMPLE_MAP, translate all comments to English Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
senrecep
added a commit
that referenced
this pull request
May 27, 2026
* test(results,collections,any): add missing coverage for async select, collection batch, and Any traverse - SelectAsync Task failure path (ResultT.Select.cs:99) - AnyCollectionExtensions T3 Traverse + T4 null selector guard - ResultCollectionExtensions Traverse failure, IResult Partition, FirstFailureOrSuccesses all-success paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: update API reference, READMEs, skills, and script for new APIs - docs/API_REFERENCE.md: add collection extensions (Result, Maybe, Any) and railway validation bindings (ValidateWith/ValidateWithAsync) sections - CSharpEssentials.Results/Readme.MD: add collection extensions section - CSharpEssentials.Maybe/Readme.MD: add collection extensions section - CSharpEssentials.Any/Readme.MD: add collection extensions section - CSharpEssentials.Validation/Readme.MD: add railway integration section - .well-known/agent-skills/: add csharpessentials-validation skill, update index.json to 19 packages, remove duplicate .agents/skills/ - AGENTS.md: update to 19 packages, add git hooks setup line - CLAUDE.md: replace with thin reference pointing to AGENTS.md - scripts/analyze_example_coverage.py: remove hardcoded project path, add Validation to LIB_EXAMPLE_MAP, translate all comments to English Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/API_REFERENCE.md): Added missing sections for collection batch APIs (Result, Maybe, Any) and railway validation bindings (ValidateWith/ValidateWithAsync)csharpessentials-validationskill to.well-known/agent-skills/, updatedindex.jsonto 19 packages, removed duplicate.agents/skills/directoryAGENTS.mdscripts/analyze_example_coverage.py: Removed hardcoded/Users/recepsen/...path (now usesPath(__file__).parent.parent), addedCSharpEssentials.ValidationtoLIB_EXAMPLE_MAP, translated all Turkish comments/strings to EnglishTest plan
scripts/analyze_example_coverage.pyruns from any machine:python3 scripts/analyze_example_coverage.py.well-known/agent-skills/index.jsonhas 19 entries.agents/skills/directory is gone🤖 Generated with Claude Code