File tree Expand file tree Collapse file tree 4 files changed +86
-38
lines changed
Microsoft.AspNet.WebApi.Versioning
Microsoft.AspNetCore.Mvc.Versioning Expand file tree Collapse file tree 4 files changed +86
-38
lines changed Original file line number Diff line number Diff line change 130
130
<value >Multiple actions were found that match the request: {0}</value >
131
131
</data >
132
132
<data name =" ApiControllerActionSelector_HttpMethodNotSupported" xml : space =" preserve" >
133
- <value >The requested resource does not support http method '{0}'.</value >
133
+ <value >The requested resource does not support HTTP method '{0}'.</value >
134
134
</data >
135
135
<data name =" ApiVersionBadGroupVersion" xml : space =" preserve" >
136
136
<value >The specified API group version '{0}' is invalid.</value >
171
171
<data name =" ResourceNotFound" xml : space =" preserve" >
172
172
<value >No HTTP resource was found that matches the request URI '{0}'.</value >
173
173
</data >
174
+ <data name =" VersionedActionNameNotFound" xml : space =" preserve" >
175
+ <value >No route providing a controller name with API version '{2}' was found to match HTTP method '{1}' and request URI '{0}'.</value >
176
+ </data >
174
177
<data name =" VersionedControllerNameNotFound" xml : space =" preserve" >
175
178
<value >No route providing a controller name with API version '{1}' was found to match request URI '{0}'.</value >
176
179
</data >
180
+ <data name =" VersionedMethodNotSupported" xml : space =" preserve" >
181
+ <value >The requested resource with API version '{0}' does not support HTTP method '{1}'.</value >
182
+ </data >
177
183
<data name =" VersionedResourceNotSupported" xml : space =" preserve" >
178
184
<value >The HTTP resource that matches the request URI '{0}' does not support the API version '{1}'.</value >
179
185
</data >
186
+ <data name =" ZeroApiVersionReaders" xml : space =" preserve" >
187
+ <value >At least one IApiVersionReader must be specified.</value >
188
+ </data >
180
189
</root >
You can’t perform that action at this time.
0 commit comments