File tree
293 files changed
+3665
-1769
lines changedFilter options
- build
- src
- ancillary-projects/starwars
- starwars-api70
- starwars-api80
- graphql-aspnet
- Attributes
- Configuration
- Formatting
- Startup
- Controllers
- ActionResults
- Directives
- Global
- Engine
- Execution
- Contexts
- FieldResolution
- Metrics
- Resolvers
- Response
- RulesEngine/RuleSets
- DirectiveExecution/DirectiveValidation
- DocumentValidation/QueryOperationSteps
- FieldResolution/FieldCompletion
- Interfaces
- Configuration
- Execution
- Internal
- Logging
- Schema
- RuntimeDefinitions
- Logging
- GeneralEvents
- Middleware
- DirectiveExecution/Components
- FieldExecution/Components
- QueryExecution/Components
- SchemaItemSecurity/Components
- Schemas
- Generation
- RuntimeSchemaItemDefinitions
- SchemaItemValidators
- TypeMakers
- TypeTemplates
- Structural
- TypeSystem
- Introspection
- Fields
- Model
- Scalars
- graphql-aspnet-subscriptions
- Attributes
- Interfaces/Subscriptions
- Logging
- SubscriptionEvents
- Schemas
- Generation
- RuntimeSchemaItemDefinitions
- TypeTemplates
- TypeMakers
- TypeSystem
- SubscriptionServer
- unit-tests
- graphql-aspnet-subscriptions-tests
- Attributes
- Engine
- Execution
- Logging
- Mocks
- Schemas/Generation
- TypeTemplates
- SubscriptionServer
- graphql-aspnet-testframework
- PipelineContextBuilders
- graphql-aspnet-tests
- Attributes
- Configuration
- FormatStrategyTestData
- Controllers
- ActionResults
- Engine
- DefaultScalarTypeProviderTestData
- Execution
- QueryPlans
- TestData/RuntimeFieldTestData
- Logging
- Middleware
- Schemas
- Generation
- RuntimeFieldDeclarations
- TypeMakers
- TypeTemplates
- ControllerTestData
- ExtensionMethodTestData
- InterfaceTestData
- ObjectTypeTests
- ScalarTestData
- GlobalTypesTestData
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
293 files changed
+3665
-1769
lines changedbuild/strict-linting.ruleset
Copy file name to clipboardExpand all lines: build/strict-linting.ruleset+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
83 | 87 |
|
84 | 88 |
|
85 | 89 |
|
src/ancillary-projects/starwars/starwars-api70/Program.cs
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/Program.cs+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 |
|
|
src/ancillary-projects/starwars/starwars-api70/Startup.cs
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api70/Startup.cs+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 |
|
|
src/ancillary-projects/starwars/starwars-api80/Program.cs
Copy file name to clipboardExpand all lines: src/ancillary-projects/starwars/starwars-api80/Program.cs+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 |
|
|
src/graphql-aspnet-subscriptions/Attributes/SubscriptionAttribute.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Attributes/SubscriptionAttribute.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/graphql-aspnet-subscriptions/Attributes/SubscriptionRootAttribute.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Attributes/SubscriptionRootAttribute.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/graphql-aspnet-subscriptions/Interfaces/Subscriptions/ISubscription.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Interfaces/Subscriptions/ISubscription.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
src/graphql-aspnet-subscriptions/Logging/SubscriptionEvents/ClientProxySubscriptionCreatedLogEntry.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Logging/SubscriptionEvents/ClientProxySubscriptionCreatedLogEntry.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
src/graphql-aspnet-subscriptions/Logging/SubscriptionEvents/ClientProxySubscriptionEventReceived.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Logging/SubscriptionEvents/ClientProxySubscriptionEventReceived.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/graphql-aspnet-subscriptions/Logging/SubscriptionEvents/ClientProxySubscriptionStoppedLogEntry.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Logging/SubscriptionEvents/ClientProxySubscriptionStoppedLogEntry.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
src/graphql-aspnet-subscriptions/Logging/SubscriptionLoggerExtensions.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Logging/SubscriptionLoggerExtensions.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
218 |
| - |
| 218 | + |
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
|
src/graphql-aspnet-subscriptions/Schemas/Generation/RuntimeSchemaItemDefinitions/RuntimeSubscriptionEnabledFieldGroupTemplate.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Schemas/Generation/RuntimeSchemaItemDefinitions/RuntimeSubscriptionEnabledFieldGroupTemplate.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/graphql-aspnet-subscriptions/Schemas/Generation/RuntimeSchemaItemDefinitions/RuntimeSubscriptionEnabledResolvedFieldDefinition.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Schemas/Generation/RuntimeSchemaItemDefinitions/RuntimeSubscriptionEnabledResolvedFieldDefinition.cs+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
| 84 | + |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
|
src/graphql-aspnet-subscriptions/Schemas/Generation/TypeTemplates/RuntimeSubscriptionGraphControllerTemplate.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Schemas/Generation/TypeTemplates/RuntimeSubscriptionGraphControllerTemplate.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
src/graphql-aspnet-subscriptions/Schemas/Generation/TypeTemplates/SubscriptionControllerActionGraphFieldTemplate.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Schemas/Generation/TypeTemplates/SubscriptionControllerActionGraphFieldTemplate.cs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 |
| - |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
|
src/graphql-aspnet-subscriptions/Schemas/TypeMakers/SubscriptionEnabledGraphFieldMaker.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Schemas/TypeMakers/SubscriptionEnabledGraphFieldMaker.cs+7-10Lines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 40 | + |
44 | 41 |
|
45 | 42 |
|
46 | 43 |
|
47 | 44 |
|
48 |
| - |
| 45 | + |
49 | 46 |
|
50 | 47 |
|
51 | 48 |
|
52 | 49 |
|
53 |
| - |
| 50 | + |
54 | 51 |
|
55 | 52 |
|
56 |
| - |
| 53 | + |
57 | 54 |
|
58 |
| - |
| 55 | + |
59 | 56 |
|
60 |
| - |
61 | 57 |
|
| 58 | + |
62 | 59 |
|
63 | 60 |
|
64 | 61 |
|
65 | 62 |
|
66 | 63 |
|
67 | 64 |
|
68 | 65 |
|
69 |
| - |
| 66 | + |
70 | 67 |
|
71 | 68 |
|
72 | 69 |
|
src/graphql-aspnet-subscriptions/Schemas/TypeSystem/SubscriptionMethodGraphField.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Schemas/TypeSystem/SubscriptionMethodGraphField.cs+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 |
| - |
33 | 32 |
|
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 |
| - |
45 | 44 |
|
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 |
| - |
65 | 64 |
|
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
src/graphql-aspnet-subscriptions/SubscriptionServer/ClientSubscription.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/SubscriptionServer/ClientSubscription.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
|
src/graphql-aspnet-subscriptions/SubscriptionServer/SubscriptionClientProxyBase{TSchema,TMessage}.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/SubscriptionServer/SubscriptionClientProxyBase{TSchema,TMessage}.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
299 |
| - |
| 299 | + |
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
|
0 commit comments