Commit b62e793
committed
Refactor JSON serialization and simplify enum handling
Simplified `GameType` enum in `CreateGameRequest.cs` by removing conditional compilation and redundant `JsonConverter` attributes. Compatibility with .NET 7 is no longer required.1 parent 450d7ef commit b62e793
File tree
2 files changed
+1
-6
lines changed- src/clients/Codebreaker.GameAPIs.Client
- Models
2 files changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | 218 | | |
220 | 219 | | |
221 | 220 | | |
| |||
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
235 | | - | |
| 234 | + | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
0 commit comments