Localization 248 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. commit a5ffd9b7e674a704e6fec1ae007a9ff4e9424310
  2. Author: Ryan Brandenburg <[email protected]>
  3. Date: Wed Mar 14 15:34:30 2018 -0700
  4. Set 2.0 baselines
  5. diff --git a/build/dependencies.props b/build/dependencies.props
  6. index b98ef098ac6..46ad5b6c9ba 100644
  7. --- a/build/dependencies.props
  8. +++ b/build/dependencies.props
  9. @@ -3,7 +3,7 @@
  10. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  11. </PropertyGroup>
  12. <PropertyGroup Label="Package Versions">
  13. - <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15742</InternalAspNetCoreSdkPackageVersion>
  14. + <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15744</InternalAspNetCoreSdkPackageVersion>
  15. <MicrosoftAspNetCoreHttpExtensionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHttpExtensionsPackageVersion>
  16. <MicrosoftAspNetCoreRoutingAbstractionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreRoutingAbstractionsPackageVersion>
  17. <MicrosoftAspNetCoreRoutingPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreRoutingPackageVersion>
  18. diff --git a/korebuild-lock.txt b/korebuild-lock.txt
  19. index e40ef6651b0..f531e7b0f73 100644
  20. --- a/korebuild-lock.txt
  21. +++ b/korebuild-lock.txt
  22. @@ -1,2 +1,2 @@
  23. -version:2.1.0-preview2-15742
  24. -commithash:21fbb0f2c3fe4a9216e2d59632b98cfd7d685962
  25. +version:2.1.0-preview2-15744
  26. +commithash:9e15cb6062ab5b9790d3fa699e018543a6950713
  27. diff --git a/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json b/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json
  28. index 2338cfd2442..96b71c8cf9f 100644
  29. --- a/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json
  30. +++ b/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json
  31. @@ -1,5 +1,5 @@
  32. {
  33. - "AssemblyIdentity": "Microsoft.AspNetCore.Localization.Routing, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  34. + "AssemblyIdentity": "Microsoft.AspNetCore.Localization.Routing, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  35. "Types": [
  36. {
  37. "Name": "Microsoft.AspNetCore.Localization.Routing.RouteDataRequestCultureProvider",
  38. diff --git a/src/Microsoft.AspNetCore.Localization/baseline.netcore.json b/src/Microsoft.AspNetCore.Localization/baseline.netcore.json
  39. index 2f58fa11106..6339ea0cc2d 100644
  40. --- a/src/Microsoft.AspNetCore.Localization/baseline.netcore.json
  41. +++ b/src/Microsoft.AspNetCore.Localization/baseline.netcore.json
  42. @@ -1,5 +1,5 @@
  43. {
  44. - "AssemblyIdentity": "Microsoft.AspNetCore.Localization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  45. + "AssemblyIdentity": "Microsoft.AspNetCore.Localization, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  46. "Types": [
  47. {
  48. "Name": "Microsoft.AspNetCore.Builder.ApplicationBuilderExtensions",
  49. @@ -429,7 +429,7 @@
  50. "Kind": "Method",
  51. "Name": "get_Cultures",
  52. "Parameters": [],
  53. - "ReturnType": "System.Collections.Generic.IList<System.String>",
  54. + "ReturnType": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>",
  55. "Visibility": "Public",
  56. "GenericParameter": []
  57. },
  58. @@ -437,7 +437,7 @@
  59. "Kind": "Method",
  60. "Name": "get_UICultures",
  61. "Parameters": [],
  62. - "ReturnType": "System.Collections.Generic.IList<System.String>",
  63. + "ReturnType": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>",
  64. "Visibility": "Public",
  65. "GenericParameter": []
  66. },
  67. @@ -447,7 +447,7 @@
  68. "Parameters": [
  69. {
  70. "Name": "culture",
  71. - "Type": "System.String"
  72. + "Type": "Microsoft.Extensions.Primitives.StringSegment"
  73. }
  74. ],
  75. "Visibility": "Public",
  76. @@ -459,11 +459,11 @@
  77. "Parameters": [
  78. {
  79. "Name": "culture",
  80. - "Type": "System.String"
  81. + "Type": "Microsoft.Extensions.Primitives.StringSegment"
  82. },
  83. {
  84. "Name": "uiCulture",
  85. - "Type": "System.String"
  86. + "Type": "Microsoft.Extensions.Primitives.StringSegment"
  87. }
  88. ],
  89. "Visibility": "Public",
  90. @@ -475,7 +475,7 @@
  91. "Parameters": [
  92. {
  93. "Name": "cultures",
  94. - "Type": "System.Collections.Generic.IList<System.String>"
  95. + "Type": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>"
  96. }
  97. ],
  98. "Visibility": "Public",
  99. @@ -487,11 +487,11 @@
  100. "Parameters": [
  101. {
  102. "Name": "cultures",
  103. - "Type": "System.Collections.Generic.IList<System.String>"
  104. + "Type": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>"
  105. },
  106. {
  107. "Name": "uiCultures",
  108. - "Type": "System.Collections.Generic.IList<System.String>"
  109. + "Type": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>"
  110. }
  111. ],
  112. "Visibility": "Public",
  113. @@ -757,6 +757,16 @@
  114. "Parameters": [],
  115. "Visibility": "Protected",
  116. "GenericParameter": []
  117. + },
  118. + {
  119. + "Kind": "Field",
  120. + "Name": "NullProviderCultureResult",
  121. + "Parameters": [],
  122. + "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>",
  123. + "Static": true,
  124. + "ReadOnly": true,
  125. + "Visibility": "Protected",
  126. + "GenericParameter": []
  127. }
  128. ],
  129. "GenericParameters": []
  130. diff --git a/src/Microsoft.AspNetCore.Localization/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Localization/breakingchanges.netcore.json
  131. deleted file mode 100644
  132. index 5568b582c61..00000000000
  133. --- a/src/Microsoft.AspNetCore.Localization/breakingchanges.netcore.json
  134. +++ /dev/null
  135. @@ -1,32 +0,0 @@
  136. -[
  137. - {
  138. - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
  139. - "MemberId": "public .ctor(System.Collections.Generic.IList<System.String> cultures)",
  140. - "Kind": "Removal"
  141. - },
  142. - {
  143. - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
  144. - "MemberId": "public .ctor(System.Collections.Generic.IList<System.String> cultures, System.Collections.Generic.IList<System.String> uiCultures)",
  145. - "Kind": "Removal"
  146. - },
  147. - {
  148. - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
  149. - "MemberId": "public .ctor(System.String culture)",
  150. - "Kind": "Removal"
  151. - },
  152. - {
  153. - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
  154. - "MemberId": "public .ctor(System.String culture, System.String uiCulture)",
  155. - "Kind": "Removal"
  156. - },
  157. - {
  158. - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
  159. - "MemberId": "public System.Collections.Generic.IList<System.String> get_Cultures()",
  160. - "Kind": "Removal"
  161. - },
  162. - {
  163. - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
  164. - "MemberId": "public System.Collections.Generic.IList<System.String> get_UICultures()",
  165. - "Kind": "Removal"
  166. - }
  167. -]
  168. \ No newline at end of file
  169. diff --git a/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json b/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json
  170. index 0479720dbd8..2ddb41c805d 100644
  171. --- a/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json
  172. +++ b/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json
  173. @@ -1,5 +1,5 @@
  174. {
  175. - "AssemblyIdentity": "Microsoft.Extensions.Localization.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  176. + "AssemblyIdentity": "Microsoft.Extensions.Localization.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  177. "Types": [
  178. {
  179. "Name": "Microsoft.Extensions.Localization.IStringLocalizer",
  180. @@ -163,6 +163,14 @@
  181. "Visibility": "Public",
  182. "GenericParameter": []
  183. },
  184. + {
  185. + "Kind": "Method",
  186. + "Name": "get_SearchedLocation",
  187. + "Parameters": [],
  188. + "ReturnType": "System.String",
  189. + "Visibility": "Public",
  190. + "GenericParameter": []
  191. + },
  192. {
  193. "Kind": "Method",
  194. "Name": "ToString",
  195. @@ -208,6 +216,30 @@
  196. ],
  197. "Visibility": "Public",
  198. "GenericParameter": []
  199. + },
  200. + {
  201. + "Kind": "Constructor",
  202. + "Name": ".ctor",
  203. + "Parameters": [
  204. + {
  205. + "Name": "name",
  206. + "Type": "System.String"
  207. + },
  208. + {
  209. + "Name": "value",
  210. + "Type": "System.String"
  211. + },
  212. + {
  213. + "Name": "resourceNotFound",
  214. + "Type": "System.Boolean"
  215. + },
  216. + {
  217. + "Name": "searchedLocation",
  218. + "Type": "System.String"
  219. + }
  220. + ],
  221. + "Visibility": "Public",
  222. + "GenericParameter": []
  223. }
  224. ],
  225. "GenericParameters": []
  226. diff --git a/src/Microsoft.Extensions.Localization/baseline.netcore.json b/src/Microsoft.Extensions.Localization/baseline.netcore.json
  227. index 9714e0de1df..f7f2afc6757 100644
  228. --- a/src/Microsoft.Extensions.Localization/baseline.netcore.json
  229. +++ b/src/Microsoft.Extensions.Localization/baseline.netcore.json
  230. @@ -1,5 +1,5 @@
  231. {
  232. - "AssemblyIdentity": "Microsoft.Extensions.Localization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  233. + "AssemblyIdentity": "Microsoft.Extensions.Localization, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  234. "Types": [
  235. {
  236. "Name": "Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions",
  237. @@ -110,6 +110,36 @@
  238. ],
  239. "GenericParameters": []
  240. },
  241. + {
  242. + "Name": "Microsoft.Extensions.Localization.ResourceLocationAttribute",
  243. + "Visibility": "Public",
  244. + "Kind": "Class",
  245. + "BaseType": "System.Attribute",
  246. + "ImplementedInterfaces": [],
  247. + "Members": [
  248. + {
  249. + "Kind": "Method",
  250. + "Name": "get_ResourceLocation",
  251. + "Parameters": [],
  252. + "ReturnType": "System.String",
  253. + "Visibility": "Public",
  254. + "GenericParameter": []
  255. + },
  256. + {
  257. + "Kind": "Constructor",
  258. + "Name": ".ctor",
  259. + "Parameters": [
  260. + {
  261. + "Name": "resourceLocation",
  262. + "Type": "System.String"
  263. + }
  264. + ],
  265. + "Visibility": "Public",
  266. + "GenericParameter": []
  267. + }
  268. + ],
  269. + "GenericParameters": []
  270. + },
  271. {
  272. "Name": "Microsoft.Extensions.Localization.ResourceManagerStringLocalizer",
  273. "Visibility": "Public",
  274. @@ -237,6 +267,10 @@
  275. {
  276. "Name": "resourceNamesCache",
  277. "Type": "Microsoft.Extensions.Localization.IResourceNamesCache"
  278. + },
  279. + {
  280. + "Name": "logger",
  281. + "Type": "Microsoft.Extensions.Logging.ILogger"
  282. }
  283. ],
  284. "Visibility": "Public",
  285. @@ -261,6 +295,38 @@
  286. {
  287. "Name": "resourceNamesCache",
  288. "Type": "Microsoft.Extensions.Localization.IResourceNamesCache"
  289. + },
  290. + {
  291. + "Name": "logger",
  292. + "Type": "Microsoft.Extensions.Logging.ILogger"
  293. + }
  294. + ],
  295. + "Visibility": "Public",
  296. + "GenericParameter": []
  297. + },
  298. + {
  299. + "Kind": "Constructor",
  300. + "Name": ".ctor",
  301. + "Parameters": [
  302. + {
  303. + "Name": "resourceManager",
  304. + "Type": "System.Resources.ResourceManager"
  305. + },
  306. + {
  307. + "Name": "resourceStringProvider",
  308. + "Type": "Microsoft.Extensions.Localization.Internal.IResourceStringProvider"
  309. + },
  310. + {
  311. + "Name": "baseName",
  312. + "Type": "System.String"
  313. + },
  314. + {
  315. + "Name": "resourceNamesCache",
  316. + "Type": "Microsoft.Extensions.Localization.IResourceNamesCache"
  317. + },
  318. + {
  319. + "Name": "logger",
  320. + "Type": "Microsoft.Extensions.Logging.ILogger"
  321. }
  322. ],
  323. "Visibility": "Public",
  324. @@ -277,6 +343,60 @@
  325. "Microsoft.Extensions.Localization.IStringLocalizerFactory"
  326. ],
  327. "Members": [
  328. + {
  329. + "Kind": "Method",
  330. + "Name": "GetResourcePrefix",
  331. + "Parameters": [
  332. + {
  333. + "Name": "typeInfo",
  334. + "Type": "System.Reflection.TypeInfo"
  335. + }
  336. + ],
  337. + "ReturnType": "System.String",
  338. + "Virtual": true,
  339. + "Visibility": "Protected",
  340. + "GenericParameter": []
  341. + },
  342. + {
  343. + "Kind": "Method",
  344. + "Name": "GetResourcePrefix",
  345. + "Parameters": [
  346. + {
  347. + "Name": "typeInfo",
  348. + "Type": "System.Reflection.TypeInfo"
  349. + },
  350. + {
  351. + "Name": "baseNamespace",
  352. + "Type": "System.String"
  353. + },
  354. + {
  355. + "Name": "resourcesRelativePath",
  356. + "Type": "System.String"
  357. + }
  358. + ],
  359. + "ReturnType": "System.String",
  360. + "Virtual": true,
  361. + "Visibility": "Protected",
  362. + "GenericParameter": []
  363. + },
  364. + {
  365. + "Kind": "Method",
  366. + "Name": "GetResourcePrefix",
  367. + "Parameters": [
  368. + {
  369. + "Name": "baseResourceName",
  370. + "Type": "System.String"
  371. + },
  372. + {
  373. + "Name": "baseNamespace",
  374. + "Type": "System.String"
  375. + }
  376. + ],
  377. + "ReturnType": "System.String",
  378. + "Virtual": true,
  379. + "Visibility": "Protected",
  380. + "GenericParameter": []
  381. + },
  382. {
  383. "Kind": "Method",
  384. "Name": "Create",
  385. @@ -314,16 +434,70 @@
  386. "GenericParameter": []
  387. },
  388. {
  389. - "Kind": "Constructor",
  390. - "Name": ".ctor",
  391. + "Kind": "Method",
  392. + "Name": "CreateResourceManagerStringLocalizer",
  393. "Parameters": [
  394. {
  395. - "Name": "hostingEnvironment",
  396. - "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
  397. + "Name": "assembly",
  398. + "Type": "System.Reflection.Assembly"
  399. },
  400. + {
  401. + "Name": "baseName",
  402. + "Type": "System.String"
  403. + }
  404. + ],
  405. + "ReturnType": "Microsoft.Extensions.Localization.ResourceManagerStringLocalizer",
  406. + "Virtual": true,
  407. + "Visibility": "Protected",
  408. + "GenericParameter": []
  409. + },
  410. + {
  411. + "Kind": "Method",
  412. + "Name": "GetResourcePrefix",
  413. + "Parameters": [
  414. + {
  415. + "Name": "location",
  416. + "Type": "System.String"
  417. + },
  418. + {
  419. + "Name": "baseName",
  420. + "Type": "System.String"
  421. + },
  422. + {
  423. + "Name": "resourceLocation",
  424. + "Type": "System.String"
  425. + }
  426. + ],
  427. + "ReturnType": "System.String",
  428. + "Virtual": true,
  429. + "Visibility": "Protected",
  430. + "GenericParameter": []
  431. + },
  432. + {
  433. + "Kind": "Method",
  434. + "Name": "GetResourceLocationAttribute",
  435. + "Parameters": [
  436. + {
  437. + "Name": "assembly",
  438. + "Type": "System.Reflection.Assembly"
  439. + }
  440. + ],
  441. + "ReturnType": "Microsoft.Extensions.Localization.ResourceLocationAttribute",
  442. + "Virtual": true,
  443. + "Visibility": "Protected",
  444. + "GenericParameter": []
  445. + },
  446. + {
  447. + "Kind": "Constructor",
  448. + "Name": ".ctor",
  449. + "Parameters": [
  450. {
  451. "Name": "localizationOptions",
  452. "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Localization.LocalizationOptions>"
  453. + },
  454. + {
  455. + "Name": "loggerFactory",
  456. + "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
  457. }
  458. ],
  459. "Visibility": "Public",
  460. @@ -415,6 +589,10 @@
  461. {
  462. "Name": "culture",
  463. "Type": "System.Globalization.CultureInfo"
  464. + },
  465. + {
  466. + "Name": "logger",
  467. + "Type": "Microsoft.Extensions.Logging.ILogger"
  468. }
  469. ],
  470. "Visibility": "Public",
  471. @@ -460,58 +638,6 @@
  472. }
  473. ],
  474. "GenericParameters": []
  475. - },
  476. - {
  477. - "Name": "Microsoft.Extensions.Localization.Internal.AssemblyWrapper",
  478. - "Visibility": "Public",
  479. - "Kind": "Class",
  480. - "ImplementedInterfaces": [],
  481. - "Members": [
  482. - {
  483. - "Kind": "Method",
  484. - "Name": "get_Assembly",
  485. - "Parameters": [],
  486. - "ReturnType": "System.Reflection.Assembly",
  487. - "Visibility": "Public",
  488. - "GenericParameter": []
  489. - },
  490. - {
  491. - "Kind": "Method",
  492. - "Name": "get_FullName",
  493. - "Parameters": [],
  494. - "ReturnType": "System.String",
  495. - "Virtual": true,
  496. - "Visibility": "Public",
  497. - "GenericParameter": []
  498. - },
  499. - {
  500. - "Kind": "Method",
  501. - "Name": "GetManifestResourceStream",
  502. - "Parameters": [
  503. - {
  504. - "Name": "name",
  505. - "Type": "System.String"
  506. - }
  507. - ],
  508. - "ReturnType": "System.IO.Stream",
  509. - "Virtual": true,
  510. - "Visibility": "Public",
  511. - "GenericParameter": []
  512. - },
  513. - {
  514. - "Kind": "Constructor",
  515. - "Name": ".ctor",
  516. - "Parameters": [
  517. - {
  518. - "Name": "assembly",
  519. - "Type": "System.Reflection.Assembly"
  520. - }
  521. - ],
  522. - "Visibility": "Public",
  523. - "GenericParameter": []
  524. - }
  525. - ],
  526. - "GenericParameters": []
  527. }
  528. ]
  529. }
  530. \ No newline at end of file
  531. diff --git a/src/Microsoft.Extensions.Localization/breakingchanges.netcore.json b/src/Microsoft.Extensions.Localization/breakingchanges.netcore.json
  532. deleted file mode 100644
  533. index 5098d4cee47..00000000000
  534. --- a/src/Microsoft.Extensions.Localization/breakingchanges.netcore.json
  535. +++ /dev/null
  536. @@ -1,22 +0,0 @@
  537. -[
  538. - {
  539. - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory : Microsoft.Extensions.Localization.IStringLocalizerFactory",
  540. - "MemberId": "public .ctor(Microsoft.AspNetCore.Hosting.IHostingEnvironment hostingEnvironment, Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Localization.LocalizationOptions> localizationOptions)",
  541. - "Kind": "Removal"
  542. - },
  543. - {
  544. - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerStringLocalizer : Microsoft.Extensions.Localization.IStringLocalizer",
  545. - "MemberId": "public .ctor(System.Resources.ResourceManager resourceManager, Microsoft.Extensions.Localization.Internal.AssemblyWrapper resourceAssemblyWrapper, System.String baseName, Microsoft.Extensions.Localization.IResourceNamesCache resourceNamesCache)",
  546. - "Kind": "Removal"
  547. - },
  548. - {
  549. - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerStringLocalizer : Microsoft.Extensions.Localization.IStringLocalizer",
  550. - "MemberId": "public .ctor(System.Resources.ResourceManager resourceManager, System.Reflection.Assembly resourceAssembly, System.String baseName, Microsoft.Extensions.Localization.IResourceNamesCache resourceNamesCache)",
  551. - "Kind": "Removal"
  552. - },
  553. - {
  554. - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerWithCultureStringLocalizer : Microsoft.Extensions.Localization.ResourceManagerStringLocalizer",
  555. - "MemberId": "public .ctor(System.Resources.ResourceManager resourceManager, System.Reflection.Assembly resourceAssembly, System.String baseName, Microsoft.Extensions.Localization.IResourceNamesCache resourceNamesCache, System.Globalization.CultureInfo culture)",
  556. - "Kind": "Removal"
  557. - }
  558. -]
  559. \ No newline at end of file