Commit 86249de
authored
fix: update Core public API snapshots for all frameworks (#4957)
* fix: update Core public API snapshots for all frameworks
The merged PRs #4929 (hardcoded constants) and #4949 (retry policies)
added new public API surface to TUnit.Core but the DotNet8_0, DotNet9_0,
and DotNet10_0 verified snapshot files were not updated, causing
Core_Library_Has_No_API_Changes test failures in all PR CI pipelines.
* fix: update analyzer tests for CancellationToken parameter location
PR #4956 changed the CancellationTokenMustBeLastParameter diagnostic
to point at the CancellationToken parameter instead of the method name.
Update 3 test expectations to match the new diagnostic location.1 parent c0a521c commit 86249de
4 files changed
Lines changed: 40 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
535 | 542 | | |
536 | 543 | | |
537 | 544 | | |
| |||
583 | 590 | | |
584 | 591 | | |
585 | 592 | | |
| 593 | + | |
586 | 594 | | |
587 | 595 | | |
588 | 596 | | |
| |||
1179 | 1187 | | |
1180 | 1188 | | |
1181 | 1189 | | |
| 1190 | + | |
| 1191 | + | |
1182 | 1192 | | |
| 1193 | + | |
1183 | 1194 | | |
1184 | 1195 | | |
1185 | 1196 | | |
| |||
1454 | 1465 | | |
1455 | 1466 | | |
1456 | 1467 | | |
| 1468 | + | |
| 1469 | + | |
1457 | 1470 | | |
1458 | 1471 | | |
1459 | 1472 | | |
| |||
2408 | 2421 | | |
2409 | 2422 | | |
2410 | 2423 | | |
| 2424 | + | |
| 2425 | + | |
2411 | 2426 | | |
2412 | 2427 | | |
2413 | 2428 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
535 | 542 | | |
536 | 543 | | |
537 | 544 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
535 | 542 | | |
536 | 543 | | |
537 | 544 | | |
| |||
583 | 590 | | |
584 | 591 | | |
585 | 592 | | |
| 593 | + | |
586 | 594 | | |
587 | 595 | | |
588 | 596 | | |
| |||
1179 | 1187 | | |
1180 | 1188 | | |
1181 | 1189 | | |
| 1190 | + | |
| 1191 | + | |
1182 | 1192 | | |
| 1193 | + | |
1183 | 1194 | | |
1184 | 1195 | | |
1185 | 1196 | | |
| |||
1454 | 1465 | | |
1455 | 1466 | | |
1456 | 1467 | | |
| 1468 | + | |
| 1469 | + | |
1457 | 1470 | | |
1458 | 1471 | | |
1459 | 1472 | | |
| |||
2408 | 2421 | | |
2409 | 2422 | | |
2410 | 2423 | | |
| 2424 | + | |
| 2425 | + | |
2411 | 2426 | | |
2412 | 2427 | | |
2413 | 2428 | | |
| |||
0 commit comments