Skip to content

Commit 4cb0447

Browse files
Set 2.1 baselines
1 parent 12912ae commit 4cb0447

File tree

2 files changed

+144
-124
lines changed

2 files changed

+144
-124
lines changed

src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Routing.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Routing.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.Routing.IRouteConstraint",
@@ -305,6 +305,28 @@
305305
"System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>"
306306
],
307307
"Members": [
308+
{
309+
"Kind": "Method",
310+
"Name": "get_Count",
311+
"Parameters": [],
312+
"ReturnType": "System.Int32",
313+
"Sealed": true,
314+
"Virtual": true,
315+
"ImplementedInterface": "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
316+
"Visibility": "Public",
317+
"GenericParameter": []
318+
},
319+
{
320+
"Kind": "Method",
321+
"Name": "Clear",
322+
"Parameters": [],
323+
"ReturnType": "System.Void",
324+
"Sealed": true,
325+
"Virtual": true,
326+
"ImplementedInterface": "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
327+
"Visibility": "Public",
328+
"GenericParameter": []
329+
},
308330
{
309331
"Kind": "Method",
310332
"Name": "get_Item",
@@ -349,17 +371,6 @@
349371
"Visibility": "Public",
350372
"GenericParameter": []
351373
},
352-
{
353-
"Kind": "Method",
354-
"Name": "get_Count",
355-
"Parameters": [],
356-
"ReturnType": "System.Int32",
357-
"Sealed": true,
358-
"Virtual": true,
359-
"ImplementedInterface": "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
360-
"Visibility": "Public",
361-
"GenericParameter": []
362-
},
363374
{
364375
"Kind": "Method",
365376
"Name": "get_Keys",
@@ -402,17 +413,6 @@
402413
"Visibility": "Public",
403414
"GenericParameter": []
404415
},
405-
{
406-
"Kind": "Method",
407-
"Name": "Clear",
408-
"Parameters": [],
409-
"ReturnType": "System.Void",
410-
"Sealed": true,
411-
"Virtual": true,
412-
"ImplementedInterface": "System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
413-
"Visibility": "Public",
414-
"GenericParameter": []
415-
},
416416
{
417417
"Kind": "Method",
418418
"Name": "ContainsKey",
@@ -786,17 +786,6 @@
786786
"System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, System.Object>>"
787787
],
788788
"Members": [
789-
{
790-
"Kind": "Method",
791-
"Name": "get_Current",
792-
"Parameters": [],
793-
"ReturnType": "System.Collections.Generic.KeyValuePair<System.String, System.Object>",
794-
"Sealed": true,
795-
"Virtual": true,
796-
"ImplementedInterface": "System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
797-
"Visibility": "Public",
798-
"GenericParameter": []
799-
},
800789
{
801790
"Kind": "Method",
802791
"Name": "Dispose",
@@ -830,6 +819,17 @@
830819
"Visibility": "Public",
831820
"GenericParameter": []
832821
},
822+
{
823+
"Kind": "Method",
824+
"Name": "get_Current",
825+
"Parameters": [],
826+
"ReturnType": "System.Collections.Generic.KeyValuePair<System.String, System.Object>",
827+
"Sealed": true,
828+
"Virtual": true,
829+
"ImplementedInterface": "System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, System.Object>>",
830+
"Visibility": "Public",
831+
"GenericParameter": []
832+
},
833833
{
834834
"Kind": "Constructor",
835835
"Name": ".ctor",

src/Microsoft.AspNetCore.Routing/baseline.netcore.json

Lines changed: 110 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions",
@@ -967,6 +967,66 @@
967967
"Microsoft.AspNetCore.Routing.INamedRouter"
968968
],
969969
"Members": [
970+
{
971+
"Kind": "Method",
972+
"Name": "OnRouteMatched",
973+
"Parameters": [
974+
{
975+
"Name": "context",
976+
"Type": "Microsoft.AspNetCore.Routing.RouteContext"
977+
}
978+
],
979+
"ReturnType": "System.Threading.Tasks.Task",
980+
"Virtual": true,
981+
"Abstract": true,
982+
"Visibility": "Protected",
983+
"GenericParameter": []
984+
},
985+
{
986+
"Kind": "Method",
987+
"Name": "OnVirtualPathGenerated",
988+
"Parameters": [
989+
{
990+
"Name": "context",
991+
"Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
992+
}
993+
],
994+
"ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
995+
"Virtual": true,
996+
"Abstract": true,
997+
"Visibility": "Protected",
998+
"GenericParameter": []
999+
},
1000+
{
1001+
"Kind": "Method",
1002+
"Name": "RouteAsync",
1003+
"Parameters": [
1004+
{
1005+
"Name": "context",
1006+
"Type": "Microsoft.AspNetCore.Routing.RouteContext"
1007+
}
1008+
],
1009+
"ReturnType": "System.Threading.Tasks.Task",
1010+
"Virtual": true,
1011+
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
1012+
"Visibility": "Public",
1013+
"GenericParameter": []
1014+
},
1015+
{
1016+
"Kind": "Method",
1017+
"Name": "GetVirtualPath",
1018+
"Parameters": [
1019+
{
1020+
"Name": "context",
1021+
"Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
1022+
}
1023+
],
1024+
"ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
1025+
"Virtual": true,
1026+
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
1027+
"Visibility": "Public",
1028+
"GenericParameter": []
1029+
},
9701030
{
9711031
"Kind": "Method",
9721032
"Name": "get_Constraints",
@@ -1106,66 +1166,6 @@
11061166
"Visibility": "Protected",
11071167
"GenericParameter": []
11081168
},
1109-
{
1110-
"Kind": "Method",
1111-
"Name": "OnRouteMatched",
1112-
"Parameters": [
1113-
{
1114-
"Name": "context",
1115-
"Type": "Microsoft.AspNetCore.Routing.RouteContext"
1116-
}
1117-
],
1118-
"ReturnType": "System.Threading.Tasks.Task",
1119-
"Virtual": true,
1120-
"Abstract": true,
1121-
"Visibility": "Protected",
1122-
"GenericParameter": []
1123-
},
1124-
{
1125-
"Kind": "Method",
1126-
"Name": "OnVirtualPathGenerated",
1127-
"Parameters": [
1128-
{
1129-
"Name": "context",
1130-
"Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
1131-
}
1132-
],
1133-
"ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
1134-
"Virtual": true,
1135-
"Abstract": true,
1136-
"Visibility": "Protected",
1137-
"GenericParameter": []
1138-
},
1139-
{
1140-
"Kind": "Method",
1141-
"Name": "RouteAsync",
1142-
"Parameters": [
1143-
{
1144-
"Name": "context",
1145-
"Type": "Microsoft.AspNetCore.Routing.RouteContext"
1146-
}
1147-
],
1148-
"ReturnType": "System.Threading.Tasks.Task",
1149-
"Virtual": true,
1150-
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
1151-
"Visibility": "Public",
1152-
"GenericParameter": []
1153-
},
1154-
{
1155-
"Kind": "Method",
1156-
"Name": "GetVirtualPath",
1157-
"Parameters": [
1158-
{
1159-
"Name": "context",
1160-
"Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
1161-
}
1162-
],
1163-
"ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
1164-
"Virtual": true,
1165-
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
1166-
"Visibility": "Public",
1167-
"GenericParameter": []
1168-
},
11691169
{
11701170
"Kind": "Method",
11711171
"Name": "GetConstraints",
@@ -1371,68 +1371,68 @@
13711371
"Members": [
13721372
{
13731373
"Kind": "Method",
1374-
"Name": "get_Item",
1374+
"Name": "RouteAsync",
13751375
"Parameters": [
13761376
{
1377-
"Name": "index",
1378-
"Type": "System.Int32"
1377+
"Name": "context",
1378+
"Type": "Microsoft.AspNetCore.Routing.RouteContext"
13791379
}
13801380
],
1381-
"ReturnType": "Microsoft.AspNetCore.Routing.IRouter",
1382-
"Visibility": "Public",
1383-
"GenericParameter": []
1384-
},
1385-
{
1386-
"Kind": "Method",
1387-
"Name": "get_Count",
1388-
"Parameters": [],
1389-
"ReturnType": "System.Int32",
1381+
"ReturnType": "System.Threading.Tasks.Task",
1382+
"Virtual": true,
1383+
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
13901384
"Visibility": "Public",
13911385
"GenericParameter": []
13921386
},
13931387
{
13941388
"Kind": "Method",
1395-
"Name": "Add",
1389+
"Name": "GetVirtualPath",
13961390
"Parameters": [
13971391
{
1398-
"Name": "router",
1399-
"Type": "Microsoft.AspNetCore.Routing.IRouter"
1392+
"Name": "context",
1393+
"Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
14001394
}
14011395
],
1402-
"ReturnType": "System.Void",
1403-
"Sealed": true,
1396+
"ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
14041397
"Virtual": true,
1405-
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouteCollection",
1398+
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
14061399
"Visibility": "Public",
14071400
"GenericParameter": []
14081401
},
14091402
{
14101403
"Kind": "Method",
1411-
"Name": "RouteAsync",
1404+
"Name": "get_Item",
14121405
"Parameters": [
14131406
{
1414-
"Name": "context",
1415-
"Type": "Microsoft.AspNetCore.Routing.RouteContext"
1407+
"Name": "index",
1408+
"Type": "System.Int32"
14161409
}
14171410
],
1418-
"ReturnType": "System.Threading.Tasks.Task",
1419-
"Virtual": true,
1420-
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
1411+
"ReturnType": "Microsoft.AspNetCore.Routing.IRouter",
14211412
"Visibility": "Public",
14221413
"GenericParameter": []
14231414
},
14241415
{
14251416
"Kind": "Method",
1426-
"Name": "GetVirtualPath",
1417+
"Name": "get_Count",
1418+
"Parameters": [],
1419+
"ReturnType": "System.Int32",
1420+
"Visibility": "Public",
1421+
"GenericParameter": []
1422+
},
1423+
{
1424+
"Kind": "Method",
1425+
"Name": "Add",
14271426
"Parameters": [
14281427
{
1429-
"Name": "context",
1430-
"Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
1428+
"Name": "router",
1429+
"Type": "Microsoft.AspNetCore.Routing.IRouter"
14311430
}
14321431
],
1433-
"ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData",
1432+
"ReturnType": "System.Void",
1433+
"Sealed": true,
14341434
"Virtual": true,
1435-
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter",
1435+
"ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouteCollection",
14361436
"Visibility": "Public",
14371437
"GenericParameter": []
14381438
},
@@ -2455,6 +2455,26 @@
24552455
],
24562456
"Visibility": "Public",
24572457
"GenericParameter": []
2458+
},
2459+
{
2460+
"Kind": "Constructor",
2461+
"Name": ".ctor",
2462+
"Parameters": [
2463+
{
2464+
"Name": "loggerFactory",
2465+
"Type": "Microsoft.Extensions.Logging.ILoggerFactory"
2466+
},
2467+
{
2468+
"Name": "objectPool",
2469+
"Type": "Microsoft.Extensions.ObjectPool.ObjectPool<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>"
2470+
},
2471+
{
2472+
"Name": "constraintResolver",
2473+
"Type": "Microsoft.AspNetCore.Routing.IInlineConstraintResolver"
2474+
}
2475+
],
2476+
"Visibility": "Public",
2477+
"GenericParameter": []
24582478
}
24592479
],
24602480
"GenericParameters": []

0 commit comments

Comments
 (0)