Conversation
Co-authored-by: baoduy <166953+baoduy@users.noreply.github.com>
Co-authored-by: baoduy <166953+baoduy@users.noreply.github.com>
Add GitHub Copilot Agent Skills for DKNet Framework packages
- Add KeysetQueryExtensions.cs with AfterKeyset/BeforeKeyset IQueryable extension methods for single-key and composite two-key cursor-based pagination - Add ToKeysetPageAsync methods to SpecRepoExtensions for IRepositorySpec - Add 16 integration tests in KeysetQueryExtensionsTests.cs - Update ReadMe.md and Skills/efcore-specifications/SKILL.md with documentation Co-authored-by: baoduy <166953+baoduy@users.noreply.github.com>
…ormance Add keyset (cursor-based) pagination to DKNet.EfCore.Specifications
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
==========================================
- Coverage 84.68% 84.56% -0.13%
==========================================
Files 158 159 +1
Lines 3585 3653 +68
Branches 568 568
==========================================
+ Hits 3036 3089 +53
- Misses 393 406 +13
- Partials 156 158 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
📊 Code Coverage Report |
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.


This pull request introduces comprehensive documentation improvements and workflow updates to support the new "AI Library Skills" feature for DKNet RESTful API development. The changes include new specification and planning documents, a reusable skill file template, a data model schema, and a checklist to ensure documentation quality and compliance. Additionally, project guidelines are modernized, and minor updates are made to development tooling and CI workflow triggers.
Key highlights:
AI Library Skills Documentation Framework
skill-file-template.md) for documenting each DKNet library, specifying required sections, usage patterns, anti-patterns, and test examples.data-model.md) for skill files, master index, and composition patterns, including validation rules for compliance.requirements.md) to validate the completeness and quality of each skill file before planning and implementation.plan.md) outlining deliverables, constitution checks, and project structure for the AI Library Skills documentation feature.Project Guidelines and Developer Experience
.github/copilot-instructions.mdas "Project Guidelines" to clarify context loading, architecture, build/test conventions, code style, and common pitfalls for contributors and AI agents.jetbrains.resharper-codefor improved code quality tooling.CI/CD and Workflow Enhancements
dotnet-publish.ymlGitHub Actions workflow to allow on-demand builds.These updates lay the foundation for consistent, high-quality documentation and improved AI agent support in the DKNet project.