Skip to content

Release v7.9.5

Choose a tag to compare

@github-actions github-actions released this 14 May 08:20
f0c7411

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 caused ArgumentException: The type 'System.Void' may not be used as a type argument during startup when registering type converters for concepts.