File tree
19 files changed
+59
-46
lines changedFilter options
- .github/workflows
- src
- ancillary-projects/starwars
- starwars-api90
- Properties
- starwars-common
- graphql-aspnet
- Execution
- QueryPlans/DocumentParts
- Response
- Schemas
- Structural
- TypeSystem/Introspection/Model
- graphql-aspnet-subscriptions/Web/WebSockets
- unit-tests
- graphql-aspnet-testframework
- graphql-aspnet-tests/Common
- graphql-aspnet-tests-thirdpartydll
19 files changed
+59
-46
lines changed.github/workflows/ci-build.yml
Copy file name to clipboardExpand all lines: .github/workflows/ci-build.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 | 40 |
|
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
.github/workflows/nuget-deployment.yml
Copy file name to clipboardExpand all lines: .github/workflows/nuget-deployment.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 | 42 |
|
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
src/ancillary-projects/starwars/starwars-api80/starwars-api80.csproj renamed to src/ancillary-projects/starwars/starwars-api90/starwars-api90.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api90/starwars-api90.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
src/ancillary-projects/starwars/starwars-common/starwars-common.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-common/starwars-common.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
src/graphql-aspnet-subscriptions/Web/WebSockets/WebSocketClientConnection.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Web/WebSockets/WebSocketClientConnection.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
|
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
38 | 36 |
|
39 | 37 |
|
| 38 | + |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 | 75 |
|
80 | 76 |
|
81 | 77 |
|
82 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
95 | 94 |
|
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
src/graphql-aspnet.sln.DotSettings
Copy file name to clipboardExpand all lines: src/graphql-aspnet.sln.DotSettings+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
249 |
| - |
| 249 | + |
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
| ||
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
268 | 272 |
|
269 | 273 |
|
270 | 274 |
|
| ||
337 | 341 |
|
338 | 342 |
|
339 | 343 |
|
| 344 | + |
340 | 345 |
|
341 | 346 |
|
342 | 347 |
|
| ||
345 | 350 |
|
346 | 351 |
|
347 | 352 |
|
| 353 | + |
348 | 354 |
|
349 | 355 |
|
350 | 356 |
|
351 | 357 |
|
352 | 358 |
|
| 359 | + |
353 | 360 |
|
354 | 361 |
|
355 | 362 |
|
|
src/graphql-aspnet/Execution/QueryPlans/DocumentParts/DocumentNamedFragmentCollection.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Execution/QueryPlans/DocumentParts/DocumentNamedFragmentCollection.cs+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
| 18 | + |
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 |
| - |
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 |
| - |
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
|
src/graphql-aspnet/Execution/Response/ResponseFieldSet.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Execution/Response/ResponseFieldSet.cs+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
| 16 | + |
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 |
| - |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 |
| - |
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
src/graphql-aspnet/Schemas/Structural/GraphFieldArgumentCollection.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Schemas/Structural/GraphFieldArgumentCollection.cs+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| 20 | + |
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
|
src/graphql-aspnet/Schemas/TypeSystem/Introspection/Model/IntrospectedSchema.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Schemas/TypeSystem/Introspection/Model/IntrospectedSchema.cs+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
| 76 | + |
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
src/unit-tests/graphql-aspnet-testframework/graphql-aspnet-testframework.csproj
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-testframework/graphql-aspnet-testframework.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
src/unit-tests/graphql-aspnet-tests-thirdpartydll/graphql-aspnet-tests-thirdpartydll.csproj
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-tests-thirdpartydll/graphql-aspnet-tests-thirdpartydll.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
|
0 commit comments