Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
command-line-api
Public
Notifications
You must be signed in to change notification settings
Fork
431
Star
3.7k
Code
Issues
443
Pull requests
41
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Easier addition of injection friendly handler
- #671
#671
Merged
jonsequitur
merged 12 commits into
dotnet:main
dotnet/command-line-api:main
from
Gronex:feature/full-di-wrapping
Gronex/command-line-api:feature/full-di-wrapping
Copy head branch name to clipboard
Sep 24, 2020
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Easier addition of injection friendly handler
#671
jonsequitur
merged 12 commits into
dotnet:main
dotnet/command-line-api:main
from
Gronex:feature/full-di-wrapping
Gronex/command-line-api:feature/full-di-wrapping
Copy head branch name to clipboard
Commits
Commits on Sep 13, 2020
Easier addition of injection friendly handler
Gronex
committed
795bc5f
View commit details
Copy full SHA for 795bc5f
Browse repository at this point
Using command inheritance to indicate handler
Gronex
committed
e68eee4
View commit details
Copy full SHA for e68eee4
Browse repository at this point
adding call to BindInvocationHandler in hosting setup
Gronex
committed
8b814cd
View commit details
Copy full SHA for 8b814cd
Browse repository at this point
Making HandlerType nullable
Gronex
committed
d3ac81f
View commit details
Copy full SHA for d3ac81f
Browse repository at this point
Registering the commandhandler via IHostBuilder
Gronex
committed
6eb7885
View commit details
Copy full SHA for 6eb7885
Browse repository at this point
Throw exception on bad arguments
Gronex
committed
44036cb
View commit details
Copy full SHA for 44036cb
Browse repository at this point
Propper order of checking implemented types
Gronex
committed
7de36cb
View commit details
Copy full SHA for 7de36cb
Browse repository at this point
Testing for Argument binding
Gronex
committed
a3a6b2c
View commit details
Copy full SHA for a3a6b2c
Browse repository at this point
Attempting to resolve handler instance using serviceProvider
Gronex
committed
38a2d88
View commit details
Copy full SHA for 38a2d88
Browse repository at this point
Commits on Sep 15, 2020
Async hosting tests
Gronex
committed
67ed665
View commit details
Copy full SHA for 67ed665
Browse repository at this point
nicer not null check
Gronex
committed
112ce56
View commit details
Copy full SHA for 112ce56
Browse repository at this point
Putting testing logic into test instead of helpers
Gronex
committed
d47fc04
View commit details
Copy full SHA for d47fc04
Browse repository at this point
You can’t perform that action at this time.