Commit 6f5cea3
committed
fix: resolve test failures and update package versions for v2.0.0-preview1
- Add parameterless constructor to MockClientConfig for reflection compatibility
- Fix MockClientConfigWithForcePathStyle default ForcePathStyle value
- Update package versions to 2.0.0-preview1 for preview release
Test Results:
- ✅ LocalStack.Client.Tests: 91/91 tests passing
- ✅ Package creation: Both main and extensions packages built successfully
- 1 parent 75764dd commit 6f5cea3
File tree
3 files changed
+7
-3
lines changed- tests/common/LocalStack.Tests.Common/Mocks/MockServiceClients
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
0 commit comments