You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MapperBuilderConfiguratorAttribute (AllowPermissiveTypes, AllowSuperfluousKeys, ...) with Mapper injection, service container linting (bin/console lint:container) is broken with RuntimeException "Invalid service ...: the class is not set.".
Works fine if you omit the attribute.
The text was updated successfully, but these errors were encountered:
When using
MapperBuilderConfiguratorAttribute
(AllowPermissiveTypes
,AllowSuperfluousKeys
, ...) with Mapper injection, service container linting (bin/console lint:container
) is broken withRuntimeException
"Invalid service ...: the class is not set.".Works fine if you omit the attribute.
The text was updated successfully, but these errors were encountered: