File tree
250 files changed
+853
-1949
lines changed- .config
- .github/workflows
- benchmarks
- src
- Examples
- DapperExample
- Controllers
- Data
- Repositories
- TranslationToSql
- Builders
- DataModel
- Generators
- Transformations
- TreeNodes
- DatabasePerTenantExample/Data
- GettingStarted/Data
- JsonApiDotNetCoreExample
- Controllers
- Data
- Definitions
- MultiDbContextExample
- Data
- Repositories
- NoEntityFrameworkExample
- Repositories
- Services
- ReportsExample/Services
- JsonApiDotNetCore
- AtomicOperations
- Configuration
- Controllers
- Errors
- Middleware
- Queries
- Expressions
- Parsing
- QueryStrings/FieldChains
- Repositories
- Serialization
- Objects
- Request/Adapters
- Response
- JsonApiDotNetCore.OpenApi
- JsonApiMetadata
- SwaggerComponents
- JsonApiDotNetCore.OpenApi.Client
- Exceptions
- JsonApiDotNetCore.SourceGenerators
- test
- DapperTests/IntegrationTests
- DiscoveryTests
- JsonApiDotNetCoreTests
- IntegrationTests
- Archiving
- AtomicOperations
- Controllers
- Meta
- Mixed
- ResourceDefinitions
- Serialization
- SparseFieldSets
- Transactions
- Authorization/Scopes
- Blobs
- CompositeKeys
- ContentNegotiation
- ControllerActionResults
- CustomRoutes
- EagerLoading
- ExceptionHandling
- HostingInIIS
- IdObfuscation
- InputValidation
- ModelState
- RequestBody
- Links
- Logging
- Meta
- Microservices
- FireAndForgetDelivery
- Messages
- TransactionalOutboxPattern
- MultiTenancy
- NamingConventions
- NonJsonApiControllers
- QueryStrings
- CustomFunctions
- IsUpperCase
- StringLength
- Sum
- TimeOffset
- Filtering
- SparseFieldSets
- ReadWrite
- Updating/Relationships
- RequiredRelationships
- ResourceConstructorInjection
- ResourceDefinitions
- Reading
- Serialization
- ResourceInheritance
- ChangeTracking
- TablePerConcreteType
- TablePerHierarchy
- TablePerType
- RestrictedControllers
- Serialization
- SoftDeletion
- ZeroKeys
- UnitTests
- Configuration
- FieldChains
- Middleware
- ModelStateValidation
- QueryStringParameters
- ResourceDefinitions
- ResourceGraph
- Serialization/Response
- TypeConversion
- MultiDbContextTests
- NoEntityFrameworkTests
- OpenApiClientTests
- OpenApiTests
- DocComments
- LegacyOpenApiIntegration
- NamingConventions
- QueryStrings
- ResourceFieldValidation
- NullableReferenceTypesOff
- NullableReferenceTypesOn
- SourceGeneratorTests
- TestBuildingBlocks
- UnitTests/Internal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
250 files changed
+853
-1949
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + |
Lines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 |
| - | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
| |||
143 | 145 |
| |
144 | 146 |
| |
145 | 147 |
| |
146 |
| - | |
| 148 | + | |
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
| |||
166 | 168 |
| |
167 | 169 |
| |
168 | 170 |
| |
169 |
| - | |
| 171 | + | |
170 | 172 |
| |
171 | 173 |
| |
172 | 174 |
| |
| |||
181 | 183 |
| |
182 | 184 |
| |
183 | 185 |
| |
| 186 | + | |
| 187 | + | |
184 | 188 |
| |
185 |
| - | |
| 189 | + | |
186 | 190 |
| |
187 | 191 |
| |
188 | 192 |
| |
| |||
197 | 201 |
| |
198 | 202 |
| |
199 | 203 |
| |
200 |
| - | |
| 204 | + | |
201 | 205 |
| |
202 | 206 |
| |
203 | 207 |
| |
| |||
234 | 238 |
| |
235 | 239 |
| |
236 | 240 |
| |
| 241 | + | |
| 242 | + | |
237 | 243 |
| |
238 |
| - | |
| 244 | + | |
239 | 245 |
| |
240 | 246 |
| |
241 | 247 |
| |
| |||
260 | 266 |
| |
261 | 267 |
| |
262 | 268 |
| |
263 |
| - | |
| 269 | + | |
264 | 270 |
| |
265 | 271 |
| |
266 | 272 |
| |
267 | 273 |
| |
268 | 274 |
| |
269 |
| - | |
| 275 | + | |
270 | 276 |
| |
271 | 277 |
| |
272 | 278 |
| |
| |||
277 | 283 |
| |
278 | 284 |
| |
279 | 285 |
| |
| 286 | + | |
| 287 | + | |
280 | 288 |
| |
281 |
| - | |
| 289 | + | |
282 | 290 |
| |
283 | 291 |
| |
284 | 292 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 |
| - | |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| |||
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
| 102 | + | |
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
| |||
157 | 159 |
| |
158 | 160 |
| |
159 | 161 |
| |
| 162 | + | |
160 | 163 |
| |
161 | 164 |
| |
162 | 165 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| |||
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
| 126 | + | |
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
| |||
196 | 198 |
| |
197 | 199 |
| |
198 | 200 |
| |
| 201 | + | |
199 | 202 |
| |
200 | 203 |
| |
201 | 204 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
19 |
| - | |
| 18 | + | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments