Commit fdded1c
committed
Local and Copilot dev can generate public apis (#30500)
* Local and Copilot dev can generate public apis
Currently, the only way is to use the IDE and the lightbulb - or manually.
This is often not successful and AI still struggles as well.
The new version of the Mono.ApiTools.MSBuildTasks package now has
the ability to generate the files and they can be checked in during
development to show the actual API changes.
The rules would be if this is release of CI, then it is set to Validate only,
and then only if it is debug AND not CI (ie: local) will it enable generation.
# Conflicts:
# src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt
# src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt
# src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
# src/Controls/src/Core/PublicAPI/net-tizen/PublicAPI.Unshipped.txt
# src/Controls/src/Core/PublicAPI/net-windows/PublicAPI.Unshipped.txt
# src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt
# src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt1 parent 3ee6e19 commit fdded1c
File tree
6 files changed
+37
-7
lines changed- eng
- src
- Controls/src/Core
- Element
- Layout
- SingleProject/Resizetizer/src
6 files changed
+37
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
270 | 274 | | |
271 | 275 | | |
272 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
508 | 507 | | |
509 | | - | |
510 | 508 | | |
511 | 509 | | |
512 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | 467 | | |
469 | | - | |
470 | 468 | | |
471 | 469 | | |
472 | 470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | | - | |
| 18 | + | |
| 19 | + | |
6 | 20 | | |
7 | 21 | | |
8 | 22 | | |
| |||
25 | 39 | | |
26 | 40 | | |
27 | 41 | | |
28 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments