Commit ec4d027
committed
Switch from PublicAPI files to .NET SDK package validation
This new mechanism will validate a _bunch_ of things about package structure that PublicAPI never touched, including:
1. If an API exists on .NET Standard, it should also exist on all the specific runtime targets that implement that standard.
1. APIs experience no breaking changes across versions.
The only thing that PublicAPI.txt files do that package validation doesn't is a specific file that changes only when public API changes. That can be useful in repos where we have specific PR policies set up to add a required reviewer group to the PR when public APIs are changed, or to make a public API change more obvious. But it's also a real pain to maintain these files, so especially in repos where we _don't_ have such reviewer policies set up, it makes more sense to migrate to the new system.1 parent 2a77a81 commit ec4d027
File tree
10 files changed
+1
-2083
lines changed- src/Microsoft.VisualStudio.Threading
- net472
- net8.0-windows
- net8.0
- netstandard2.0
10 files changed
+1
-2083
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
Lines changed: 0 additions & 515 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 516 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 513 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 513 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
0 commit comments