Commit e42e48f
Enable package validation for the MCP extension packages
ModelContextProtocol.Extensions.Apps and ModelContextProtocol.Extensions.Tasks
both opted out of package validation with EnablePackageValidation=false and the
comment "New package with no published baseline yet". That is no longer true:
both packages have shipped 2.0.0 and 2.1.0 on NuGet.org, so the central
PackageValidationBaselineVersion of 2.0.0 in src/Directory.Build.props now
resolves for them just like it does for the other three shipping packages.
Removing the opt-out means these packages get the same ApiCompat
breaking-change detection as ModelContextProtocol.Core, ModelContextProtocol,
and ModelContextProtocol.AspNetCore. Verified with a clean Release pack: both
packages validate against their 2.0.0 baselines with zero diagnostics, so no
suppression file is needed for either.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 3be47ee commit e42e48f
2 files changed
Lines changed: 0 additions & 4 deletions
File tree
- src
- ModelContextProtocol.Extensions.Apps
- ModelContextProtocol.Extensions.Tasks
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments