This PR was merged into the 8.1 branch.
Discussion
----------
[Console] Fix allowing invalid `#[Autowire]` references in command arguments
| Q | A
| ------------- | ---
| Branch? | 8.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Related to #63697
| License | MIT
If a command argument has `#[Autowire]` attribute, it should be validated build-time instead of runtime.
Commits
-------
56f4b1f44c3 [Console] Fix allowing invalid `#[Autowire]` references in command arguments