Commit 73a970d
committed
fix: address Copilot PR #7 review feedback
- release.yml: add concurrency group to prevent race conditions when
multiple pushes to master happen close together; cancel-in-progress
is false so a running release is never aborted mid-way
- release.yml: add explicit 'Fail if this version was already released'
step after tag_check so a duplicate-version push to master fails
loudly with ::error:: rather than silently succeeding with no publish
- CollectionDefinitions.cs: fix XML doc cref targets — qualify
DisableParallelization as Xunit.CollectionDefinitionAttribute.DisableParallelization
and remove the space in ConcurrentDictionary{TKey,TValue} to avoid
CS1574 warnings when doc generation is enabled1 parent 9bd1c7d commit 73a970d
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments