Commit 7e33f5d
[ANE-2523] integration test: bump ServiceStack expectation 64 → 92
ServiceStack v5.13.2 has 92 project files (91 .csproj + 1 .fsproj).
The old expectation of 64 was the count of directories that contain
at least one project file, which matched the pre-fix behavior of
`find isPackageRefFile` returning only the first project file per
directory. 19 directories hold 2-3 sibling csproj variants
(src/ServiceStack/{ServiceStack, ServiceStack.Core,
ServiceStack.Source}.csproj for .NET-Framework / .NET-Core /
source-distribution targets), and the old code silently dropped the
non-winners — that's the ANE-2523 bug. Discovery now emits one
NuGetProject per project file, so the count grows accordingly.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent cf5af6f commit 7e33f5d
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 | | |
49 | | - | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
0 commit comments