Commit efc859b
eng: update PackageValidationBaselineVersion from 0.4.0 to 1.1.1
Advance the binary-compatibility baseline from the old 0.4.0 entry-point
to the current stable release (1.1.1), so the SDK's package-validation
check now guards against accidentally removing or changing any public API
that exists in the version most users have installed.
Regenerate CompatibilitySuppressions.xml against the new baseline:
- Remove three now-unnecessary suppressions for F# infrastructure Bind/For
overloads (they already exist in 1.1.1 so no delta to suppress).
- Retain the single intentional suppression for Async.bind: the old
incorrect signature (Async<'T> -> Async<'U>) is present in 1.1.1 but
has been fixed in the Unreleased version to the correct ('T -> Async<'U>)
form.
Build: dotnet build src/FSharp.Control.TaskSeq.sln -c Release -> 0 errors
Tests: 5251 passed, 2 skipped, 0 failed
Formatting: dotnet fantomas . --check -> clean
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fc687a3 commit efc859b
3 files changed
Lines changed: 3 additions & 23 deletions
File tree
- src/FSharp.Control.TaskSeq
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments