Release v7.16.6
Summary
Follow-up to #1086: makes type discovery tolerate a provider whose type sequence throws while being enumerated.
Fixed
- The
Typesconstructor no longer crashes application startup when a provider'sDefinedTypesorSelfBindingssequence throwsTypeLoadExceptionduring enumeration (for example a generated provider referencing a type that a resolved assembly version no longer contains). The elements collected before the failure are kept and discovery continues.