- Improve TypeAttributeInfo generation
- Improve FieldInjectorException and PropertyInjectorException message to contain
// Sample FieldInjectorException on 11.0.0
Reflex.Exceptions.FieldInjectorException : Cannot resolve contract 'PlayerManager'.
// Sample FieldInjectorException on 11.0.1
Reflex.Exceptions.FieldInjectorException : Could not inject field 'GameManager._playerManager', exception: Reflex.Exceptions.UnknownContractException: Cannot resolve contract 'PlayerManager'.