File tree
35 files changed
+85
-117
lines changedFilter options
- .github/workflows
- src
- ancillary-projects
- benchmarking
- graphql-aspnet-benchmarks
- graphql-aspnet-load-console
- graphql-aspnet-load-models
- graphql-aspnet-load-server
- starwars
- starwars-api80
- Properties
- starwars-common
- graphql-aspnet
- Engine
- ServerExtensions/MultipartRequests/Engine
- Web
- unit-tests
- graphql-aspnet-subscriptions-tests
- SubscriptionServer/Protocols
- GraphqlTransportWs
- GraphqlWsLegacy
- Web/WebSockets
- graphql-aspnet-testframework
- graphql-aspnet-testframework-tests
- graphql-aspnet-tests
- ServerExtensions/MutlipartRequests
- graphql-aspnet-tests-common
- graphql-aspnet-tests-thirdpartydll
35 files changed
+85
-117
lines changed.github/workflows/ci-build.yml
Copy file name to clipboardExpand all lines: .github/workflows/ci-build.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
.github/workflows/nuget-deployment.yml
Copy file name to clipboardExpand all lines: .github/workflows/nuget-deployment.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
+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/ancillary-projects/benchmarking/graphql-aspnet-benchmarks/graphql-aspnet-benchmarks.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/benchmarking/graphql-aspnet-benchmarks/graphql-aspnet-benchmarks.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/benchmarking/graphql-aspnet-load-console/graphql-aspnet-load-console.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/benchmarking/graphql-aspnet-load-console/graphql-aspnet-load-console.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/ancillary-projects/benchmarking/graphql-aspnet-load-models/graphql-aspnet-load-models.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/benchmarking/graphql-aspnet-load-models/graphql-aspnet-load-models.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/benchmarking/graphql-aspnet-load-server/graphql-aspnet-load-server.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/benchmarking/graphql-aspnet-load-server/graphql-aspnet-load-server.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 |
|
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
src/ancillary-projects/starwars/starwars-api60/starwars-api60.csproj renamed to src/ancillary-projects/starwars/starwars-api80/starwars-api80.csproj
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api80/starwars-api80.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 |
|
|
+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 | 2 |
|
4 | 3 |
|
| ||
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| 10 | + |
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 |
| - |
30 |
| - |
31 | 30 |
|
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
37 |
| - |
| 36 | + |
| 37 | + |
| 38 | + |
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| ||
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 | 66 |
|
70 | 67 |
|
71 | 68 |
|
| ||
81 | 78 |
|
82 | 79 |
|
83 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
| ||
94 | 95 |
|
95 | 96 |
|
96 | 97 |
|
97 |
| - |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| 101 | + |
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
|
src/graphql-aspnet/Engine/DefaultGraphQLHttpProcessor{TSchema}.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Engine/DefaultGraphQLHttpProcessor{TSchema}.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
217 |
| - |
| 217 | + |
218 | 218 |
|
219 | 219 |
|
220 | 220 |
|
|
src/graphql-aspnet/ServerExtensions/MultipartRequests/Engine/MultipartRequestGraphQLHttpProcessor.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/ServerExtensions/MultipartRequests/Engine/MultipartRequestGraphQLHttpProcessor.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
285 | 285 |
|
286 | 286 |
|
287 | 287 |
|
288 |
| - |
| 288 | + |
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
|
src/graphql-aspnet/Web/GraphQLHttpProcessorBase.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet/Web/GraphQLHttpProcessorBase.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
|
+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/library-tests.props
Copy file name to clipboard+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
src/unit-tests/graphql-aspnet-subscriptions-tests/GlobalSuppressions.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-subscriptions-tests/GlobalSuppressions.cs+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
18 | 24 |
|
19 | 25 |
|
20 | 26 |
|
|
src/unit-tests/graphql-aspnet-subscriptions-tests/SubscriptionReceiverExtensionTests.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-subscriptions-tests/SubscriptionReceiverExtensionTests.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
| 43 | + |
| 44 | + |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
src/unit-tests/graphql-aspnet-subscriptions-tests/SubscriptionServer/Protocols/GraphqlTransportWs/GqltwsClientProxyTests.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-subscriptions-tests/SubscriptionServer/Protocols/GraphqlTransportWs/GqltwsClientProxyTests.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
src/unit-tests/graphql-aspnet-subscriptions-tests/SubscriptionServer/Protocols/GraphqlWsLegacy/GraphqlWsLegacyClientProxyTests.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-subscriptions-tests/SubscriptionServer/Protocols/GraphqlWsLegacy/GraphqlWsLegacyClientProxyTests.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
src/unit-tests/graphql-aspnet-subscriptions-tests/Web/WebSockets/WebSocketClientConnectionTests.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-subscriptions-tests/Web/WebSockets/WebSocketClientConnectionTests.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
src/unit-tests/graphql-aspnet-subscriptions-tests/graphql-aspnet-subscriptions-tests.csproj
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-subscriptions-tests/graphql-aspnet-subscriptions-tests.csproj+1-21Lines changed: 1 addition & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 |
| - |
5 |
| - |
6 |
| - |
7 | 5 |
|
8 | 6 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 | 7 |
|
13 | 8 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 | 9 |
|
30 | 10 |
|
31 | 11 |
|
|
src/unit-tests/graphql-aspnet-testframework-tests/GlobalSuppressions.cs
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-testframework-tests/GlobalSuppressions.cs+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
18 | 24 |
|
19 | 25 |
|
20 | 26 |
|
|
src/unit-tests/graphql-aspnet-testframework-tests/graphql-aspnet-testframework-tests.csproj
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-testframework-tests/graphql-aspnet-testframework-tests.csproj+2-22Lines changed: 2 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 |
| - |
5 |
| - |
6 |
| - |
7 | 5 |
|
8 | 6 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 | 7 |
|
13 | 8 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 | 9 |
|
30 | 10 |
|
31 | 11 |
|
|
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-common/graphql-aspnet-tests-common.csproj
Copy file name to clipboardExpand all lines: src/unit-tests/graphql-aspnet-tests-common/graphql-aspnet-tests-common.csproj+1-21Lines changed: 1 addition & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 |
| - |
5 |
| - |
6 |
| - |
7 | 5 |
|
8 | 6 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 | 7 |
|
13 | 8 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 | 9 |
|
30 | 10 |
|
31 | 11 |
|
|
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