Commit f5ad7ec
committed
refactor: consolidate .NET Framework testing into unified script
- Replaced multiple test commands with a comprehensive PowerShell script for .NET Framework testing
- Added support for multiple platforms (AnyCPU, x86, x64) and flexible test configurations
- Improved error handling and validation of test DLLs before execution
- Added detailed logging and status reporting for each build/test step
- Consolidated package restore logic to handle both packages.config and PackageReference projects1 parent e1f6248 commit f5ad7ec
File tree
7 files changed
+406
-291
lines changed- .github/workflows
- tests
- Imageflow.TestDotNetFull
- Imageflow.Test
7 files changed
+406
-291
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 159 | + | |
166 | 160 | | |
| 161 | + | |
167 | 162 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 163 | + | |
174 | 164 | | |
175 | 165 | | |
176 | 166 | | |
| |||
0 commit comments