|
1 | 1 | {
|
2 |
| - "AssemblyIdentity": "Microsoft.AspNetCore.Localization, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", |
| 2 | + "AssemblyIdentity": "Microsoft.AspNetCore.Localization, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", |
3 | 3 | "Types": [
|
4 | 4 | {
|
5 | 5 | "Name": "Microsoft.AspNetCore.Builder.ApplicationBuilderExtensions",
|
|
43 | 43 | "Extension": true,
|
44 | 44 | "Visibility": "Public",
|
45 | 45 | "GenericParameter": []
|
| 46 | + }, |
| 47 | + { |
| 48 | + "Kind": "Method", |
| 49 | + "Name": "UseRequestLocalization", |
| 50 | + "Parameters": [ |
| 51 | + { |
| 52 | + "Name": "app", |
| 53 | + "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder" |
| 54 | + }, |
| 55 | + { |
| 56 | + "Name": "optionsAction", |
| 57 | + "Type": "System.Action<Microsoft.AspNetCore.Builder.RequestLocalizationOptions>" |
| 58 | + } |
| 59 | + ], |
| 60 | + "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder", |
| 61 | + "Static": true, |
| 62 | + "Extension": true, |
| 63 | + "Visibility": "Public", |
| 64 | + "GenericParameter": [] |
| 65 | + }, |
| 66 | + { |
| 67 | + "Kind": "Method", |
| 68 | + "Name": "UseRequestLocalization", |
| 69 | + "Parameters": [ |
| 70 | + { |
| 71 | + "Name": "app", |
| 72 | + "Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder" |
| 73 | + }, |
| 74 | + { |
| 75 | + "Name": "cultures", |
| 76 | + "Type": "System.String[]", |
| 77 | + "IsParams": true |
| 78 | + } |
| 79 | + ], |
| 80 | + "ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder", |
| 81 | + "Static": true, |
| 82 | + "Extension": true, |
| 83 | + "Visibility": "Public", |
| 84 | + "GenericParameter": [] |
46 | 85 | }
|
47 | 86 | ],
|
48 | 87 | "GenericParameters": []
|
|
179 | 218 | "Visibility": "Public",
|
180 | 219 | "GenericParameter": []
|
181 | 220 | },
|
| 221 | + { |
| 222 | + "Kind": "Method", |
| 223 | + "Name": "AddSupportedCultures", |
| 224 | + "Parameters": [ |
| 225 | + { |
| 226 | + "Name": "cultures", |
| 227 | + "Type": "System.String[]", |
| 228 | + "IsParams": true |
| 229 | + } |
| 230 | + ], |
| 231 | + "ReturnType": "Microsoft.AspNetCore.Builder.RequestLocalizationOptions", |
| 232 | + "Visibility": "Public", |
| 233 | + "GenericParameter": [] |
| 234 | + }, |
| 235 | + { |
| 236 | + "Kind": "Method", |
| 237 | + "Name": "AddSupportedUICultures", |
| 238 | + "Parameters": [ |
| 239 | + { |
| 240 | + "Name": "uiCultures", |
| 241 | + "Type": "System.String[]", |
| 242 | + "IsParams": true |
| 243 | + } |
| 244 | + ], |
| 245 | + "ReturnType": "Microsoft.AspNetCore.Builder.RequestLocalizationOptions", |
| 246 | + "Visibility": "Public", |
| 247 | + "GenericParameter": [] |
| 248 | + }, |
| 249 | + { |
| 250 | + "Kind": "Method", |
| 251 | + "Name": "SetDefaultCulture", |
| 252 | + "Parameters": [ |
| 253 | + { |
| 254 | + "Name": "defaultCulture", |
| 255 | + "Type": "System.String" |
| 256 | + } |
| 257 | + ], |
| 258 | + "ReturnType": "Microsoft.AspNetCore.Builder.RequestLocalizationOptions", |
| 259 | + "Visibility": "Public", |
| 260 | + "GenericParameter": [] |
| 261 | + }, |
182 | 262 | {
|
183 | 263 | "Kind": "Constructor",
|
184 | 264 | "Name": ".ctor",
|
|
196 | 276 | "BaseType": "Microsoft.AspNetCore.Localization.RequestCultureProvider",
|
197 | 277 | "ImplementedInterfaces": [],
|
198 | 278 | "Members": [
|
| 279 | + { |
| 280 | + "Kind": "Method", |
| 281 | + "Name": "DetermineProviderCultureResult", |
| 282 | + "Parameters": [ |
| 283 | + { |
| 284 | + "Name": "httpContext", |
| 285 | + "Type": "Microsoft.AspNetCore.Http.HttpContext" |
| 286 | + } |
| 287 | + ], |
| 288 | + "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
| 289 | + "Virtual": true, |
| 290 | + "Override": true, |
| 291 | + "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
| 292 | + "Visibility": "Public", |
| 293 | + "GenericParameter": [] |
| 294 | + }, |
199 | 295 | {
|
200 | 296 | "Kind": "Method",
|
201 | 297 | "Name": "get_MaximumAcceptLanguageHeaderValuesToTry",
|
|
217 | 313 | "Visibility": "Public",
|
218 | 314 | "GenericParameter": []
|
219 | 315 | },
|
220 |
| - { |
221 |
| - "Kind": "Method", |
222 |
| - "Name": "DetermineProviderCultureResult", |
223 |
| - "Parameters": [ |
224 |
| - { |
225 |
| - "Name": "httpContext", |
226 |
| - "Type": "Microsoft.AspNetCore.Http.HttpContext" |
227 |
| - } |
228 |
| - ], |
229 |
| - "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
230 |
| - "Virtual": true, |
231 |
| - "Override": true, |
232 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
233 |
| - "Visibility": "Public", |
234 |
| - "GenericParameter": [] |
235 |
| - }, |
236 | 316 | {
|
237 | 317 | "Kind": "Constructor",
|
238 | 318 | "Name": ".ctor",
|
|
250 | 330 | "BaseType": "Microsoft.AspNetCore.Localization.RequestCultureProvider",
|
251 | 331 | "ImplementedInterfaces": [],
|
252 | 332 | "Members": [
|
| 333 | + { |
| 334 | + "Kind": "Method", |
| 335 | + "Name": "DetermineProviderCultureResult", |
| 336 | + "Parameters": [ |
| 337 | + { |
| 338 | + "Name": "httpContext", |
| 339 | + "Type": "Microsoft.AspNetCore.Http.HttpContext" |
| 340 | + } |
| 341 | + ], |
| 342 | + "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
| 343 | + "Virtual": true, |
| 344 | + "Override": true, |
| 345 | + "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
| 346 | + "Visibility": "Public", |
| 347 | + "GenericParameter": [] |
| 348 | + }, |
253 | 349 | {
|
254 | 350 | "Kind": "Method",
|
255 | 351 | "Name": "get_CookieName",
|
|
271 | 367 | "Visibility": "Public",
|
272 | 368 | "GenericParameter": []
|
273 | 369 | },
|
274 |
| - { |
275 |
| - "Kind": "Method", |
276 |
| - "Name": "DetermineProviderCultureResult", |
277 |
| - "Parameters": [ |
278 |
| - { |
279 |
| - "Name": "httpContext", |
280 |
| - "Type": "Microsoft.AspNetCore.Http.HttpContext" |
281 |
| - } |
282 |
| - ], |
283 |
| - "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
284 |
| - "Virtual": true, |
285 |
| - "Override": true, |
286 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
287 |
| - "Visibility": "Public", |
288 |
| - "GenericParameter": [] |
289 |
| - }, |
290 | 370 | {
|
291 | 371 | "Kind": "Method",
|
292 | 372 | "Name": "MakeCookieValue",
|
|
507 | 587 | "BaseType": "Microsoft.AspNetCore.Localization.RequestCultureProvider",
|
508 | 588 | "ImplementedInterfaces": [],
|
509 | 589 | "Members": [
|
| 590 | + { |
| 591 | + "Kind": "Method", |
| 592 | + "Name": "DetermineProviderCultureResult", |
| 593 | + "Parameters": [ |
| 594 | + { |
| 595 | + "Name": "httpContext", |
| 596 | + "Type": "Microsoft.AspNetCore.Http.HttpContext" |
| 597 | + } |
| 598 | + ], |
| 599 | + "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
| 600 | + "Virtual": true, |
| 601 | + "Override": true, |
| 602 | + "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
| 603 | + "Visibility": "Public", |
| 604 | + "GenericParameter": [] |
| 605 | + }, |
510 | 606 | {
|
511 | 607 | "Kind": "Method",
|
512 | 608 | "Name": "get_QueryStringKey",
|
|
549 | 645 | "Visibility": "Public",
|
550 | 646 | "GenericParameter": []
|
551 | 647 | },
|
552 |
| - { |
553 |
| - "Kind": "Method", |
554 |
| - "Name": "DetermineProviderCultureResult", |
555 |
| - "Parameters": [ |
556 |
| - { |
557 |
| - "Name": "httpContext", |
558 |
| - "Type": "Microsoft.AspNetCore.Http.HttpContext" |
559 |
| - } |
560 |
| - ], |
561 |
| - "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
562 |
| - "Virtual": true, |
563 |
| - "Override": true, |
564 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
565 |
| - "Visibility": "Public", |
566 |
| - "GenericParameter": [] |
567 |
| - }, |
568 | 648 | {
|
569 | 649 | "Kind": "Constructor",
|
570 | 650 | "Name": ".ctor",
|
|
714 | 794 | "Microsoft.AspNetCore.Localization.IRequestCultureProvider"
|
715 | 795 | ],
|
716 | 796 | "Members": [
|
| 797 | + { |
| 798 | + "Kind": "Method", |
| 799 | + "Name": "DetermineProviderCultureResult", |
| 800 | + "Parameters": [ |
| 801 | + { |
| 802 | + "Name": "httpContext", |
| 803 | + "Type": "Microsoft.AspNetCore.Http.HttpContext" |
| 804 | + } |
| 805 | + ], |
| 806 | + "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
| 807 | + "Virtual": true, |
| 808 | + "Abstract": true, |
| 809 | + "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
| 810 | + "Visibility": "Public", |
| 811 | + "GenericParameter": [] |
| 812 | + }, |
717 | 813 | {
|
718 | 814 | "Kind": "Method",
|
719 | 815 | "Name": "get_Options",
|
|
735 | 831 | "Visibility": "Public",
|
736 | 832 | "GenericParameter": []
|
737 | 833 | },
|
738 |
| - { |
739 |
| - "Kind": "Method", |
740 |
| - "Name": "DetermineProviderCultureResult", |
741 |
| - "Parameters": [ |
742 |
| - { |
743 |
| - "Name": "httpContext", |
744 |
| - "Type": "Microsoft.AspNetCore.Http.HttpContext" |
745 |
| - } |
746 |
| - ], |
747 |
| - "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>", |
748 |
| - "Virtual": true, |
749 |
| - "Abstract": true, |
750 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Localization.IRequestCultureProvider", |
751 |
| - "Visibility": "Public", |
752 |
| - "GenericParameter": [] |
753 |
| - }, |
754 | 834 | {
|
755 | 835 | "Kind": "Constructor",
|
756 | 836 | "Name": ".ctor",
|
|
0 commit comments