Commit 3f3eeef
committed
Update existing extension methods to use the extension member syntax. Where applicable, update extension methods to extension properties.
1 parent 582b79f commit 3f3eeef
File tree
260 files changed
+4712
-4743
lines changed- examples
- AspNetCore
- OData
- ODataAdvancedExample/Controllers
- ODataBasicExample
- ODataConventionsExample
- Controllers
- ODataOpenApiExample
- Configuration
- SomeODataOpenApiExample
- WebApi/OpenApiExample
- V3/Controllers
- AspNet
- OData
- AdvancedODataWebApiExample/Controllers
- BasicODataWebApiExample/Controllers
- ConventionsODataWebApiExample
- OpenApiODataWebApiExample
- V1
- V2
- V3
- SomeOpenApiODataWebApiExample
- WebApi
- BasicWebApiExample
- Controllers
- ByNamespaceWebApiExample
- ConventionsWebApiExample/Controllers
- OpenApiWebApiExample
- src
- Abstractions
- src/Asp.Versioning.Abstractions
- Conventions
- netstandard2.0
- test/Asp.Versioning.Abstractions.Tests
- AspNetCore
- Acceptance/Asp.Versioning.Mvc.Acceptance.Tests
- Mvc
- UsingAttributes/Controllers
- UsingConventions/Controllers
- UsingMediaType/Controllers
- UsingNamespace/given a versioned Controller per namespace
- OData/Basic/given a versioned ODataController
- OData
- src
- Asp.Versioning.OData.ApiExplorer
- ApiExplorer
- Conventions
- DependencyInjection
- Asp.Versioning.OData
- Builder
- DependencyInjection
- OData
- Batch
- Routing
- test
- Asp.Versioning.OData.ApiExplorer.Tests/Conventions
- Asp.Versioning.OData.Tests/OData
- WebApi
- src
- Asp.Versioning.Http
- ApiExplorer
- Builder
- DependencyInjection
- Http
- Routing
- Asp.Versioning.Mvc.ApiExplorer
- DependencyInjection
- Asp.Versioning.Mvc
- Abstractions
- ApiExplorer
- ApplicationModels
- Conventions
- DependencyInjection
- Routing
- Asp.Versioning.OpenApi
- Transformers
- test
- Asp.Versioning.Http.Tests/Http
- Asp.Versioning.Mvc.ApiExplorer.Tests
- Asp.Versioning.Mvc.Tests
- AspNet
- Acceptance/Asp.Versioning.WebApi.Acceptance.Tests
- Http
- Basic/Controllers
- UsingConventions/Controllers
- UsingMediaType/Controllers
- UsingNamespace/Controllers
- V1
- V2
- V3
- OData/Advanced/Controllers
- OData
- src
- Asp.Versioning.WebApi.OData.ApiExplorer
- ApiExplorer
- Conventions
- Routing
- System.Web.Http
- Description
- net45
- Asp.Versioning.WebApi.OData
- Microsoft.OData
- OData
- Routing
- System.Net.Http
- System.Web.Http
- test
- Asp.Versioning.WebApi.OData.ApiExplorer.Tests/System.Web.Http/Description
- Asp.Versioning.WebApi.OData.Tests
- Controllers
- OData
- WebApi
- src
- Asp.Versioning.WebApi.ApiExplorer
- ApiExplorer
- Description
- System.Web.Http
- Controllers
- Description
- Asp.Versioning.WebApi
- Controllers
- Conventions
- Dispatcher
- Routing
- System.Net.Http
- System.Web.Http
- test
- Asp.Versioning.WebApi.ApiExplorer.Tests
- ApiExplorer
- Description
- System.Web.Http.Description
- Asp.Versioning.WebApi.Tests
- Controllers
- Conventions
- Dispatcher
- Simulators
- System.Net.Http
- System.Web.Http
- Client
- src/Asp.Versioning.Http.Client
- System.Net.Http
- net#.0/DependencyInjection
- test/Asp.Versioning.Http.Client.Tests/System.Net.Http
- Common
- src
- Common.Backport
- Common.Mvc
- Conventions
- Common.OData.ApiExplorer
- Conventions
- Microsoft.OData.Edm
- OData
- Common.OData
- Microsoft.OData.Edm
- Common.TypeInfo
- Common
- test
- Common.Acceptance.Tests
- Common.Mvc.Tests/Conventions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
260 files changed
+4712
-4743
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
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 | | |
| |||
Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments