| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- commit dc07aba9355c137361dfa3f8a50df61949cd3eaf
- Author: Ryan Brandenburg <[email protected]>
- Date: Wed Mar 14 15:35:13 2018 -0700
- Set 2.0 baselines
- diff --git a/build/dependencies.props b/build/dependencies.props
- index b346b58e55f..020d44eccbc 100644
- --- a/build/dependencies.props
- +++ b/build/dependencies.props
- @@ -4,7 +4,7 @@
- </PropertyGroup>
- <PropertyGroup Label="Package Versions">
- <BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion>
- - <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15742</InternalAspNetCoreSdkPackageVersion>
- + <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15744</InternalAspNetCoreSdkPackageVersion>
- <MicrosoftAspNetCoreHostingAbstractionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHostingAbstractionsPackageVersion>
- <MicrosoftAspNetCoreHostingPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHostingPackageVersion>
- <MicrosoftAspNetCoreHttpAbstractionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHttpAbstractionsPackageVersion>
- diff --git a/korebuild-lock.txt b/korebuild-lock.txt
- index e40ef6651b0..f531e7b0f73 100644
- --- a/korebuild-lock.txt
- +++ b/korebuild-lock.txt
- @@ -1,2 +1,2 @@
- -version:2.1.0-preview2-15742
- -commithash:21fbb0f2c3fe4a9216e2d59632b98cfd7d685962
- +version:2.1.0-preview2-15744
- +commithash:9e15cb6062ab5b9790d3fa699e018543a6950713
- diff --git a/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json b/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json
- index 64e892b7ea4..146393eba93 100644
- --- a/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json
- +++ b/src/Microsoft.AspNetCore.Routing.Abstractions/baseline.netcore.json
- @@ -1,5 +1,5 @@
- {
- - "AssemblyIdentity": "Microsoft.AspNetCore.Routing.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "AssemblyIdentity": "Microsoft.AspNetCore.Routing.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Routing.IRouteConstraint",
- diff --git a/src/Microsoft.AspNetCore.Routing/baseline.netcore.json b/src/Microsoft.AspNetCore.Routing/baseline.netcore.json
- index e49eb9f396f..9a486ec55ba 100644
- --- a/src/Microsoft.AspNetCore.Routing/baseline.netcore.json
- +++ b/src/Microsoft.AspNetCore.Routing/baseline.netcore.json
- @@ -1,5 +1,5 @@
- {
- - "AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions",
- @@ -3287,383 +3287,6 @@
- ],
- "GenericParameters": []
- },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.BufferValue",
- - "Visibility": "Public",
- - "Kind": "Struct",
- - "Sealed": true,
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "get_RequiresEncoding",
- - "Parameters": [],
- - "ReturnType": "System.Boolean",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "get_Value",
- - "Parameters": [],
- - "ReturnType": "System.String",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "value",
- - "Type": "System.String"
- - },
- - {
- - "Name": "requiresEncoding",
- - "Type": "System.Boolean"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.LinkGenerationDecisionTree",
- - "Visibility": "Public",
- - "Kind": "Class",
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "GetMatches",
- - "Parameters": [
- - {
- - "Name": "context",
- - "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext"
- - }
- - ],
- - "ReturnType": "System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult>",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "entries",
- - "Type": "System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Tree.OutboundMatch>"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.OutboundMatchResult",
- - "Visibility": "Public",
- - "Kind": "Struct",
- - "Sealed": true,
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "get_Match",
- - "Parameters": [],
- - "ReturnType": "Microsoft.AspNetCore.Routing.Tree.OutboundMatch",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "get_IsFallbackMatch",
- - "Parameters": [],
- - "ReturnType": "System.Boolean",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "match",
- - "Type": "Microsoft.AspNetCore.Routing.Tree.OutboundMatch"
- - },
- - {
- - "Name": "isFallbackMatch",
- - "Type": "System.Boolean"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer",
- - "Visibility": "Public",
- - "Kind": "Struct",
- - "Sealed": true,
- - "ImplementedInterfaces": [
- - "System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Primitives.StringSegment>"
- - ],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "get_Count",
- - "Parameters": [],
- - "ReturnType": "System.Int32",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "System.Collections.Generic.IReadOnlyCollection<Microsoft.Extensions.Primitives.StringSegment>",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "get_Item",
- - "Parameters": [
- - {
- - "Name": "index",
- - "Type": "System.Int32"
- - }
- - ],
- - "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.Primitives.StringSegment>",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "GetEnumerator",
- - "Parameters": [],
- - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer+Enumerator",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "path",
- - "Type": "Microsoft.AspNetCore.Http.PathString"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.RoutingMarkerService",
- - "Visibility": "Public",
- - "Kind": "Class",
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.SegmentState",
- - "Visibility": "Public",
- - "Kind": "Enumeration",
- - "Sealed": true,
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Field",
- - "Name": "Beginning",
- - "Parameters": [],
- - "GenericParameter": [],
- - "Literal": "0"
- - },
- - {
- - "Kind": "Field",
- - "Name": "Inside",
- - "Parameters": [],
- - "GenericParameter": [],
- - "Literal": "1"
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.UriBuilderContextPooledObjectPolicy",
- - "Visibility": "Public",
- - "Kind": "Class",
- - "ImplementedInterfaces": [
- - "Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>"
- - ],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "Create",
- - "Parameters": [],
- - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.UriBuildingContext",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Return",
- - "Parameters": [
- - {
- - "Name": "obj",
- - "Type": "Microsoft.AspNetCore.Routing.Internal.UriBuildingContext"
- - }
- - ],
- - "ReturnType": "System.Boolean",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "Microsoft.Extensions.ObjectPool.IPooledObjectPolicy<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "encoder",
- - "Type": "System.Text.Encodings.Web.UrlEncoder"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.UriBuildingContext",
- - "Visibility": "Public",
- - "Kind": "Class",
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "get_BufferState",
- - "Parameters": [],
- - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.SegmentState",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "get_UriState",
- - "Parameters": [],
- - "ReturnType": "Microsoft.AspNetCore.Routing.Internal.SegmentState",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "get_Writer",
- - "Parameters": [],
- - "ReturnType": "System.IO.TextWriter",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Accept",
- - "Parameters": [
- - {
- - "Name": "value",
- - "Type": "System.String"
- - }
- - ],
- - "ReturnType": "System.Boolean",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Remove",
- - "Parameters": [
- - {
- - "Name": "literal",
- - "Type": "System.String"
- - }
- - ],
- - "ReturnType": "System.Void",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Buffer",
- - "Parameters": [
- - {
- - "Name": "value",
- - "Type": "System.String"
- - }
- - ],
- - "ReturnType": "System.Boolean",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "EndSegment",
- - "Parameters": [],
- - "ReturnType": "System.Void",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Clear",
- - "Parameters": [],
- - "ReturnType": "System.Void",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "ToString",
- - "Parameters": [],
- - "ReturnType": "System.String",
- - "Virtual": true,
- - "Override": true,
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "urlEncoder",
- - "Type": "System.Text.Encodings.Web.UrlEncoder"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- - },
- {
- "Name": "Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint",
- "Visibility": "Public",
- @@ -4931,74 +4554,6 @@
- }
- ],
- "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer+Enumerator",
- - "Visibility": "Public",
- - "Kind": "Struct",
- - "Sealed": true,
- - "ImplementedInterfaces": [
- - "System.Collections.Generic.IEnumerator<Microsoft.Extensions.Primitives.StringSegment>"
- - ],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "get_Current",
- - "Parameters": [],
- - "ReturnType": "Microsoft.Extensions.Primitives.StringSegment",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "System.Collections.Generic.IEnumerator<Microsoft.Extensions.Primitives.StringSegment>",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Dispose",
- - "Parameters": [],
- - "ReturnType": "System.Void",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "System.IDisposable",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "MoveNext",
- - "Parameters": [],
- - "ReturnType": "System.Boolean",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "System.Collections.IEnumerator",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "Reset",
- - "Parameters": [],
- - "ReturnType": "System.Void",
- - "Sealed": true,
- - "Virtual": true,
- - "ImplementedInterface": "System.Collections.IEnumerator",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "tokenizer",
- - "Type": "Microsoft.AspNetCore.Routing.Internal.PathTokenizer"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- }
- ]
- }
- \ No newline at end of file
|