Skip to content

Release v7.16.6

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:37
dede5fa

Summary

Follow-up to #1086: makes type discovery tolerate a provider whose type sequence throws while being enumerated.

Fixed

  • The Types constructor no longer crashes application startup when a provider's DefinedTypes or SelfBindings sequence throws TypeLoadException during 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.