Silvan
Results
2
issues of
Silvan
According to the GitLab API Documentation, there exists an `in` attribute for issue searching. https://docs.gitlab.com/ee/api/issues.html Implemented this for faster searching.
With https://github.com/riok/mapperly/pull/732 `IncludedMembers` has been implemented. This can currently only be set at class level in the mapper configuration. An `IncludedMembersAttribute` should be created to enable this on method level....
enhancement