Commit a99da50
cleanup: remove CustomArrayErrorAttributes method from ASP.NET Core test controller
- Remove leftover CustomArrayErrorAttributes method that attempted to pass arrays to NoticeError()
- Error attributes do not support arrays and this functionality will not be implemented
- Ensures test applications only contain valid array attribute endpoints
- Maintains clean separation between AddCustomAttribute (supports arrays) and NoticeError (does not)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 03e270a commit a99da50
1 file changed
Lines changed: 0 additions & 13 deletions
File tree
- tests/Agent/IntegrationTests/Applications/AspNetCoreWebApiCustomAttributesApplication/Controllers
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 99 | | |
0 commit comments