Commit 5c398dd
committed
Migrate from Newtonsoft.Json to System.Text.Json
Removed all Newtonsoft.Json dependencies and attributes from DTOs and project files. Updated serialization to use System.Text.Json via Shared.Serialisation.StringSerialiser. Refactored MiddlewareRegistry and Startup to configure System.Text.Json options. Removed obsolete SwaggerDefaultValues and SwaggerJsonConverter classes. Added SerialiserRegistry and JsonSerializerConfiguration for centralized serialization settings. Updated package versions and ensured all tests use the new serialization approach.1 parent f44ecf9 commit 5c398dd
45 files changed
Lines changed: 82 additions & 488 deletions
File tree
- EstateReportingAPI.BusinessLogic
- EstateReportingAPI.Client
- EstateReportingAPI.DataTrasferObjects
- EstateReportingAPI.IntegrationTests
- EstateReportingAPI.Tests
- EstateReportingAPI
- Bootstrapper
- Common
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | | - | |
12 | 8 | | |
13 | | - | |
14 | 9 | | |
15 | | - | |
16 | 10 | | |
17 | | - | |
18 | 11 | | |
19 | | - | |
20 | 12 | | |
21 | | - | |
22 | 13 | | |
23 | | - | |
24 | 14 | | |
25 | | - | |
26 | 15 | | |
27 | | - | |
28 | 16 | | |
29 | 17 | | |
30 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | 5 | | |
8 | | - | |
9 | 6 | | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | | - | |
13 | 10 | | |
14 | | - | |
15 | 11 | | |
16 | | - | |
17 | 12 | | |
18 | | - | |
19 | 13 | | |
20 | | - | |
21 | 14 | | |
22 | | - | |
23 | 15 | | |
24 | | - | |
25 | 16 | | |
26 | | - | |
27 | 17 | | |
28 | 18 | | |
29 | 19 | | |
30 | 20 | | |
31 | 21 | | |
32 | 22 | | |
33 | | - | |
34 | 23 | | |
35 | | - | |
36 | 24 | | |
37 | 25 | | |
38 | | - | |
39 | 26 | | |
40 | | - | |
41 | 27 | | |
42 | | - | |
43 | 28 | | |
44 | | - | |
45 | 29 | | |
46 | | - | |
47 | 30 | | |
48 | | - | |
49 | 31 | | |
50 | 32 | | |
51 | 33 | | |
52 | 34 | | |
53 | | - | |
54 | 35 | | |
55 | | - | |
56 | 36 | | |
57 | 37 | | |
58 | | - | |
59 | 38 | | |
60 | | - | |
61 | 39 | | |
62 | | - | |
63 | 40 | | |
64 | | - | |
65 | 41 | | |
66 | 42 | | |
67 | 43 | | |
68 | 44 | | |
69 | 45 | | |
70 | 46 | | |
71 | | - | |
72 | 47 | | |
73 | | - | |
74 | 48 | | |
75 | | - | |
76 | 49 | | |
77 | | - | |
78 | 50 | | |
79 | | - | |
80 | 51 | | |
81 | | - | |
82 | 52 | | |
83 | | - | |
84 | 53 | | |
85 | 54 | | |
86 | 55 | | |
87 | 56 | | |
88 | 57 | | |
89 | | - | |
90 | 58 | | |
91 | | - | |
92 | 59 | | |
93 | | - | |
94 | 60 | | |
95 | 61 | | |
96 | 62 | | |
97 | 63 | | |
98 | 64 | | |
99 | | - | |
100 | 65 | | |
101 | | - | |
102 | 66 | | |
103 | | - | |
104 | 67 | | |
105 | | - | |
106 | 68 | | |
107 | | - | |
108 | 69 | | |
109 | 70 | | |
110 | 71 | | |
111 | 72 | | |
112 | 73 | | |
113 | | - | |
114 | 74 | | |
115 | | - | |
116 | 75 | | |
117 | | - | |
118 | 76 | | |
119 | | - | |
120 | 77 | | |
121 | 78 | | |
122 | 79 | | |
123 | 80 | | |
124 | 81 | | |
125 | 82 | | |
126 | | - | |
127 | 83 | | |
128 | | - | |
129 | 84 | | |
130 | | - | |
131 | 85 | | |
132 | 86 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | 6 | | |
10 | | - | |
11 | 7 | | |
12 | | - | |
13 | 8 | | |
14 | | - | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
0 commit comments