Routing 248 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. commit dc07aba9355c137361dfa3f8a50df61949cd3eaf
  2. Author: Ryan Brandenburg <[email protected]>
  3. Date: Wed Mar 14 15:35:13 2018 -0700
  4. Set 2.0 baselines
  5. diff --git a/build/dependencies.props b/build/dependencies.props
  6. index b346b58e55f..020d44eccbc 100644
  7. --- a/build/dependencies.props
  8. +++ b/build/dependencies.props
  9. @@ -4,7 +4,7 @@
  10. </PropertyGroup>
  11. <PropertyGroup Label="Package Versions">
  12. <BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion>
  13. - <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15742</InternalAspNetCoreSdkPackageVersion>
  14. + <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15744</InternalAspNetCoreSdkPackageVersion>
  15. <MicrosoftAspNetCoreHostingAbstractionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHostingAbstractionsPackageVersion>
  16. <MicrosoftAspNetCoreHostingPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHostingPackageVersion>
  17. <MicrosoftAspNetCoreHttpAbstractionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHttpAbstractionsPackageVersion>
  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.Routing.Abstractions/baseline.netcore.json b/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json
  28. index 64e892b7ea4..146393eba93 100644
  29. --- a/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json
  30. +++ b/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json
  31. @@ -1,5 +1,5 @@
  32. {
  33. - "AssemblyIdentity": "Microsoft.AspNetCore.Routing.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  34. + "AssemblyIdentity": "Microsoft.AspNetCore.Routing.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  35. "Types": [
  36. {
  37. "Name": "Microsoft.AspNetCore.Routing.IRouteConstraint",
  38. diff --git a/src/Microsoft.AspNetCore.Routing/baseline.netcore.json b/src/Microsoft.AspNetCore.Routing/baseline.netcore.json
  39. index e49eb9f396f..9a486ec55ba 100644
  40. --- a/src/Microsoft.AspNetCore.Routing/baseline.netcore.json
  41. +++ b/src/Microsoft.AspNetCore.Routing/baseline.netcore.json
  42. @@ -1,5 +1,5 @@
  43. {
  44. - "AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  45. + "AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
  46. "Types": [
  47. {
  48. "Name": "Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions",
  49. @@ -3287,383 +3287,6 @@
  50. ],
  51. "GenericParameters": []
  52. },
  53. - {
  54. - "Name": "Microsoft.AspNetCore.Routing.Internal.BufferValue",
  55. - "Visibility": "Public",
  56. - "Kind": "Struct",
  57. - "Sealed": true,
  58. - "ImplementedInterfaces": [],
  59. - "Members": [
  60. - {
  61. - "Kind": "Method",
  62. - "Name": "get_RequiresEncoding",
  63. - "Parameters": [],
  64. - "ReturnType": "System.Boolean",
  65. - "Visibility": "Public",
  66. - "GenericParameter": []
  67. - },
  68. - {
  69. - "Kind": "Method",
  70. - "Name": "get_Value",
  71. - "Parameters": [],
  72. - "ReturnType": "System.String",
  73. - "Visibility": "Public",
  74. - "GenericParameter": []
  75. - },
  76. - {
  77. - "Kind": "Constructor",
  78. - "Name": ".ctor",
  79. - "Parameters": [
  80. - {
  81. - "Name": "value",
  82. - "Type": "System.String"
  83. - },
  84. - {
  85. - "Name": "requiresEncoding",
  86. - "Type": "System.Boolean"
  87. - }
  88. - ],
  89. - "Visibility": "Public",
  90. - "GenericParameter": []
  91. - }
  92. - ],
  93. - "GenericParameters": []
  94. - },
  95. - {
  96. - "Name": "Microsoft.AspNetCore.Routing.Internal.LinkGenerationDecisionTree",
  97. - "Visibility": "Public",
  98. - "Kind": "Class",
  99. - "ImplementedInterfaces": [],
  100. - "Members": [
  101. - {
  102. - "Kind": "Method",
  103. - "Name": "GetMatches",
  104. - "Parameters": [
  105. - {
  106. - "Name": "context",
  107. - "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
  108. - }
  109. - ],
  110. - "ReturnType": "System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult>",
  111. - "Visibility": "Public",
  112. - "GenericParameter": []
  113. - },
  114. - {
  115. - "Kind": "Constructor",
  116. - "Name": ".ctor",
  117. - "Parameters": [
  118. - {
  119. - "Name": "entries",
  120. - "Type": "System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Tree.OutboundMatch>"
  121. - }
  122. - ],
  123. - "Visibility": "Public",
  124. - "GenericParameter": []
  125. - }
  126. - ],
  127. - "GenericParameters": []
  128. - },
  129. - {
  130. - "Name": "Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult",
  131. - "Visibility": "Public",
  132. - "Kind": "Struct",
  133. - "Sealed": true,
  134. - "ImplementedInterfaces": [],
  135. - "Members": [
  136. - {
  137. - "Kind": "Method",
  138. - "Name": "get_Match",
  139. - "Parameters": [],
  140. - "ReturnType": "Microsoft.AspNetCore.Routing.Tree.OutboundMatch",
  141. - "Visibility": "Public",
  142. - "GenericParameter": []
  143. - },
  144. - {
  145. - "Kind": "Method",
  146. - "Name": "get_IsFallbackMatch",
  147. - "Parameters": [],
  148. - "ReturnType": "System.Boolean",
  149. - "Visibility": "Public",
  150. - "GenericParameter": []
  151. - },
  152. - {
  153. - "Kind": "Constructor",
  154. - "Name": ".ctor",
  155. - "Parameters": [
  156. - {
  157. - "Name": "match",
  158. - "Type": "Microsoft.AspNetCore.Routing.Tree.OutboundMatch"
  159. - },
  160. - {
  161. - "Name": "isFallbackMatch",
  162. - "Type": "System.Boolean"
  163. - }
  164. - ],
  165. - "Visibility": "Public",
  166. - "GenericParameter": []
  167. - }
  168. - ],
  169. - "GenericParameters": []
  170. - },
  171. - {
  172. - "Name": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer",
  173. - "Visibility": "Public",
  174. - "Kind": "Struct",
  175. - "Sealed": true,
  176. - "ImplementedInterfaces": [
  177. - "System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Primitives.StringSegment>"
  178. - ],
  179. - "Members": [
  180. - {
  181. - "Kind": "Method",
  182. - "Name": "get_Count",
  183. - "Parameters": [],
  184. - "ReturnType": "System.Int32",
  185. - "Sealed": true,
  186. - "Virtual": true,
  187. - "ImplementedInterface": "System.Collections.Generic.IReadOnlyCollection<Microsoft.Extensions.Primitives.StringSegment>",
  188. - "Visibility": "Public",
  189. - "GenericParameter": []
  190. - },
  191. - {
  192. - "Kind": "Method",
  193. - "Name": "get_Item",
  194. - "Parameters": [
  195. - {
  196. - "Name": "index",
  197. - "Type": "System.Int32"
  198. - }
  199. - ],
  200. - "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
  201. - "Sealed": true,
  202. - "Virtual": true,
  203. - "ImplementedInterface": "System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Primitives.StringSegment>",
  204. - "Visibility": "Public",
  205. - "GenericParameter": []
  206. - },
  207. - {
  208. - "Kind": "Method",
  209. - "Name": "GetEnumerator",
  210. - "Parameters": [],
  211. - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer+Enumerator",
  212. - "Visibility": "Public",
  213. - "GenericParameter": []
  214. - },
  215. - {
  216. - "Kind": "Constructor",
  217. - "Name": ".ctor",
  218. - "Parameters": [
  219. - {
  220. - "Name": "path",
  221. - "Type": "Microsoft.AspNetCore.Http.PathString"
  222. - }
  223. - ],
  224. - "Visibility": "Public",
  225. - "GenericParameter": []
  226. - }
  227. - ],
  228. - "GenericParameters": []
  229. - },
  230. - {
  231. - "Name": "Microsoft.AspNetCore.Routing.Internal.RoutingMarkerService",
  232. - "Visibility": "Public",
  233. - "Kind": "Class",
  234. - "ImplementedInterfaces": [],
  235. - "Members": [
  236. - {
  237. - "Kind": "Constructor",
  238. - "Name": ".ctor",
  239. - "Parameters": [],
  240. - "Visibility": "Public",
  241. - "GenericParameter": []
  242. - }
  243. - ],
  244. - "GenericParameters": []
  245. - },
  246. - {
  247. - "Name": "Microsoft.AspNetCore.Routing.Internal.SegmentState",
  248. - "Visibility": "Public",
  249. - "Kind": "Enumeration",
  250. - "Sealed": true,
  251. - "ImplementedInterfaces": [],
  252. - "Members": [
  253. - {
  254. - "Kind": "Field",
  255. - "Name": "Beginning",
  256. - "Parameters": [],
  257. - "GenericParameter": [],
  258. - "Literal": "0"
  259. - },
  260. - {
  261. - "Kind": "Field",
  262. - "Name": "Inside",
  263. - "Parameters": [],
  264. - "GenericParameter": [],
  265. - "Literal": "1"
  266. - }
  267. - ],
  268. - "GenericParameters": []
  269. - },
  270. - {
  271. - "Name": "Microsoft.AspNetCore.Routing.Internal.UriBuilderContextPooledObjectPolicy",
  272. - "Visibility": "Public",
  273. - "Kind": "Class",
  274. - "ImplementedInterfaces": [
  275. - "Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>"
  276. - ],
  277. - "Members": [
  278. - {
  279. - "Kind": "Method",
  280. - "Name": "Create",
  281. - "Parameters": [],
  282. - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.UriBuildingContext",
  283. - "Sealed": true,
  284. - "Virtual": true,
  285. - "ImplementedInterface": "Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>",
  286. - "Visibility": "Public",
  287. - "GenericParameter": []
  288. - },
  289. - {
  290. - "Kind": "Method",
  291. - "Name": "Return",
  292. - "Parameters": [
  293. - {
  294. - "Name": "obj",
  295. - "Type": "Microsoft.AspNetCore.Routing.Internal.UriBuildingContext"
  296. - }
  297. - ],
  298. - "ReturnType": "System.Boolean",
  299. - "Sealed": true,
  300. - "Virtual": true,
  301. - "ImplementedInterface": "Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>",
  302. - "Visibility": "Public",
  303. - "GenericParameter": []
  304. - },
  305. - {
  306. - "Kind": "Constructor",
  307. - "Name": ".ctor",
  308. - "Parameters": [
  309. - {
  310. - "Name": "encoder",
  311. - "Type": "System.Text.Encodings.Web.UrlEncoder"
  312. - }
  313. - ],
  314. - "Visibility": "Public",
  315. - "GenericParameter": []
  316. - }
  317. - ],
  318. - "GenericParameters": []
  319. - },
  320. - {
  321. - "Name": "Microsoft.AspNetCore.Routing.Internal.UriBuildingContext",
  322. - "Visibility": "Public",
  323. - "Kind": "Class",
  324. - "ImplementedInterfaces": [],
  325. - "Members": [
  326. - {
  327. - "Kind": "Method",
  328. - "Name": "get_BufferState",
  329. - "Parameters": [],
  330. - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.SegmentState",
  331. - "Visibility": "Public",
  332. - "GenericParameter": []
  333. - },
  334. - {
  335. - "Kind": "Method",
  336. - "Name": "get_UriState",
  337. - "Parameters": [],
  338. - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.SegmentState",
  339. - "Visibility": "Public",
  340. - "GenericParameter": []
  341. - },
  342. - {
  343. - "Kind": "Method",
  344. - "Name": "get_Writer",
  345. - "Parameters": [],
  346. - "ReturnType": "System.IO.TextWriter",
  347. - "Visibility": "Public",
  348. - "GenericParameter": []
  349. - },
  350. - {
  351. - "Kind": "Method",
  352. - "Name": "Accept",
  353. - "Parameters": [
  354. - {
  355. - "Name": "value",
  356. - "Type": "System.String"
  357. - }
  358. - ],
  359. - "ReturnType": "System.Boolean",
  360. - "Visibility": "Public",
  361. - "GenericParameter": []
  362. - },
  363. - {
  364. - "Kind": "Method",
  365. - "Name": "Remove",
  366. - "Parameters": [
  367. - {
  368. - "Name": "literal",
  369. - "Type": "System.String"
  370. - }
  371. - ],
  372. - "ReturnType": "System.Void",
  373. - "Visibility": "Public",
  374. - "GenericParameter": []
  375. - },
  376. - {
  377. - "Kind": "Method",
  378. - "Name": "Buffer",
  379. - "Parameters": [
  380. - {
  381. - "Name": "value",
  382. - "Type": "System.String"
  383. - }
  384. - ],
  385. - "ReturnType": "System.Boolean",
  386. - "Visibility": "Public",
  387. - "GenericParameter": []
  388. - },
  389. - {
  390. - "Kind": "Method",
  391. - "Name": "EndSegment",
  392. - "Parameters": [],
  393. - "ReturnType": "System.Void",
  394. - "Visibility": "Public",
  395. - "GenericParameter": []
  396. - },
  397. - {
  398. - "Kind": "Method",
  399. - "Name": "Clear",
  400. - "Parameters": [],
  401. - "ReturnType": "System.Void",
  402. - "Visibility": "Public",
  403. - "GenericParameter": []
  404. - },
  405. - {
  406. - "Kind": "Method",
  407. - "Name": "ToString",
  408. - "Parameters": [],
  409. - "ReturnType": "System.String",
  410. - "Virtual": true,
  411. - "Override": true,
  412. - "Visibility": "Public",
  413. - "GenericParameter": []
  414. - },
  415. - {
  416. - "Kind": "Constructor",
  417. - "Name": ".ctor",
  418. - "Parameters": [
  419. - {
  420. - "Name": "urlEncoder",
  421. - "Type": "System.Text.Encodings.Web.UrlEncoder"
  422. - }
  423. - ],
  424. - "Visibility": "Public",
  425. - "GenericParameter": []
  426. - }
  427. - ],
  428. - "GenericParameters": []
  429. - },
  430. {
  431. "Name": "Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint",
  432. "Visibility": "Public",
  433. @@ -4931,74 +4554,6 @@
  434. }
  435. ],
  436. "GenericParameters": []
  437. - },
  438. - {
  439. - "Name": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer+Enumerator",
  440. - "Visibility": "Public",
  441. - "Kind": "Struct",
  442. - "Sealed": true,
  443. - "ImplementedInterfaces": [
  444. - "System.Collections.Generic.IEnumerator<Microsoft.Extensions.Primitives.StringSegment>"
  445. - ],
  446. - "Members": [
  447. - {
  448. - "Kind": "Method",
  449. - "Name": "get_Current",
  450. - "Parameters": [],
  451. - "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
  452. - "Sealed": true,
  453. - "Virtual": true,
  454. - "ImplementedInterface": "System.Collections.Generic.IEnumerator<Microsoft.Extensions.Primitives.StringSegment>",
  455. - "Visibility": "Public",
  456. - "GenericParameter": []
  457. - },
  458. - {
  459. - "Kind": "Method",
  460. - "Name": "Dispose",
  461. - "Parameters": [],
  462. - "ReturnType": "System.Void",
  463. - "Sealed": true,
  464. - "Virtual": true,
  465. - "ImplementedInterface": "System.IDisposable",
  466. - "Visibility": "Public",
  467. - "GenericParameter": []
  468. - },
  469. - {
  470. - "Kind": "Method",
  471. - "Name": "MoveNext",
  472. - "Parameters": [],
  473. - "ReturnType": "System.Boolean",
  474. - "Sealed": true,
  475. - "Virtual": true,
  476. - "ImplementedInterface": "System.Collections.IEnumerator",
  477. - "Visibility": "Public",
  478. - "GenericParameter": []
  479. - },
  480. - {
  481. - "Kind": "Method",
  482. - "Name": "Reset",
  483. - "Parameters": [],
  484. - "ReturnType": "System.Void",
  485. - "Sealed": true,
  486. - "Virtual": true,
  487. - "ImplementedInterface": "System.Collections.IEnumerator",
  488. - "Visibility": "Public",
  489. - "GenericParameter": []
  490. - },
  491. - {
  492. - "Kind": "Constructor",
  493. - "Name": ".ctor",
  494. - "Parameters": [
  495. - {
  496. - "Name": "tokenizer",
  497. - "Type": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer"
  498. - }
  499. - ],
  500. - "Visibility": "Public",
  501. - "GenericParameter": []
  502. - }
  503. - ],
  504. - "GenericParameters": []
  505. }
  506. ]
  507. }
  508. \ No newline at end of file