Justin Kotalik
1222d8de49
Add StartAsync() to HttpResponse; ImplementFeature in Kestrel ( #6967 )
2019-01-28 17:42:04 -08:00
Nate McMaster
e1971f1d12
Fix the generated metadata for PackageConflictOverrides in Microsoft.AspNetCore.App.props
2019-01-28 16:57:02 -08:00
Pavel Krymets
963508b9b9
Add more logging to iis graceful shutdown ( #7068 )
2019-01-28 16:23:55 -08:00
Nate McMaster
81d0a9e467
Update buildtools and fix signing configuration ( #7078 )
2019-01-28 16:14:18 -08:00
Pavel Krymets
f06e1822f5
Enable strict mode in roslyn compiler ( #6950 )
2019-01-28 15:56:27 -08:00
Patrick Westerhoff
1bc056a7f6
Introduce IUrlHelper.PageLink ( #6819 ) ( #6819 )
...
Add an extension method to generate an absolute URL for a page.
2019-01-28 15:42:10 -08:00
James Newton-King
4b8d9666f4
Add startvs.cmd for MVC and Security solutions ( #6943 )
...
* Add startvs.cmd for MVC
* Add startvs.cmd for Security
2019-01-28 15:37:14 -08:00
Justin Kotalik
7a98a04c53
Drain requests in native instead of managed for IIS In-process ( #6816 )
2019-01-28 15:20:28 -08:00
David Fowler
9f71e60283
Hoist method attributes from the request delegate as metadata. ( #6911 )
...
- This should allow a more declarative approach to declaring endpoint metadata using the default methods.
- Attributes are applied first and can be overridden imperatively
2019-01-28 20:38:49 +00:00
David Fowler
14d8e33a93
Remove .Start from BufferSegment ( #6832 )
2019-01-28 20:37:25 +00:00
David Fowler
447f4bc298
Reuse the stack for OnCompleted and OnStarting calls ( #6833 )
...
- Reviewing profiles for MVC and other things that use RegisterForDispose, this shows up as a significant amount of allocations.
2019-01-28 20:37:11 +00:00
David Fowler
549f8e1773
Remove over engineered callback writing and just write chunks directly. ( #6901 )
2019-01-28 20:36:47 +00:00
Chris Ross
7d4b6fccff
Clean up ManualResetEvent usage in tests ( #6961 )
2019-01-28 12:10:16 -08:00
Chris Ross
65ee89a71e
Remove the google auth patch quirk #6710 ( #6964 )
2019-01-28 12:09:25 -08:00
Pavel Krymets
440204892e
Use published apps in IIS tests ( #7027 )
2019-01-28 12:02:42 -08:00
BrennanConroy
436d4452aa
Refactor hub invocation cleanup ( #6655 )
2019-01-28 11:46:37 -08:00
Nate McMaster
4eca8f02e1
Add a script to search the project reference graph and add all to a .sln file ( #7066 )
2019-01-28 10:10:13 -08:00
Nate McMaster
ac04019e42
Remove obsolete build infrastructure ( #6995 )
...
Changes:
* Remove obsolete targets which are unnecessary now that this repo no longer builds git submodules in a separate build process
* Remove the need for static analysis of 'ArtifactInfo' items
* Simplify how the code signing task is configured
* Remove unused repo tasks
* Remove duplicate lists of external dependencies and packages to be produced
* Remove obsolete build definition
* Remove obsolete build script parameters
* Add VisualStudioSetupOutputPath
2019-01-28 09:57:59 -08:00
Chris Ross
6c5e0cae67
Skip kestrel h2spec tests ( #7035 )
2019-01-28 09:36:05 -08:00
Pavel Krymets
141f3d8781
Reenable application initialization module tests ( #7024 )
2019-01-28 09:24:42 -08:00
Pranav K
1aa50faa29
Account for null Endpoint
2019-01-25 15:38:23 -08:00
Pranav K
f2ee3201ae
No-op Authorization middleware for Razor Pages
...
Workaround for https://github.com/aspnet/AspNetCore/issues/7011
2019-01-25 15:38:23 -08:00
Chris Ross
2b7c26a123
Dynamically install NGinx Internal/#1525 ( #6963 )
2019-01-25 14:32:32 -08:00
Christian Liebel
07926f0677
Update repo links for SignalR TS client in package.json after move ( #4425 )
2019-01-25 13:53:30 -08:00
Steve Sanderson
592f20b84e
Update Microsoft.AspNetCore.Blazor.Mono dependency version to 0.8.0-preview-20190125.1
2019-01-25 18:55:39 +00:00
Pavel Krymets
ebb7f3ade3
Harden IISExpress shutdown code ( #7004 )
2019-01-25 09:19:51 -08:00
Nate McMaster
21f80b2051
Remove stale links to runtime installers from daily build docs ( #6955 )
...
We recommend acquiring ASP.NET Core along with a matching SDK at https://github.com/dotnet/core-sdk . Dependency flow should be regularly updating the version of ASP.NET Core bundled in the .NET Core SDK.
2019-01-25 08:23:55 -08:00
Chris Ross
a16a6dfaeb
Block generic host Startup.ConfigureServices that return IServiceProvider #5149 ( #6997 )
2019-01-25 08:16:39 -08:00
Nate McMaster
aef117ff3f
Update dependencies ( #6879 )
2019-01-24 18:49:00 -08:00
Nate McMaster
2b6f5c28c4
Don't deploy VSIX when building in CI
2019-01-24 17:42:14 -08:00
dotnet-maestro
736f62f71f
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190124.6
...
This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview-19074-06
- Microsoft.NET.Sdk.Razor - 3.0.0-preview-19074-06
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview-19074-06
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview-19074-06
2019-01-25 01:35:22 +00:00
Nate McMaster
5a0e227fad
Merge branch 'release/2.2'
2019-01-24 16:14:55 -08:00
Pavel Krymets
91f9c6396d
Supress pubternal analyzer warnings for DataProtection ( #6996 )
2019-01-24 15:35:12 -08:00
dotnet-maestro
fbe2c535c6
Update dependencies from https://github.com/aspnet/Extensions build 20190124.02
...
This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview.19074.2
- Microsoft.JSInterop - 3.0.0-preview.19074.2
- Microsoft.Extensions.WebEncoders - 3.0.0-preview.19074.2
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.Primitives - 3.0.0-preview.19074.2
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview.19074.2
- Microsoft.Extensions.DependencyInjection.Specification.Tests - 3.0.0-preview.19074.2
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Configuration - 3.0.0-preview.19074.2
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview.19074.2
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview.19074.2
- Microsoft.AspNetCore.Testing - 3.0.0-preview.19074.2
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview.19074.2
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview.19074.2
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview.19074.2
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview.19074.2
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview.19074.2
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Options - 3.0.0-preview.19074.2
- Microsoft.Extensions.ObjectPool - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Console - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging - 3.0.0-preview.19074.2
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Localization - 3.0.0-preview.19074.2
- Microsoft.Extensions.Http - 3.0.0-preview.19074.2
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview.19074.2
- Microsoft.Extensions.Hosting - 3.0.0-preview.19074.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview.19074.2
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview.19074.2
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview.19074.2
2019-01-24 23:33:57 +00:00
Murat Girgin
522705f9a2
Merge pull request #6994 from aspnet/halter73/1531-part2
...
Revert "Wait to dispose RequestAborted CTS (#4447 )"
2019-01-24 14:46:35 -08:00
Ryan Nowak
f0fc598511
Resurrect Blazor VSIX ( #6779 )
...
* Remove Blazor.LanguageServices
The text-view-listener was the only thing here and it's not needed
anymore now that these features are build into our main VS payload.
We won't have any more code to put in this project because it's this
VSIX is pretty temporary.
* Remove reference to ProjectSystem
We don't need this reference, and it's got some breaking changes between
15 and 16 - rahter then mess with nuget sources for vs16 packages, I'm
just going to drop the dependency
* Remove unused cruft
* Target net472
* Add Blazor VSIX to build
* Add Extension to .sln
* Use AsyncPackage
* Update and streamline references
* Update manifest for 16.0
* Pack Templates before building VSIX
* Fix version of templates
2019-01-24 14:26:12 -08:00
dotnet-maestro
20ac313bfb
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190124.3
...
This change updates the following dependencies
- dotnet-ef - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Design - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview.19074.3
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview.19074.3
2019-01-24 21:58:45 +00:00
Chris Ross
8ce02ef68e
Remove duplicate dependencies entry ( #6990 )
2019-01-24 12:46:06 -08:00
Stephen Halter
2853b451a2
Add RequestAbortedTokenIsUsableAfterCancellation test
2019-01-24 12:38:16 -08:00
Stephen Halter
5d554aeecd
Revert "Wait to dispose RequestAborted CTS ( #4447 )"
...
This reverts commit 0622513058 .
2019-01-24 11:23:58 -08:00
dotnet-maestro
5ac8febc76
Update dependencies from https://github.com/dotnet/core-setup build 20190124.5
...
This change updates the following dependencies
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview-27324-5
- Microsoft.Extensions.DependencyModel - 3.0.0-preview-27324-5
- Microsoft.NETCore.App - 3.0.0-preview-27324-5
2019-01-24 18:40:35 +00:00
BrennanConroy
093ade9ed6
Fix SignalR tests
2019-01-24 10:08:32 -08:00
dotnet-maestro
3e841cf3d2
Update dependencies from https://github.com/dotnet/corefx build 20190123.11
...
This change updates the following dependencies
- System.ComponentModel.Annotations - 4.6.0-preview.19073.11
- Microsoft.CSharp - 4.6.0-preview.19073.11
- Microsoft.Win32.Registry - 4.6.0-preview.19073.11
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview.19073.11
- System.Security.Cryptography.Cng - 4.6.0-preview.19073.11
- System.Reflection.Metadata - 1.7.0-preview.19073.11
- System.Security.Cryptography.Pkcs - 4.6.0-preview.19073.11
- System.Security.Cryptography.Xml - 4.6.0-preview.19073.11
- System.Security.Permissions - 4.6.0-preview.19073.11
- System.Security.Principal.Windows - 4.6.0-preview.19073.11
- System.ServiceProcess.ServiceController - 4.6.0-preview.19073.11
- System.Text.Encodings.Web - 4.6.0-preview.19073.11
- System.Threading.Channels - 4.6.0-preview.19073.11
- System.Data.SqlClient - 4.7.0-preview.19073.11
- System.Diagnostics.DiagnosticSource - 4.6.0-preview.19073.11
- System.Diagnostics.EventLog - 4.6.0-preview.19073.11
- System.IO.Pipelines - 4.6.0-preview.19073.11
- System.Net.Http.WinHttpHandler - 4.6.0-preview.19073.11
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview.19073.11
- System.Numerics.Vectors - 4.6.0-preview.19073.11
2019-01-24 13:26:46 +00:00
dotnet-maestro
b27ccc53a7
Update dependencies from https://github.com/aspnet/Extensions build 20190123.04
...
This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview.19073.4
- Microsoft.JSInterop - 3.0.0-preview.19073.4
- Microsoft.Extensions.WebEncoders - 3.0.0-preview.19073.4
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview.19073.4
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview.19073.4
- Microsoft.Extensions.Primitives - 3.0.0-preview.19073.4
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview.19073.4
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview.19073.4
- Microsoft.Extensions.DependencyInjection.Specification.Tests - 3.0.0-preview.19073.4
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.Configuration - 3.0.0-preview.19073.4
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview.19073.4
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview.19073.4
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview.19073.4
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview.19073.4
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview.19073.4
- Microsoft.AspNetCore.Testing - 3.0.0-preview.19073.4
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview.19073.4
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview.19073.4
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview.19073.4
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview.19073.4
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview.19073.4
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview.19073.4
- Microsoft.Extensions.Options - 3.0.0-preview.19073.4
- Microsoft.Extensions.ObjectPool - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.Console - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging - 3.0.0-preview.19073.4
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.Localization - 3.0.0-preview.19073.4
- Microsoft.Extensions.Http - 3.0.0-preview.19073.4
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview.19073.4
- Microsoft.Extensions.Hosting - 3.0.0-preview.19073.4
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview.19073.4
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview.19073.4
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview.19073.4
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview.19073.4
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview.19073.4
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview.19073.4
2019-01-24 03:35:58 +00:00
dotnet-maestro
520f7d8cce
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190123.4
...
This change updates the following dependencies
- dotnet-ef - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore.Design - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview.19073.4
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview.19073.4
2019-01-24 03:34:11 +00:00
dotnet-maestro
3d4cb921ee
Update dependencies from https://github.com/dotnet/corefx build 20190123.1
...
This change updates the following dependencies
- System.ComponentModel.Annotations - 4.6.0-preview.19073.1
- Microsoft.CSharp - 4.6.0-preview.19073.1
- Microsoft.Win32.Registry - 4.6.0-preview.19073.1
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview.19073.1
- System.Security.Cryptography.Cng - 4.6.0-preview.19073.1
- System.Reflection.Metadata - 1.7.0-preview.19073.1
- System.Security.Cryptography.Pkcs - 4.6.0-preview.19073.1
- System.Security.Cryptography.Xml - 4.6.0-preview.19073.1
- System.Security.Permissions - 4.6.0-preview.19073.1
- System.Security.Principal.Windows - 4.6.0-preview.19073.1
- System.ServiceProcess.ServiceController - 4.6.0-preview.19073.1
- System.Text.Encodings.Web - 4.6.0-preview.19073.1
- System.Threading.Channels - 4.6.0-preview.19073.1
- System.Data.SqlClient - 4.7.0-preview.19073.1
- System.Diagnostics.DiagnosticSource - 4.6.0-preview.19073.1
- System.Diagnostics.EventLog - 4.6.0-preview.19073.1
- System.IO.Pipelines - 4.6.0-preview.19073.1
- System.Net.Http.WinHttpHandler - 4.6.0-preview.19073.1
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview.19073.1
- System.Numerics.Vectors - 4.6.0-preview.19073.1
2019-01-24 03:30:45 +00:00
dotnet-maestro
da33e66dcc
Update dependencies from https://github.com/dotnet/core-setup build 20190123.8
...
This change updates the following dependencies
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview-27323-8
- Microsoft.Extensions.DependencyModel - 3.0.0-preview-27323-8
- Microsoft.NETCore.App - 3.0.0-preview-27323-8
2019-01-24 03:29:00 +00:00
Nate McMaster
9de74918a2
Normalize file paths to .wixproj files
2019-01-23 17:34:52 -08:00
dotnet-maestro
6afc6fb4f6
Update dependencies from https://github.com/aspnet/Extensions build 20190123.02
...
This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview.19073.2
- Microsoft.JSInterop - 3.0.0-preview.19073.2
- Microsoft.Extensions.WebEncoders - 3.0.0-preview.19073.2
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview.19073.2
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview.19073.2
- Microsoft.Extensions.Primitives - 3.0.0-preview.19073.2
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview.19073.2
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview.19073.2
- Microsoft.Extensions.DependencyInjection.Specification.Tests - 3.0.0-preview.19073.2
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.Configuration - 3.0.0-preview.19073.2
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview.19073.2
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview.19073.2
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview.19073.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview.19073.2
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview.19073.2
- Microsoft.AspNetCore.Testing - 3.0.0-preview.19073.2
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview.19073.2
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview.19073.2
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview.19073.2
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview.19073.2
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview.19073.2
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview.19073.2
- Microsoft.Extensions.Options - 3.0.0-preview.19073.2
- Microsoft.Extensions.ObjectPool - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.Console - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging - 3.0.0-preview.19073.2
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.Localization - 3.0.0-preview.19073.2
- Microsoft.Extensions.Http - 3.0.0-preview.19073.2
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview.19073.2
- Microsoft.Extensions.Hosting - 3.0.0-preview.19073.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview.19073.2
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview.19073.2
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview.19073.2
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview.19073.2
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview.19073.2
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview.19073.2
2019-01-24 01:25:19 +00:00
Nate McMaster
75d9146f39
Update buildtools to 3.0.0-build-20190123.3 ( #6959 )
2019-01-23 16:05:02 -08:00