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
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
.
autofac
/
Autofac
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
846
Star
4.7k
Code
Issues
6
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add support for required properties
- #1364
#1364
Merged
tillig
merged 9 commits into
develop
autofac/Autofac:develop
from
feature/required-properties
autofac/Autofac:feature/required-properties
Copy head branch name to clipboard
Feb 3, 2023
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Add support for required properties
#1364
tillig
merged 9 commits into
develop
autofac/Autofac:develop
from
feature/required-properties
autofac/Autofac:feature/required-properties
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2023
In-progress, initial required property support in place.
alistairjevans
committed
4db52ea
View commit details
Copy full SHA for 4db52ea
Browse repository at this point
Commits on Jan 26, 2023
Take a new approach to resolving required properties that allows the full set of parameters provided for the constructor, so required properties behave a lot more like any other constructor argument.
Show description for 7c4d778
alistairjevans
committed
7c4d778
View commit details
Copy full SHA for 7c4d778
Browse repository at this point
Commits on Jan 28, 2023
Add benchmark and tests for required properties.
alistairjevans
committed
6f7de49
View commit details
Copy full SHA for 6f7de49
Browse repository at this point
Additional tests for component hierarchy, and open generics (just in case).
alistairjevans
committed
8a38698
View commit details
Copy full SHA for 8a38698
Browse repository at this point
Use full name of type when listing required property failures
alistairjevans
committed
22dc230
View commit details
Copy full SHA for 22dc230
Browse repository at this point
Add mixed constructor + property tests.
alistairjevans
committed
34a05a1
View commit details
Copy full SHA for 34a05a1
Browse repository at this point
Fix indentation.
alistairjevans
committed
6ad196e
View commit details
Copy full SHA for 6ad196e
Browse repository at this point
Commits on Jan 29, 2023
Specify 7.0.101 SDK version to resolve https://github.com/microsoft/vstest/issues/4014; coverlet files not being generated in the right folder.
alistairjevans
committed
c64f5ca
View commit details
Copy full SHA for c64f5ca
Browse repository at this point
Commits on Feb 3, 2023
Improve comment for RequiredMember, add double-resolve test and remove extraneous local variable.
alistairjevans
committed
a75652f
View commit details
Copy full SHA for a75652f
Browse repository at this point
You can’t perform that action at this time.