Commit 0790f78
Sweep test tree to use Arcade ConditionalFact/Theory/Class APIs
Mechanical conversions across test/**/*.cs:
* [ConditionalFact] / [ConditionalTheory] (no condition attributes) -> [Fact] / [Theory]. ~10,623 occurrences plus inline-stacked variants such as [ConditionalTheory, MemberData(...)] and [ConditionalFact(Skip = ...)].
* [ConditionalFact] / [ConditionalTheory] companioned with an ITestCondition attribute (SqlServerCondition, CosmosCondition, PlatformSkipCondition, SkipOnHelixCondition, SkipOnCiCondition, SpatialiteRequired, SqliteVersionCondition) -> a single [ConditionalFact(typeof(SqlServerConditions), nameof(SqlServerConditions.X), ...)] referencing the static helpers added in the previous commit. Handles inline-stacked and adjacent-line forms.
* Class-level orphan condition attributes -> [ConditionalClass(...)].
* Multi-line [PlatformSkipCondition(...)] blocks across MigrationsSqlServerTest, OperationExecutorTest, ConfigPatternsCosmosTest fixed manually; SkipReason text is dropped (Arcade surfaces the failing member name).
* SqliteVersionCondition(Min=3.35.0) -> nameof(SqliteConditions.VersionAtLeast3_35). No other Min/Max combos exist in the tree.
* using Microsoft.EntityFrameworkCore.TestUtilities.Xunit; removed from files that no longer reference that (now-deleted) namespace.1 parent d43503e commit 0790f78
1,065 files changed
Lines changed: 18945 additions & 19067 deletions
File tree
- eng
- test
- EFCore.Analyzers.Tests
- EFCore.AspNet.InMemory.FunctionalTests
- EFCore.AspNet.Specification.Tests
- EFCore.Cosmos.FunctionalTests
- ModelBuilding
- Query
- Associations
- ComplexProperties
- Inheritance
- Translations
- Operators
- Temporal
- Scaffolding
- Storage
- TestUtilities
- Types
- Update
- EFCore.Cosmos.Tests
- Diagnostics
- Extensions
- Infrastructure
- Metadata/Conventions
- Storage
- Internal
- ValueGeneration
- EFCore.CrossStore.FunctionalTests
- EFCore.Design.Tests
- Design
- Internal
- Extensions
- Migrations/Design
- Query
- Scaffolding/Internal
- EFCore.FSharp.FunctionalTests
- EFCore.InMemory.FunctionalTests
- GraphUpdates
- ModelBuilding
- Query
- Scaffolding
- EFCore.InMemory.Tests
- Diagnostics
- Extensions
- Infrastructure
- Storage
- ValueGeneration
- EFCore.OData.FunctionalTests/Query
- EFCore.Proxies.Tests
- EFCore.Relational.Specification.Tests
- BulkUpdates
- Inheritance
- Migrations
- ModelBuilding
- Query
- Associations
- ComplexJson
- ComplexTableSplitting
- OwnedJson
- OwnedTableSplitting
- Inheritance
- Translations
- Scaffolding
- Types
- Update
- EFCore.Relational.Tests
- Design
- Extensions
- Infrastructure
- Metadata
- Conventions
- Internal
- Migrations
- Internal
- Operations
- Query/Internal
- Storage
- Update
- ValueGeneration
- EFCore.Specification.Tests
- BulkUpdates
- Inheritance
- GraphUpdates
- ModelBuilding
- Query
- Associations
- ComplexProperties
- Inheritance
- Translations
- Operators
- Temporal
- Scaffolding
- TestUtilities
- Types
- Update
- EFCore.SqlServer.FunctionalTests
- BulkUpdates
- Inheritance
- GraphUpdates
- Migrations
- ModelBuilding
- Query
- Associations
- ComplexJson
- ComplexTableSplitting
- OwnedJson
- OwnedTableSplitting
- Inheritance
- Translations
- Operators
- Temporal
- Scaffolding
- SqlAzure
- TestUtilities
- Types
- Geography
- Geometry
- Miscellaneous
- Numeric
- Temporal
- Update
- EFCore.SqlServer.HierarchyId.Tests
- EFCore.SqlServer.Tests
- Design/Internal
- Diagnostics
- Extensions
- Infrastructure
- Metadata
- Conventions
- Migrations
- Scaffolding
- Storage
- Internal
- Update
- ValueGeneration
- EFCore.Sqlite.FunctionalTests
- BulkUpdates
- Inheritance
- GraphUpdates
- Migrations
- ModelBuilding
- Query
- Associations
- OwnedJson
- OwnedTableSplitting
- Translations
- Operators
- Temporal
- Scaffolding
- Update
- EFCore.Sqlite.Tests
- Diagnostics
- Extensions
- Infrastructure
- Metadata
- Builders
- Conventions
- Migrations
- Scaffolding
- Storage
- EFCore.Tests
- ChangeTracking
- Internal
- Design
- Diagnostics
- Extensions
- Infrastructure
- Internal
- Metadata
- Builders
- Conventions
- Internal
- Query
- Internal
- Storage
- ValueConversion
- Utilities
- ValueGeneration
- EFCore.VisualBasic.FunctionalTests
- Microsoft.Data.Sqlite.Tests
- dotnet-ef.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | | - | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 73 | | |
81 | 74 | | |
82 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 55 | | |
59 | | - | |
60 | | - | |
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
18 | 13 | | |
19 | 14 | | |
20 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
Lines changed: 16 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | | - | |
| 58 | + | |
62 | 59 | | |
63 | 60 | | |
64 | 61 | | |
| |||
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
98 | | - | |
| 95 | + | |
99 | 96 | | |
100 | 97 | | |
101 | 98 | | |
| |||
108 | 105 | | |
109 | 106 | | |
110 | 107 | | |
111 | | - | |
| 108 | + | |
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
| |||
0 commit comments