Stars
0
Forks
0
Watchers
0
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
3
commits
Refactor InMemoryTodoRepository to use FindAsync for fetching TodoItems and simplify UpdateTodoAsync method; improve code readability in index.ts with comments and formatting adjustments
27c1617View on GitHubUpdate TodoApiEndpoints and TodoSkillsetEndpoints to use null-forgiving operator for GitHub token; modify WeatherData model properties to be nullable
6b4b3faView on GitHubRefactor TodoSkillsetEndpoints to use TodoItem for deletion and update InMemoryTodoRepository to use SingleOrDefaultAsync for fetching TodoItems
d2c615cView on GitHubMerge branch 'main' of https://github.com/congiuluc/GitHub-Copilot-Extension-Demo
80f2e7bView on GitHubAdd initial project structure with API, app, and infrastructure configurations
6e71f90View on GitHub