Commit Graph

38876 Commits

Author SHA1 Message Date
Javier Calvarro Nelson f56c4c1c33
Fix yarn audit issues by lifting dependency versions (#11318) 2019-06-18 22:24:52 +02:00
Hao Kung 2191f073d7
Turn on new confirmation flow in templates (#9003) 2019-06-18 13:20:09 -07:00
Kahbazi bff78bdd11 Remove use of null-conditional operator for logger (#6579) 2019-06-18 11:18:43 -07:00
Chris Ross 9077b38805
Implement IHttpResetFeature in Kestrel #10886 (#11300) 2019-06-18 11:14:40 -07:00
Brennan 8984144db4
Update dev deps for SignalR (#11330) 2019-06-18 10:58:53 -07:00
Mikael Mengistu 04c3192d3c
Clean up Pubternal Types in SignalR (#11162) 2019-06-18 10:32:38 -07:00
Justin Kotalik 34d5f54e9c
Merge pull request #11200 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2019-06-18 10:02:50 -07:00
Justin Kotalik 213f6efd30 Make CORS functional tests select different ports (#11063)
* fxup some slns
- remove samples
2019-06-18 10:00:16 -07:00
Balint Farkas 793559af98 Corrected spelling of "canceled". Put .OrTimeout() on every await call. 2019-06-18 09:40:40 -07:00
Balint Farkas 9bb59b2ec6 Added CanCancelStartingConnectionAfterNegotiate (#10432) 2019-06-18 09:40:40 -07:00
Justin Kotalik c288baf967 mark test as flaky (#11306) 2019-06-17 19:52:46 -07:00
Justin Kotalik cbafafa188 Reduce logging branch path size. (#11297)
* Working on debugging issues with logging site extension
* rename logging branch

- aspnet/AspNetCore-Internal/#2665
2019-06-17 16:51:40 -07:00
Justin Kotalik 16edad9aad Merge remote-tracking branch 'origin/release/2.2' into merge/release/2.2-to-master 2019-06-17 15:40:10 -07:00
David Fowler f7a2d3c26c
Hoist activity fields to the logging scope (#11211)
- Expose SpanId, TraceId and ParentId to logging scope properties
- Added tests to verify the Hierarchical ID format
- Store the activity and lazily compute the various properties
2019-06-18 00:17:17 +02:00
Mikael Mengistu 4235dd2999
Allow sending null params in Java client (#11272) 2019-06-17 14:32:02 -07:00
Javier Calvarro Nelson 9c4faf86e5
Update oidc dependency on the react and angular templates
Updates oidc-client to the latest 1.8 version.
2019-06-17 23:20:14 +02:00
Pranav K 8fd85ec8ce
Ensure CircuitRegistry evicts CircuitHost entries after configured (#11157)
* Ensure CircuitRegistry evicts CircuitHost entries after configured
duration

* Use an active expiration token to trigger expiration
* Add logging during host state transitions

Fixes https://github.com/aspnet/AspNetCore/issues/9893
2019-06-17 13:15:15 -07:00
Brennan 9136d27127
[TS] Remove extra negotiates from common scenarios (#11191) 2019-06-17 13:09:00 -07:00
Martin Costello cc96e988f4 More read interface IList.Count once rather than per iteration + miscellany (#11253)
* Read interface IList.Count once rather than per iteration

Inspired by #9962, read .Count once rather than once per loop iteration.

* Use nameof() instead of ToString()

Use constant nameof() on enum value, rather than runtime ToString().

* Right-size dictionary

Initialize dictionary with a fixed number of elements to the number of elements it contains.

* Use DisposeAsync()

Use DisposeAsync() on FileBufferingReadStream in input formatters.

* Override DisposeAsync()

Override DisposeAsync() to call DisposeAsync() on the inner stream.

* Use GetValueOrDefault() for content-length

Use GetValueOrDefault() to read the content length once instead of checking HasValue once and Value up to three times.

* Update Microsoft.AspNetCore.WebUtilities.netcoreapp3.0.cs

Add DisposeAsync().

* Use DisposeAsync()

Use DisposeAsync() on transcoding streams as other formatters do.
2019-06-17 11:22:45 -07:00
Doug Bunting 4f67ff9216 Deploy Microsoft.Web.Xdt.Extensions.pdb
- #10495
- add a general mechanism to publish "loose" PDBs

also, correct a typo from af2f647d635d: always publish the log artifacts
2019-06-17 11:13:12 -07:00
Martin Costello 87ea03daf1 Register SystemTextJsonResultExecutor (#11247)
Register SystemTextJsonResultExecutor as part of MVC core services so that JsonResult works without Newtonsoft.Json.
Addresses #11246.
2019-06-17 09:33:45 -07:00
dotnet-maestro 2eca9ce80a Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190616.1
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19316.1
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19316.1
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19316.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19316.1
2019-06-17 09:12:02 -07:00
Pranav K 730db07d29
Allow PostAsJsonAsync to accept Json with any case (#11254) 2019-06-17 09:00:59 -07:00
Pranav K 17c7ea95a2
Add API to configure CircuitOptions (#11166)
* Add API to configure CircuitOptions
2019-06-17 09:00:45 -07:00
David Fowler b47b3e5ac6
Wait for server connection to end (#11256) 2019-06-17 17:42:16 +02:00
Doug Bunting 2c9e5c9356
Merge branch 'release/2.1' => 'release/2.2' #11236 2019-06-17 06:56:05 -07:00
David Fowler ab52a1d3ed
Kestrel API clean up based on review (#11257)
- Make most of the sockets transport internal.
- Remove EndPoint from ListenOptions
2019-06-17 08:10:42 +02:00
dotnet-maestro[bot] 169b7db307 [master] Update dependencies from 2 repositories (#11201)
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190613.2
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19313.2
- dotnet-ef - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19313.2
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19313.2

Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- …
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19312.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27812-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19312.4 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.6.0-preview7.19312.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27812-08 (parent: Microsoft.Extensions.Logging)
- …

* Ignore nullable check

* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190615.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19315.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19315.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19315.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19315.2
2019-06-16 21:28:14 -07:00
Alessio Franceschelli b528fd0a46 Install Visual Studio: add support for preview (#11265) 2019-06-16 16:01:14 -07:00
dannyBies 1521e6fa72 Update StartupAnalyzer.Diagnostics.cs (#11245) 2019-06-15 19:01:52 -07:00
Chris Ross bc5bee7477
Implement Http/2 CompleteAsync #10886 (#11193) 2019-06-15 09:01:45 -07:00
Brennan 5872814a64
Allow null arguments from HubConnection (#11241) 2019-06-14 20:37:13 -07:00
Javier Calvarro Nelson f652c22202
[Fixes #11183] Race condition in RouteBase.EnsureLoggers (#11218)
[Fixes #11183] Race condition in RouteBase.EnsureLoggers
2019-06-15 00:54:14 +02:00
John Luo af2f647d63
Run signcheck if previous steps succeeded an try publishing build artifacts before uploading test results (#11237) 2019-06-14 15:38:11 -07:00
Justin Kotalik d2327a506e Merge branch 'release/2.1' into release/2.2 2019-06-14 15:25:31 -07:00
Nate McMaster d8581565da Fix order in which EF properties are set 2019-06-14 13:49:52 -07:00
Arthur Vickers 21f6b5f664 Update submodules.props for EF 2.2.6 2019-06-14 13:49:52 -07:00
Andrew Stanton-Nurse a79bb2a79d
fix #11114 by setting DesignerCategory for WebHostService (#11123) 2019-06-14 13:48:20 -07:00
Justin Kotalik f74ca433b4 Always include ANCM in build output (#11199) 2019-06-14 13:29:00 -07:00
Pranav K cd7eda9a33
Use a valid canceled task (#11161) 2019-06-14 13:13:53 -07:00
Justin Kotalik 0460bc3ff8 Always include ANCM in build output (#11198) 2019-06-14 12:50:25 -07:00
Nate McMaster 87106707d6
Always produce a .zip and .tar.gz for the targeting pack (#11230) 2019-06-14 11:50:34 -07:00
David Fowler 9466ec702f
Move TransportConnection to shared source (#11215)
- Remove it from Connection.Abstractions and make it shared source.
2019-06-14 11:48:41 -07:00
John Luo 65c8e1f5a0
Update logging to stop masking return code (#11231) 2019-06-14 11:23:55 -07:00
Stephen Halter e727101957
Work around potential race in PipeWriter Redux (#11065)
- Make sure we always await the last flush task before calling FlushAsync
  again instead of preemptively calling FlushAsync and checking to see
  if the ValueTask is incomplete before bothering to acquire the _flushLock
- This now acquires the _flushLock fore every call to Response.Body.Write
  whereas this only happened for truly async writes before.
- I don't think this is a big concern since this should normally be uncontested,
  and DefaultPipeWriter.FlushAsync/GetResult already acquire a lock.
2019-06-13 20:03:29 -07:00
Brennan 902369610a Convert SignalR EventSource usage to new pattern (#11130) 2019-06-13 18:40:00 -07:00
dotnet-maestro-bot 9517e376a2 Make the test input a bit more reasonable (#11096) (#11113)
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/2626
2019-06-13 18:33:04 -07:00
Dylan Dmitri Gray c24c4cac01
Dylan/request queue di (#11167)
Decoupled Middleware from QueuePolicy
2019-06-13 16:36:21 -07:00
Chris Ross 82d2b4f4d0
Fail on startup for Http/2 HTTPS on Mac #11061 (#11120)
* Use automatic resx #11054
2019-06-13 15:42:45 -07:00
dotnet-maestro[bot] 3bf09d8d75 [master] Update dependencies from 2 repositories (#11127)
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190611.1
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19311.1
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19311.1
- dotnet-ef - 3.0.0-preview7.19311.1
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19311.1
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19311.1
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19311.1
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19311.1

Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Win32.Registry - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.ComponentModel.Annotations - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Diagnostics.EventLog - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.IO.Pipelines - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Net.Http.WinHttpHandler - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Reflection.Metadata - 1.7.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Cng - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Xml - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Permissions - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Principal.Windows - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.ServiceProcess.ServiceController - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Encodings.Web - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Json - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- System.Threading.Channels - 4.6.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- NETStandard.Library.Ref - 2.1.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19310.3 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.App - 3.0.0-preview7-27810-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.0-preview7.19310.6 (parent: Microsoft.EntityFrameworkCore)

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

- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19312.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19312.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19312.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19312.2
2019-06-13 14:52:19 -07:00