Commit 4bda8b7
chore: genericize the remaining adopter package prefix in the C# port
A first pass matched only the `::api` and bare-value forms and missed `::common`
and `::reporting` in two C# files. Both now use the `acme::` convention already
used by the neighbouring tests in the same directory.
Build succeeds with 0 errors and the affected test passes.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent dd251ca commit 4bda8b7
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- server/csharp
- MetaObjects.Codegen.Tests
- MetaObjects.Codegen/Generators
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments