Release v7.9.5
Fixed
- Open generic types (e.g.
ConceptAs<T>,ConceptAsTypeConverter<T,U>) were incorrectly included in the generated type-discovery provider as implementors of themselves. At runtime this causedArgumentException: The type 'System.Void' may not be used as a type argumentduring startup when registering type converters for concepts.