Commit d077ce4
fix: upgrade ALCops.Analyzers to v0.8.6 and improve AD0001 handling (#11)
Resolves #10 — LinterCop analyzer crashed with MissingMethodException
when the AL Language extension provides newer BC DevTools than what
ALCops.Analyzers v0.5.0 was compiled against. The reflection-based
wrapper for QuoteIdentifierIfNeeded was introduced in v0.6.0+.
- Bump ALCops.Analyzers from 0.5.0 to 0.8.6
- Log AD0001 (analyzer crash) diagnostics to stderr for debugging
while still including them in results
- Log BC DevTools version at startup for easier triage
- Add Dependabot config scoped to ALCops.Analyzers
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent cae30f3 commit d077ce4
4 files changed
Lines changed: 19 additions & 1 deletion
File tree
- .github
- src/ALCops.Mcp
- Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments