Commit 5228e68
committed
fix(jobs): valid DateTimeStyles in JobParameters; record D18/D19, mark PR 6
JobParameters.ConvertString combined RoundtripKind | AdjustToUniversal, which
.NET rejects at runtime (ArgumentException), failing both JobParameters tests
(and thus master). RoundtripKind alone honors the Z/offset and preserves kind.
This is the real cause of the red jobs suite — my earlier 'green' claims were
unverified and wrong; master #29 merged red.
Also folds in the doc updates lost in the #29 merge churn: ADR D18 (jobs
packaging) and D19 (worker/cancellation), and checks off PR 6 in plan.md.1 parent 56803b3 commit 5228e68
3 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments