| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561 |
- commit a5ffd9b7e674a704e6fec1ae007a9ff4e9424310
- Author: Ryan Brandenburg <[email protected]>
- Date: Wed Mar 14 15:34:30 2018 -0700
- Set 2.0 baselines
- diff --git a/build/dependencies.props b/build/dependencies.props
- index b98ef098ac6..46ad5b6c9ba 100644
- --- a/build/dependencies.props
- +++ b/build/dependencies.props
- @@ -3,7 +3,7 @@
- <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
- </PropertyGroup>
- <PropertyGroup Label="Package Versions">
- - <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15742</InternalAspNetCoreSdkPackageVersion>
- + <InternalAspNetCoreSdkPackageVersion>2.1.0-preview2-15744</InternalAspNetCoreSdkPackageVersion>
- <MicrosoftAspNetCoreHttpExtensionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreHttpExtensionsPackageVersion>
- <MicrosoftAspNetCoreRoutingAbstractionsPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreRoutingAbstractionsPackageVersion>
- <MicrosoftAspNetCoreRoutingPackageVersion>2.1.0-preview2-30355</MicrosoftAspNetCoreRoutingPackageVersion>
- 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.Localization.Routing/baseline.netcore.json b/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json
- index 2338cfd2442..96b71c8cf9f 100644
- --- a/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json
- +++ b/src/Microsoft.AspNetCore.Localization.Routing/baseline.netcore.json
- @@ -1,5 +1,5 @@
- {
- - "AssemblyIdentity": "Microsoft.AspNetCore.Localization.Routing, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "AssemblyIdentity": "Microsoft.AspNetCore.Localization.Routing, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Localization.Routing.RouteDataRequestCultureProvider",
- diff --git a/src/Microsoft.AspNetCore.Localization/baseline.netcore.json b/src/Microsoft.AspNetCore.Localization/baseline.netcore.json
- index 2f58fa11106..6339ea0cc2d 100644
- --- a/src/Microsoft.AspNetCore.Localization/baseline.netcore.json
- +++ b/src/Microsoft.AspNetCore.Localization/baseline.netcore.json
- @@ -1,5 +1,5 @@
- {
- - "AssemblyIdentity": "Microsoft.AspNetCore.Localization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "AssemblyIdentity": "Microsoft.AspNetCore.Localization, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.Builder.ApplicationBuilderExtensions",
- @@ -429,7 +429,7 @@
- "Kind": "Method",
- "Name": "get_Cultures",
- "Parameters": [],
- - "ReturnType": "System.Collections.Generic.IList<System.String>",
- + "ReturnType": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- @@ -437,7 +437,7 @@
- "Kind": "Method",
- "Name": "get_UICultures",
- "Parameters": [],
- - "ReturnType": "System.Collections.Generic.IList<System.String>",
- + "ReturnType": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>",
- "Visibility": "Public",
- "GenericParameter": []
- },
- @@ -447,7 +447,7 @@
- "Parameters": [
- {
- "Name": "culture",
- - "Type": "System.String"
- + "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "Visibility": "Public",
- @@ -459,11 +459,11 @@
- "Parameters": [
- {
- "Name": "culture",
- - "Type": "System.String"
- + "Type": "Microsoft.Extensions.Primitives.StringSegment"
- },
- {
- "Name": "uiCulture",
- - "Type": "System.String"
- + "Type": "Microsoft.Extensions.Primitives.StringSegment"
- }
- ],
- "Visibility": "Public",
- @@ -475,7 +475,7 @@
- "Parameters": [
- {
- "Name": "cultures",
- - "Type": "System.Collections.Generic.IList<System.String>"
- + "Type": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>"
- }
- ],
- "Visibility": "Public",
- @@ -487,11 +487,11 @@
- "Parameters": [
- {
- "Name": "cultures",
- - "Type": "System.Collections.Generic.IList<System.String>"
- + "Type": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>"
- },
- {
- "Name": "uiCultures",
- - "Type": "System.Collections.Generic.IList<System.String>"
- + "Type": "System.Collections.Generic.IList<Microsoft.Extensions.Primitives.StringSegment>"
- }
- ],
- "Visibility": "Public",
- @@ -757,6 +757,16 @@
- "Parameters": [],
- "Visibility": "Protected",
- "GenericParameter": []
- + },
- + {
- + "Kind": "Field",
- + "Name": "NullProviderCultureResult",
- + "Parameters": [],
- + "ReturnType": "System.Threading.Tasks.Task<Microsoft.AspNetCore.Localization.ProviderCultureResult>",
- + "Static": true,
- + "ReadOnly": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- }
- ],
- "GenericParameters": []
- diff --git a/src/Microsoft.AspNetCore.Localization/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Localization/breakingchanges.netcore.json
- deleted file mode 100644
- index 5568b582c61..00000000000
- --- a/src/Microsoft.AspNetCore.Localization/breakingchanges.netcore.json
- +++ /dev/null
- @@ -1,32 +0,0 @@
- -[
- - {
- - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
- - "MemberId": "public .ctor(System.Collections.Generic.IList<System.String> cultures)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
- - "MemberId": "public .ctor(System.Collections.Generic.IList<System.String> cultures, System.Collections.Generic.IList<System.String> uiCultures)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
- - "MemberId": "public .ctor(System.String culture)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
- - "MemberId": "public .ctor(System.String culture, System.String uiCulture)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
- - "MemberId": "public System.Collections.Generic.IList<System.String> get_Cultures()",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.AspNetCore.Localization.ProviderCultureResult",
- - "MemberId": "public System.Collections.Generic.IList<System.String> get_UICultures()",
- - "Kind": "Removal"
- - }
- -]
- \ No newline at end of file
- diff --git a/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json b/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json
- index 0479720dbd8..2ddb41c805d 100644
- --- a/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json
- +++ b/src/Microsoft.Extensions.Localization.Abstractions/baseline.netcore.json
- @@ -1,5 +1,5 @@
- {
- - "AssemblyIdentity": "Microsoft.Extensions.Localization.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "AssemblyIdentity": "Microsoft.Extensions.Localization.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.Extensions.Localization.IStringLocalizer",
- @@ -163,6 +163,14 @@
- "Visibility": "Public",
- "GenericParameter": []
- },
- + {
- + "Kind": "Method",
- + "Name": "get_SearchedLocation",
- + "Parameters": [],
- + "ReturnType": "System.String",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- {
- "Kind": "Method",
- "Name": "ToString",
- @@ -208,6 +216,30 @@
- ],
- "Visibility": "Public",
- "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [
- + {
- + "Name": "name",
- + "Type": "System.String"
- + },
- + {
- + "Name": "value",
- + "Type": "System.String"
- + },
- + {
- + "Name": "resourceNotFound",
- + "Type": "System.Boolean"
- + },
- + {
- + "Name": "searchedLocation",
- + "Type": "System.String"
- + }
- + ],
- + "Visibility": "Public",
- + "GenericParameter": []
- }
- ],
- "GenericParameters": []
- diff --git a/src/Microsoft.Extensions.Localization/baseline.netcore.json b/src/Microsoft.Extensions.Localization/baseline.netcore.json
- index 9714e0de1df..f7f2afc6757 100644
- --- a/src/Microsoft.Extensions.Localization/baseline.netcore.json
- +++ b/src/Microsoft.Extensions.Localization/baseline.netcore.json
- @@ -1,5 +1,5 @@
- {
- - "AssemblyIdentity": "Microsoft.Extensions.Localization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- + "AssemblyIdentity": "Microsoft.Extensions.Localization, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions",
- @@ -110,6 +110,36 @@
- ],
- "GenericParameters": []
- },
- + {
- + "Name": "Microsoft.Extensions.Localization.ResourceLocationAttribute",
- + "Visibility": "Public",
- + "Kind": "Class",
- + "BaseType": "System.Attribute",
- + "ImplementedInterfaces": [],
- + "Members": [
- + {
- + "Kind": "Method",
- + "Name": "get_ResourceLocation",
- + "Parameters": [],
- + "ReturnType": "System.String",
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [
- + {
- + "Name": "resourceLocation",
- + "Type": "System.String"
- + }
- + ],
- + "Visibility": "Public",
- + "GenericParameter": []
- + }
- + ],
- + "GenericParameters": []
- + },
- {
- "Name": "Microsoft.Extensions.Localization.ResourceManagerStringLocalizer",
- "Visibility": "Public",
- @@ -237,6 +267,10 @@
- {
- "Name": "resourceNamesCache",
- "Type": "Microsoft.Extensions.Localization.IResourceNamesCache"
- + },
- + {
- + "Name": "logger",
- + "Type": "Microsoft.Extensions.Logging.ILogger"
- }
- ],
- "Visibility": "Public",
- @@ -261,6 +295,38 @@
- {
- "Name": "resourceNamesCache",
- "Type": "Microsoft.Extensions.Localization.IResourceNamesCache"
- + },
- + {
- + "Name": "logger",
- + "Type": "Microsoft.Extensions.Logging.ILogger"
- + }
- + ],
- + "Visibility": "Public",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [
- + {
- + "Name": "resourceManager",
- + "Type": "System.Resources.ResourceManager"
- + },
- + {
- + "Name": "resourceStringProvider",
- + "Type": "Microsoft.Extensions.Localization.Internal.IResourceStringProvider"
- + },
- + {
- + "Name": "baseName",
- + "Type": "System.String"
- + },
- + {
- + "Name": "resourceNamesCache",
- + "Type": "Microsoft.Extensions.Localization.IResourceNamesCache"
- + },
- + {
- + "Name": "logger",
- + "Type": "Microsoft.Extensions.Logging.ILogger"
- }
- ],
- "Visibility": "Public",
- @@ -277,6 +343,60 @@
- "Microsoft.Extensions.Localization.IStringLocalizerFactory"
- ],
- "Members": [
- + {
- + "Kind": "Method",
- + "Name": "GetResourcePrefix",
- + "Parameters": [
- + {
- + "Name": "typeInfo",
- + "Type": "System.Reflection.TypeInfo"
- + }
- + ],
- + "ReturnType": "System.String",
- + "Virtual": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "GetResourcePrefix",
- + "Parameters": [
- + {
- + "Name": "typeInfo",
- + "Type": "System.Reflection.TypeInfo"
- + },
- + {
- + "Name": "baseNamespace",
- + "Type": "System.String"
- + },
- + {
- + "Name": "resourcesRelativePath",
- + "Type": "System.String"
- + }
- + ],
- + "ReturnType": "System.String",
- + "Virtual": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "GetResourcePrefix",
- + "Parameters": [
- + {
- + "Name": "baseResourceName",
- + "Type": "System.String"
- + },
- + {
- + "Name": "baseNamespace",
- + "Type": "System.String"
- + }
- + ],
- + "ReturnType": "System.String",
- + "Virtual": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- + },
- {
- "Kind": "Method",
- "Name": "Create",
- @@ -314,16 +434,70 @@
- "GenericParameter": []
- },
- {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- + "Kind": "Method",
- + "Name": "CreateResourceManagerStringLocalizer",
- "Parameters": [
- {
- - "Name": "hostingEnvironment",
- - "Type": "Microsoft.AspNetCore.Hosting.IHostingEnvironment"
- + "Name": "assembly",
- + "Type": "System.Reflection.Assembly"
- },
- + {
- + "Name": "baseName",
- + "Type": "System.String"
- + }
- + ],
- + "ReturnType": "Microsoft.Extensions.Localization.ResourceManagerStringLocalizer",
- + "Virtual": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "GetResourcePrefix",
- + "Parameters": [
- + {
- + "Name": "location",
- + "Type": "System.String"
- + },
- + {
- + "Name": "baseName",
- + "Type": "System.String"
- + },
- + {
- + "Name": "resourceLocation",
- + "Type": "System.String"
- + }
- + ],
- + "ReturnType": "System.String",
- + "Virtual": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Method",
- + "Name": "GetResourceLocationAttribute",
- + "Parameters": [
- + {
- + "Name": "assembly",
- + "Type": "System.Reflection.Assembly"
- + }
- + ],
- + "ReturnType": "Microsoft.Extensions.Localization.ResourceLocationAttribute",
- + "Virtual": true,
- + "Visibility": "Protected",
- + "GenericParameter": []
- + },
- + {
- + "Kind": "Constructor",
- + "Name": ".ctor",
- + "Parameters": [
- {
- "Name": "localizationOptions",
- "Type": "Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Localization.LocalizationOptions>"
- + },
- + {
- + "Name": "loggerFactory",
- + "Type": "Microsoft.Extensions.Logging.ILoggerFactory"
- }
- ],
- "Visibility": "Public",
- @@ -415,6 +589,10 @@
- {
- "Name": "culture",
- "Type": "System.Globalization.CultureInfo"
- + },
- + {
- + "Name": "logger",
- + "Type": "Microsoft.Extensions.Logging.ILogger"
- }
- ],
- "Visibility": "Public",
- @@ -460,58 +638,6 @@
- }
- ],
- "GenericParameters": []
- - },
- - {
- - "Name": "Microsoft.Extensions.Localization.Internal.AssemblyWrapper",
- - "Visibility": "Public",
- - "Kind": "Class",
- - "ImplementedInterfaces": [],
- - "Members": [
- - {
- - "Kind": "Method",
- - "Name": "get_Assembly",
- - "Parameters": [],
- - "ReturnType": "System.Reflection.Assembly",
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "get_FullName",
- - "Parameters": [],
- - "ReturnType": "System.String",
- - "Virtual": true,
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Method",
- - "Name": "GetManifestResourceStream",
- - "Parameters": [
- - {
- - "Name": "name",
- - "Type": "System.String"
- - }
- - ],
- - "ReturnType": "System.IO.Stream",
- - "Virtual": true,
- - "Visibility": "Public",
- - "GenericParameter": []
- - },
- - {
- - "Kind": "Constructor",
- - "Name": ".ctor",
- - "Parameters": [
- - {
- - "Name": "assembly",
- - "Type": "System.Reflection.Assembly"
- - }
- - ],
- - "Visibility": "Public",
- - "GenericParameter": []
- - }
- - ],
- - "GenericParameters": []
- }
- ]
- }
- \ No newline at end of file
- diff --git a/src/Microsoft.Extensions.Localization/breakingchanges.netcore.json b/src/Microsoft.Extensions.Localization/breakingchanges.netcore.json
- deleted file mode 100644
- index 5098d4cee47..00000000000
- --- a/src/Microsoft.Extensions.Localization/breakingchanges.netcore.json
- +++ /dev/null
- @@ -1,22 +0,0 @@
- -[
- - {
- - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory : Microsoft.Extensions.Localization.IStringLocalizerFactory",
- - "MemberId": "public .ctor(Microsoft.AspNetCore.Hosting.IHostingEnvironment hostingEnvironment, Microsoft.Extensions.Options.IOptions<Microsoft.Extensions.Localization.LocalizationOptions> localizationOptions)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerStringLocalizer : Microsoft.Extensions.Localization.IStringLocalizer",
- - "MemberId": "public .ctor(System.Resources.ResourceManager resourceManager, Microsoft.Extensions.Localization.Internal.AssemblyWrapper resourceAssemblyWrapper, System.String baseName, Microsoft.Extensions.Localization.IResourceNamesCache resourceNamesCache)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerStringLocalizer : Microsoft.Extensions.Localization.IStringLocalizer",
- - "MemberId": "public .ctor(System.Resources.ResourceManager resourceManager, System.Reflection.Assembly resourceAssembly, System.String baseName, Microsoft.Extensions.Localization.IResourceNamesCache resourceNamesCache)",
- - "Kind": "Removal"
- - },
- - {
- - "TypeId": "public class Microsoft.Extensions.Localization.ResourceManagerWithCultureStringLocalizer : Microsoft.Extensions.Localization.ResourceManagerStringLocalizer",
- - "MemberId": "public .ctor(System.Resources.ResourceManager resourceManager, System.Reflection.Assembly resourceAssembly, System.String baseName, Microsoft.Extensions.Localization.IResourceNamesCache resourceNamesCache, System.Globalization.CultureInfo culture)",
- - "Kind": "Removal"
- - }
- -]
- \ No newline at end of file
|