feat(metadata): reduce ApiFilter service id
| Q | A |
|---|---|
| Branch? | main |
| Tickets | N/A |
| License | MIT |
| Doc PR | N/A |
Reduce the #[ApiFilter] service id when an id or an alias is defined on the attribute.
It can solve the Filename too long error when the cache is built.
I'm not sure if we should use ApiFilter alltogether, the new parameter logic allows way more control and filters should be static classes if possible (not services)
Maybe the ApiFilter should be deprecated then? But for now this fix allows to run the tests on my computer :sweat_smile:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.