autofac / Documentation

Usage and API documentation for Autofac and integration libraries
http://autofac.readthedocs.org
MIT License
71 stars 121 forks source link

Clarify which properties are auto-wired #135

Closed tillig closed 3 years ago

tillig commented 3 years ago

Problem Statement

The PropertiesAutowired docs explain that properties get injected but not explicitly which properties (e.g., public, unset).

Desired Solution

Additional docs that spell out more explicitly which properties get injected.

It might be good to also add info about InjectUnsetProperties at the same time. Doesn't appear we have docs on that.