Javier Calvarro Nelson
1480b99866
Enforce E2E test prerequisites when building individual solutions only ( #11642 )
...
* Fixes multiple issues that happened due to the E2E tests not running on the CI
* Enforces prerequisites for E2E tests on the CI and when building projects with E2E tests.
* Re-enables the E2E tests for templates.
2019-06-29 01:04:36 +02:00
Ajay Bhargav Baaskaran
f7de3da7a1
Update blazor templates for preview7 ( #11691 )
2019-06-28 15:35:06 -07:00
Brennan
7820137ad5
Add xml comments to HubInvocationContext ( #11683 )
2019-06-28 15:27:25 -07:00
Dylan Dmitri Gray
3cb414afdc
Dylan/event source ( #11516 )
...
* Queuing Middleware now supports EventSources. Visibility for: items in queue, duration spent in queue, number of rejected requests.
2019-06-28 15:20:50 -07:00
Ben Adams
81b757afcc
Pass ReadOnlySequence<byte> via in ( #11052 )
2019-06-28 14:51:52 -07:00
Stephen Halter
bcb59fa5c9
Don't throw Exceptions from PipeWriter APIs after RST_STREAM ( #11675 )
...
* Don't throw InvalidOperationExceptions from PipeWriter APIs after HTTP/2 aborts
2019-06-28 14:40:35 -07:00
Steve Sanderson
5c81754bad
Fix authentication state revalidation code in project template
2019-06-28 19:39:05 +01:00
Pranav K
b472b0afaf
Update WeatherForecastController.cs ( #11668 )
2019-06-28 10:12:17 -07:00
Chris Ross
e7385788b7
Unskip work template test #7974 ( #11658 )
2019-06-28 10:08:29 -07:00
David Fowler
1c71752b1f
Move connection id creation into the transport. ( #11680 )
2019-06-28 10:00:05 -07:00
Jacques Eloff
d0d94e157b
Merge pull request #11660 from aspnet/joeloff/EULA
...
Update FWLINK to point to latest EULA
2019-06-28 06:53:52 -07:00
Steve Sanderson
d1146d043f
Add authentication revalidation logic to IndividualLocalAuth server-side Blazor template. Implements #10698 ( #11548 )
2019-06-28 09:12:59 +01:00
Justin Kotalik
33849f3381
Make site extension not use SemVer 2.0 ( #11565 )
2019-06-27 19:36:17 -07:00
Justin Kotalik
31a8130638
Moving slns to better places ( #11661 )
2019-06-27 19:32:04 -07:00
Javier Calvarro Nelson
7a167943f6
Moves from props to target file to be imported after Microsoft.Build.Common.targets where $(TargetFileName) is defined ( #11669 )
2019-06-27 19:00:31 -07:00
Chris Ross
1c0014c539
Convert TestServer to pipes #11598 ( #11611 )
2019-06-27 16:15:59 -07:00
huysentruitw
2508dfcd2b
Expose TestServer as public property on RequestBuilder #5947 ( #10396 )
2019-06-27 15:41:04 -07:00
Doug Bunting
4e4ccdd92a
Address some rough edges in service reference feature
...
- #11393
- avoid NU1702 warnings
- move defaults for `$(OpenApiGenerateDocuments)` and `$(OpenApiGenerateDocumentsOnBuild)` later, into .targets
- do not generate documents for .NET Core 2.0 and earlier TFMs (feature is not supported there)
- add `Inputs` and `Outputs` to the `GenerateOpenApiDocuments` target, reducing redundant builds
nit: correct Microsoft.Extensions.ApiDescription.Server package version when building locally
2019-06-27 15:29:18 -07:00
Stephen Halter
30fe3a2288
Adopt Bedrock client abstractions in SignalR client ( #11484 )
2019-06-27 15:26:16 -07:00
John Luo
82149f92ed
gRPC template updates ( #11473 )
2019-06-27 15:04:01 -07:00
Jacques Eloff
c3e88a8732
Update FWLINK to point to latest EULA
2019-06-27 14:34:54 -07:00
Chris Ross
2745349822
Deal with blocking HttpSys tests ( #11628 )
2019-06-27 14:11:53 -07:00
Chris Ross
2e7c52d97c
Make CertificateLoader public #11312 ( #11655 )
2019-06-27 14:04:32 -07:00
Chris Ross
b957b75a54
Add workaround to template readme #11303 ( #11656 )
2019-06-27 13:55:36 -07:00
Steve Sanderson
37aadc2aab
Add comment to RemoteRenderer clarifying #11107
2019-06-27 21:01:30 +01:00
Steve Sanderson
4ed0cd3324
Reintroduce required @ chars to benchmarks output ( #11649 )
2019-06-27 11:03:35 -07:00
Andrew Stanton-Nurse
eb1aa2433b
Merge pull request #11496 from NickDarvey/allow-derived-args-with-synthetic-args
...
Fixes dispatching of derived type arguments to hub methods
2019-06-27 10:24:38 -07:00
Justin Kotalik
185d28925e
Actually use correct versions in VS Insertion Packages ( #11615 )
2019-06-27 10:14:53 -07:00
Pranav K
b7ad834b8d
Remove Circuit test ( #11623 )
2019-06-27 09:46:19 -07:00
Steve Sanderson
4df198dfaa
Apply selection to options even within markup block or optgroup. Fixes #5616 #10648
2019-06-27 16:31:53 +01:00
Chris Ross
fd9ad7f8c5
Remove flaky HttpSys test Server_MultipleOutstandingSyncRequests_Success ( #11622 )
2019-06-26 22:18:10 -07:00
David Fowler
6de357e7f2
Revert the output pipe in the DuplexStreamPipeAdapter ( #11601 )
...
* Revert back to copying data to pipes
* Replace the output pipe only
* Don't complete the connection pipe in Http2FrameWriter
- This leads to trunated data in some cases. Instead just yield the middleware so we can be sure no more user code is running (Http1OutputProducer does this as well). There are still cases where a misbeaving application that doesn't properly await writes gets cut off but that will be fixed in the SteamPipeWriter itself.
- Updated tests
2019-06-26 22:06:09 -07:00
Brennan
585b57593c
Fix SignalR Npm flakiness ( #11450 )
2019-06-26 20:52:52 -07:00
Brennan
7610ba3ef3
Use writer/serializer json interop in SignalR ( #11625 )
2019-06-26 20:40:30 -07:00
Stephen Halter
f2ef27d46c
Remove Debug.Assert from Http2OutputProducer ( #11624 )
2019-06-26 18:27:00 -07:00
Mikael Mengistu
de9a8a9c0b
Rename @aspnet/signalr to @microsoft/signalr ( #11576 )
2019-06-26 18:16:51 -07:00
Javier Calvarro Nelson
1defaa5ac2
Revert "Move SPA flows to use code ( #11227 )" ( #11596 )
...
This reverts commit 2287abcc3e .
2019-06-27 01:01:01 +02:00
dotnet-maestro[bot]
59292a5245
[master] Update dependencies from aspnet/AspNetCore-Tooling ( #11599 )
...
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190626.1
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19326.1
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19326.1
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19326.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19326.1
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190626.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19326.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19326.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19326.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19326.2
* EFCore didn't update again
2019-06-26 22:40:24 +00:00
Justin Kotalik
785cd9abb1
Fix runtime targeting pack ( #11582 )
2019-06-26 13:09:08 -07:00
Thomas Levesque
dab27e7867
Fix default value for ResponseType in doc comments ( #11587 )
...
The comment says that the default value for `ResponseType` is `CodeIdToken` (hybrid flow), but the property is actually set to `IdToken` (implicit flow)
2019-06-26 11:17:54 -07:00
dotnet-maestro[bot]
15fb5b9e83
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190625.7 ( #11589 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19325.7
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19325.7
- dotnet-ef - 3.0.0-preview7.19325.7
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19325.7
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19325.7
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19325.7
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19325.7
2019-06-26 08:24:35 -07:00
Chris Ross
f990751f54
Add GenericWebHostService after user code #11437 ( #11575 )
2019-06-26 07:46:30 -07:00
dotnet-maestro[bot]
9f52639909
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190625.6 ( #11578 )
...
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19325.6
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19325.6
- dotnet-ef - 3.0.0-preview7.19325.6
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19325.6
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19325.6
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19325.6
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19325.6
2019-06-26 04:16:15 +00:00
Doug Bunting
e8fba43b1f
Move to 3.0 Preview 6 SDK ( #11472 )
...
* Work around https://github.com/dotnet/cli/issues/11378
* Fix site extensions - thanks @JunTaoLuo❕
2019-06-25 20:43:07 -07:00
Nick Darvey
32998b9e3c
Adds comment about the security of TypeNameHandling.All
2019-06-26 12:50:42 +10:00
dotnet-maestro[bot]
fe796b216e
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190625.2 ( #11574 )
...
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19325.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19325.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19325.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19325.2
2019-06-26 01:43:00 +00:00
Hao Kung
dc954e1936
Fix external login registration when RequireConfirmedAccount ( #11572 )
2019-06-25 17:51:43 -07:00
Nick Darvey
3fc4bee7e2
Adds DerivedParameterKnownTypesBinder so that we're following better practice in our tests
2019-06-26 10:35:03 +10:00
dotnet-maestro[bot]
921dd947b9
[master] Update dependencies from 3 repositories ( #11531 )
...
* Update dependencies from https://github.com/aspnet/Blazor build 20190624.2
- Microsoft.AspNetCore.Blazor.Mono - 0.10.0-preview7.19324.2
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190624.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview7.19324.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview7.19324.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview7.19324.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview7.19324.2
* Update EFCore and Extensions
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190624.5
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview7.19324.5
- dotnet-ef - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview7.19324.5
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview7.19324.5
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Win32.Registry - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.ComponentModel.Annotations - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Diagnostics.EventLog - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.IO.Pipelines - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Net.Http.WinHttpHandler - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Reflection.Metadata - 1.7.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Cng - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Pkcs - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Xml - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Permissions - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Principal.Windows - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.ServiceProcess.ServiceController - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Encodings.Web - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Json - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- System.Threading.Channels - 4.6.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Ref - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- NETStandard.Library.Ref - 2.1.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.Platforms - 3.0.0-preview7.19320.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview7-27823-05 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.0-preview7.19324.1 (parent: Microsoft.EntityFrameworkCore)
* Ingest new EFCore
* Fix Routing tests
* Fix antiforgery
* Fix CORS
* Fix Mvc.Core
* Fix SignalR.Client
* Fix SignalR better
2019-06-25 23:05:54 +00:00
Ajay Bhargav Baaskaran
f40bfde9ff
Make Razor file encoding consistent ( #11530 )
...
* Make Razor file encoding consistent
* feedback
2019-06-25 15:51:20 -07:00