Commit Graph

37576 Commits

Author SHA1 Message Date
Ben Adams ddce32a791 Use C#8 (#8128) 2019-03-02 19:48:43 -08:00
Andrew Stanton-Nurse 4aad7548c1
skip Libuv.FunctionalTests RemoteIPv6Address on Helix (#8111) 2019-03-01 18:37:51 -08:00
Andrew Stanton-Nurse 6e8a9f6d6a
Skip flaky clientcert test in Kestrel (#8112)
related #7265

flaked out in https://github.com/aspnet/AspNetCore/pull/7987
2019-03-01 18:37:23 -08:00
Chris Ross 93b195e566
Change SameSite default to None #2675 #4661 (#8043) 2019-03-01 16:22:12 -08:00
Pavel Krymets 01ce2836c8
Publish helix tests in release (#8104)
Fixes: https://github.com/aspnet/AspNetCore/issues/8103
2019-03-01 15:48:48 -08:00
Chris Ross 1830f4f0dd
Avoid race in FileWatcher test Internal/1710 (#8095) 2019-03-01 15:03:21 -08:00
N. Taylor Mullen eee89a7c22
Merge pull request #8051 from aspnet/nimullen/1859
Skip first run experience on azure pipelines.
2019-03-01 14:44:47 -08:00
Pavel Krymets 2a5403b730
Add runtime project back to sharedfx project list (#8093) 2019-03-01 14:44:41 -08:00
Justin Kotalik fc9e48877c
Add FormPipeReader (#7964) 2019-03-01 14:41:05 -08:00
Andrew Stanton-Nurse 9a61275fa6
skipping ReactRedux test due to flakiness (#8100)
related #7377
2019-03-01 13:54:57 -08:00
Pranav K 85c051d8da
Skipping flaky test (#8101) 2019-03-01 13:37:19 -08:00
Damian Edwards bec911d8b4
Merge pull request #7993 from zbecknell/patch-1
Update Blazor NDC video link
2019-03-01 12:26:14 -08:00
Doug Bunting 7518f35761
Merge branch 'release/3.0-preview3' => 'master' (#8062)
- mostly [automated]
2019-03-01 12:23:29 -08:00
Andrew Stanton-Nurse 8cd36953ef
skip flaky HttpSys test in helix (#8092)
Related to #8091
2019-03-01 12:20:59 -08:00
BrennanConroy 337370263a
Remove private assets (#8080) 2019-03-01 11:17:29 -08:00
BrennanConroy d0c415a4dc
Skip flaky websocket test (#8085) 2019-03-01 11:14:25 -08:00
Doug Bunting 3be568b894
Merge branch 'master' into merge/release/3.0-preview3-to-master 2019-03-01 10:51:15 -08:00
N. Taylor Mullen 4093399e8c Skip first run experience on azure pipelines.
- Suppresses the 'Welcome to .NET Core!' output that times out tests and causes locked file issues. When using dotnet we're not guarunteed to run in an environment where the dotnet.exe has had its first run experience already invoked. This would cause our functional tests to time out and occasionally crash due to dotnet first run experience sentinels being locked.

aspnet/AspNetCore-Internal#1859
2019-03-01 10:35:04 -08:00
Justin Kotalik a7f1cc1b2a
Redisable AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires (#8082) 2019-03-01 10:10:14 -08:00
Ryan Brandenburg 0d489304a4
Skip react for now (#8053)
Skip react for now
2019-03-01 09:47:53 -08:00
Hao Kung 3b16c69786 Skip NodeServices tests on helix (#8045)
NodeJs not installed on helix boxes by default currently

https://github.com/aspnet/AspNetCore/issues/8044 tracking this skip
2019-03-01 09:37:43 -08:00
Justin Kotalik 32aebef4d1
Disable any flaky IIS tests (#8050) 2019-03-01 08:19:26 -08:00
Javier Calvarro Nelson 98c7e965bd
[ApiAuthorization] Mark package as shipping (#8026) 2019-03-01 07:52:29 -08:00
Justin Kotalik 5fd53d9d07
Check HasStarted before calling Flush/Start in StartAsync (#8041) 2019-02-28 22:45:24 -08:00
dotnet-maestro[bot] 378348b6b6 [release/3.0-preview3] Update dependencies from 5 repositories (#8042)
* Update dependencies from https://github.com/dotnet/corefx build 20190228.7

This change updates the following dependencies
- System.ComponentModel.Annotations - 4.6.0-preview3.19128.7
- Microsoft.Bcl.Json.Sources - 4.6.0-preview3.19128.7
- Microsoft.CSharp - 4.6.0-preview3.19128.7
- Microsoft.NETCore.Platforms - 3.0.0-preview3.19128.7
- Microsoft.Win32.Registry - 4.6.0-preview3.19128.7
- System.Reflection.Metadata - 1.7.0-preview3.19128.7
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview3.19128.7
- System.Security.Cryptography.Cng - 4.6.0-preview3.19128.7
- System.Security.Cryptography.Pkcs - 4.6.0-preview3.19128.7
- System.Security.Cryptography.Xml - 4.6.0-preview3.19128.7
- System.Security.Permissions - 4.6.0-preview3.19128.7
- System.Security.Principal.Windows - 4.6.0-preview3.19128.7
- System.ServiceProcess.ServiceController - 4.6.0-preview3.19128.7
- System.Text.Encodings.Web - 4.6.0-preview3.19128.7
- System.Threading.Channels - 4.6.0-preview3.19128.7
- System.Data.SqlClient - 4.7.0-preview3.19128.7
- System.Diagnostics.EventLog - 4.6.0-preview3.19128.7
- System.IO.Pipelines - 4.6.0-preview3.19128.7
- System.Net.Http.WinHttpHandler - 4.6.0-preview3.19128.7
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview3.19128.7

* Update dependencies from https://github.com/dotnet/core-setup builds 20190228.5 and 20190228.8

This change updates the following dependencies
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview3-27428-8
- Microsoft.Extensions.DependencyModel - 3.0.0-preview3-27428-8
- Microsoft.NETCore.App - 3.0.0-preview3-27428-8

* Update dependencies from https://github.com/aspnet/Extensions builds 20190228.1 and 20190228.5

This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview3.19128.5
- Microsoft.JSInterop - 3.0.0-preview3.19128.5
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview3.19128.5
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview3.19128.5
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview3.19128.5
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration - 3.0.0-preview3.19128.5
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview3.19128.5
- Microsoft.AspNetCore.Testing - 3.0.0-preview3.19128.5
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview3.19128.5
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview3.19128.5
- Mono.WebAssembly.Interop - 3.0.0-preview3.19128.5
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview3.19128.5
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview3.19128.5
- Microsoft.Extensions.WebEncoders - 3.0.0-preview3.19128.5
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview3.19128.5
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Primitives - 3.0.0-preview3.19128.5
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Options - 3.0.0-preview3.19128.5
- Microsoft.Extensions.ObjectPool - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview3.19128.5
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.Console - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Localization - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Http - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Hosting - 3.0.0-preview3.19128.5
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview3.19128.5
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview3.19128.5

* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190228.4

This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview3.19128.4
- Microsoft.NET.Sdk.Razor - 3.0.0-preview3.19128.4
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview3.19128.4
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview3.19128.4

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190228.8, 20190228.9 and 20190228.10

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19128.10
- Microsoft.EntityFrameworkCore - 3.0.0-preview3.19128.10
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview3.19128.10
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview3.19128.10
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview3.19128.10
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview3.19128.10
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview3.19128.10
2019-02-28 22:45:20 -08:00
Justin Kotalik 3509323ad1
Remove extra await/state machine in FlushAsync (#7646) 2019-02-28 22:42:42 -08:00
Mikael Mengistu 745941058c
Detect Classic SignalR Server in Java Client (#7817) 2019-02-28 18:12:53 -08:00
Chris Ross c0e6722020
Make ConventionBasedStartup pubternal #6975 (#7800) 2019-02-28 15:21:01 -08:00
Pavel Krymets cfe41771fd
Update core-setup to version containing signing fix and EF to version… (#8040)
… containing System.Data fix
2019-02-28 14:04:17 -08:00
Ryan Nowak cb21edc500
Fix #7258 - remove components.server dependencies on blazor-specific plumbing (#7934)
* Removes a bunch of trivial usage of Blazor

... in names and comments where we don't specifically mean Blazor.

* Remove obsolete Startup from Components app

* Move UseBlazor into Blazor.Server

Moves UseBlazor and the related features in Blazor.Server - along with
some other general cleanup of misc shared files.

Now Components.Server has a much slimmer set of dependencies (MVC is
gone) and doesn't contain the "double startup" pattern that we
introduced (sorry).

We'll revisit UseBlazor and the dependencies there once the new
MapFallbackToFile support is available from static files.

* minor PR feedback

* Update reference assemblies

* fix broken test
2019-02-28 10:36:07 -08:00
Chris Ross f168835c0a
Avoid port conflicts for HttpSys Internal/#1795 (#7808) 2019-02-28 10:31:15 -08:00
Nate McMaster e7b00a5508
Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs (#7832)
* Deprecate the Microsoft.AspNetCore.App metapackage in favor of targeting and runtime packs
* Stop producing Microsoft.AspNetCore.App, and runtime.$(rid).Microsoft.AspNetCore.App
* Generate the shared framework without using 'NuGet' restore
* Stop producing intermediate packages for shared-framework only assemblies
* Put the platform manifest into the targeting pack (data/Microsoft.AspNetCore.App.PlatformManifest.txt)
* Create well-known, shared intermediate directories that installers can use to bundle content
2019-02-28 10:14:18 -08:00
Steve Sanderson 18c1b994df
Basic integration tests for NodeServices (#8029) 2019-02-28 17:58:57 +00:00
Pranav K f79f2e3b12
Add some reference docs for MVC (#7981) 2019-02-28 09:56:55 -08:00
Nate McMaster 3d2946060f
Update ResolveReferences.targets to include ContentFiles and Build assets from .Sources packages (#8032) 2019-02-28 09:30:10 -08:00
BrennanConroy 47220cf13e
Fix StreamInvocationsBlockOtherInvocationsUntilTheyStartStreaming (#8015) 2019-02-28 09:23:33 -08:00
Doug Bunting 19fa2635d6
Merge branch 'release/3.0-preview3' => 'master' (#7941)
- mostly [automated]
2019-02-28 07:15:02 -08:00
dotnet-maestro[bot] 087ec0a542 Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190227.9 (#8020)
This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview3.19127.9
- Microsoft.NET.Sdk.Razor - 3.0.0-preview3.19127.9
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview3.19127.9
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview3.19127.9
2019-02-28 06:36:06 -08:00
Massimo Prota 0dd3375095 [Azure] Fixed two misspelling of 'tenant' in properties' inline XML documentation (#7912)
- Azure/AzureAD/Authentication.AzureAD.UI/src/AzureADOptions.cs
- AzureAD/Authentication.AzureADB2C.UI/src/AzureAdB2COptions.cs
2019-02-28 03:06:22 -08:00
dotnet-maestro[bot] db641446e3 [release/3.0-preview3] Update dependencies from 5 repositories (#7999)
* Update dependencies from https://github.com/dotnet/corefx build 20190227.2

This change updates the following dependencies
- System.ComponentModel.Annotations - 4.6.0-preview3.19127.2
- Microsoft.Bcl.Json.Sources - 4.6.0-preview3.19127.2
- Microsoft.CSharp - 4.6.0-preview3.19127.2
- Microsoft.NETCore.Platforms - 3.0.0-preview3.19127.2
- Microsoft.Win32.Registry - 4.6.0-preview3.19127.2
- System.Reflection.Metadata - 1.7.0-preview3.19127.2
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview3.19127.2
- System.Security.Cryptography.Cng - 4.6.0-preview3.19127.2
- System.Security.Cryptography.Pkcs - 4.6.0-preview3.19127.2
- System.Security.Cryptography.Xml - 4.6.0-preview3.19127.2
- System.Security.Permissions - 4.6.0-preview3.19127.2
- System.Security.Principal.Windows - 4.6.0-preview3.19127.2
- System.ServiceProcess.ServiceController - 4.6.0-preview3.19127.2
- System.Text.Encodings.Web - 4.6.0-preview3.19127.2
- System.Threading.Channels - 4.6.0-preview3.19127.2
- System.Data.SqlClient - 4.7.0-preview3.19127.2
- System.Diagnostics.EventLog - 4.6.0-preview3.19127.2
- System.IO.Pipelines - 4.6.0-preview3.19127.2
- System.Net.Http.WinHttpHandler - 4.6.0-preview3.19127.2
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview3.19127.2

* Update dependencies from https://github.com/dotnet/core-setup builds 20190227.6 and 20190227.8

This change updates the following dependencies
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview3-27427-8
- Microsoft.Extensions.DependencyModel - 3.0.0-preview3-27427-8
- Microsoft.NETCore.App - 3.0.0-preview3-27427-8

* Update dependencies from https://github.com/aspnet/Extensions builds 20190227.3 and  20190227.5

This change updates the following dependencies
- Internal.AspNetCore.Analyzers - 3.0.0-preview3.19127.5
- Microsoft.JSInterop - 3.0.0-preview3.19127.5
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview3.19127.5
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview3.19127.5
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview3.19127.5
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration - 3.0.0-preview3.19127.5
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview3.19127.5
- Microsoft.AspNetCore.Testing - 3.0.0-preview3.19127.5
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview3.19127.5
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview3.19127.5
- Mono.WebAssembly.Interop - 3.0.0-preview3.19127.5
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview3.19127.5
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview3.19127.5
- Microsoft.Extensions.WebEncoders - 3.0.0-preview3.19127.5
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview3.19127.5
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Primitives - 3.0.0-preview3.19127.5
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Options - 3.0.0-preview3.19127.5
- Microsoft.Extensions.ObjectPool - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview3.19127.5
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.Console - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Localization - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Http - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Hosting - 3.0.0-preview3.19127.5
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview3.19127.5
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview3.19127.5

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore builds 20190227.2, 20190227.5, 20190227.7, and 20190227.10

This change updates the following dependencies
- dotnet-ef - 3.0.0-preview3.19127.10
- Microsoft.EntityFrameworkCore - 3.0.0-preview3.19127.10
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview3.19127.10
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview3.19127.10
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview3.19127.10
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview3.19127.10
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview3.19127.10

* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190227.8

This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview3.19127.8
- Microsoft.NET.Sdk.Razor - 3.0.0-preview3.19127.8
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview3.19127.8
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview3.19127.8
2019-02-27 21:57:48 -08:00
Justin Kotalik 555e460c15
Fix flaky AbortedStream test in Kestrel (#8010) 2019-02-27 20:55:10 -08:00
Stephen Halter 896c027010
Increase shutdown timeout in Kestrel's other TestServer (#8011) 2019-02-27 18:15:25 -08:00
N. Taylor Mullen f5b6039add Add docs for Microsoft.AspNetCore.Mvc.TagHelpers.
- Also obsoleted two unused members on `ImageTagHelper`.
- Removed `NoWarn` for docs on `Microsoft.AspNetCore.Mvc.TagHelpers`.

Addresses aspnet/Docs/#10593
2019-02-27 15:42:38 -08:00
Hao Kung 07dad89721
Clarify ExternalLoginInfo displayName doc comment (#7833) 2019-02-27 15:02:20 -08:00
BrennanConroy a936d77845
Automatically capture crashdumps for C++ client tests (#7940) 2019-02-27 14:20:14 -08:00
Pavel Krymets b6216b6101
Disable parallel publish for Helix (#8004) 2019-02-27 13:28:54 -08:00
Nathan 4e4fdaaf68 Adding SameSite comments (#7907) 2019-02-27 12:00:16 -08:00
James Newton-King a6b00f0d0d
Add xml docs to RazorPagesEndpointRouteBuilderExtensions (#7992) 2019-02-28 08:22:44 +13:00
Pavel Krymets 783131a750
Re-enable full IIS tests on Windows.10.Amd64.EnterpriseRS3.ASPNET.Open (#7959) 2019-02-27 11:03:41 -08:00
Sébastien Ros fd83f4dbb9
Using <FrameworkReference> in benchmark apps (#7957) 2019-02-27 10:27:01 -08:00