David Fowler
16be9a264e
Don't re-use DefaultHttpContext if IHttpContextAccessor is in use ( #15049 )
...
* Don't re-use DefaultHttpContext if IHttpContextAccessor is in use
- Consumers may still get null or an ODE but will never end up with data from a different request.
- Make sure an ODE is thrown from all properties on HttpContext after the request is over.
2019-10-16 17:09:54 -07:00
N. Taylor Mullen
163c09f984
Add support for partial component class editing -> refresh components.
...
- We now do aggressive detection on the type of C# class that's being edited. In order to not impact C# scenarios we only do work if C# assets are available to us. Meaning, we inspect the old document and if that document has its' semantic model available we spend cycles to determine if it's a component. In the case that we find a C# component class that wasn't previously caught we enqueue an update.
- Added several tests to ensure we enqueue and that we properly detect component classes.
aspnet/AspNetCoredotnet/aspnetcore-tooling#14646
\n\nCommit migrated from d8b62e121f
2019-10-16 15:10:39 -07:00
Pranav K
82e62cb34f
Add a flag to prevent config, json files from being copied to the build output directory ( dotnet/aspnetcore-tooling#1240 )
...
Fixes https://github.com/aspnet/AspNetCore/issues/14017\n\nCommit migrated from 8a99b91799
2019-10-16 14:34:59 -07:00
Matt Mitchell
5ceb94f3fe
[release/3.0] Pin Microsoft.Internal.Extensions.Refs ( #15062 )
...
* Pin Microsoft.Internal.Extensions.Refs
This is not being produced in current 3.0 builds so the coherent parent dependency attribute cannot be satisfied.
2019-10-16 14:24:20 -07:00
wtgodbe
d0115a0c5d
merge master into branch
2019-10-16 13:30:40 -07:00
wtgodbe
ba2ed9fae9
merge release/3.1 to master
2019-10-16 13:23:32 -07:00
N. Taylor Mullen
49f8ae28cf
Add support for using a 3.0 SDK on VS 16.4.
...
- The 3.0 SDK adds RazorDeclaration files to the compile list if they exist. If a user builds in VS and then does a project level operation (adding a property group or item group to their project file) a design time build will trigger for unrelated reasons and declaration files will be included as part of the C# compilation resulting in duplicate member errors. This change ensures that even if declaration files are added we then remove them to ensure we avoid those declaration additions.
- One unfortunate aspect of this change is that declarations are added to the compile list for a brief moment resulting in errors and then are instantly removed in some situations. I say "some situations" because when this happens it is highly dependent on how / when the project system decides to perform a design time build.
aspnet/AspNetCoredotnet/aspnetcore-tooling#14646
\n\nCommit migrated from b64c9317c4
2019-10-16 13:16:23 -07:00
Javier Calvarro Nelson
1046cc2daa
[Blazor] Fix sample and turn debug logs and detailed errors client and server-side on the sample ( #15052 )
2019-10-16 22:12:25 +02:00
Chris Ross
1434f89d50
GenerateReferenceAssemblies requires restore.cmd ( #15072 )
2019-10-16 12:39:36 -07:00
Steve Sanderson
d3f1f5a6ea
Make InputBase respond to validation state notifications ( #14818 )
...
* InputBase subscribes to OnValidationStateChanged. Fixes #11914
* E2E test
2019-10-16 11:35:34 -07:00
William Godbe
2c6d7a0cb8
Merge pull request #14602 from dotnet-maestro-bot/merge/release/3.0-to-release/3.1
...
[automated] Merge branch 'release/3.0' => 'release/3.1'
2019-10-16 10:27:06 -07:00
Javier Calvarro Nelson
efc2f024f3
[Blazor][ Fixes #14959 ] Update navlink to perform case-insensitive matches ( #14991 )
...
Otherwise the link doesn't get highlighted even though the route matches (routing is case insensitive).
2019-10-16 19:04:19 +02:00
Javier Calvarro Nelson
cad6e06a83
[Templating][ Fixes #15048 ] Fixes build hang in template tests caused by an unbound blocking collection ( #15058 )
2019-10-16 18:50:08 +02:00
Koen Ekelschot
1599a5a2a7
Improve documentation RequestHeaders and ResponseHeaders #3465 ( #14971 )
2019-10-16 09:41:28 -07:00
Bharat Kumar Bellamkonda
d73dfd3a1d
Replaced >= with > in condition. ( #14825 )
2019-10-16 09:36:16 -07:00
Joni
8f9073e8ea
Fixes typo in StaticComponentRenderer.cs ( #14925 )
...
Fixes "reponse" => "response"
2019-10-16 09:29:56 -07:00
TeBeCo
49191f4d56
Make ApiDescriptionActionData public ( #15023 )
...
* Make ApiDescriptionActionData public
Fixes https://github.com/aspnet/AspNetCore/issues/14954
2019-10-16 08:59:51 -07:00
dotnet-maestro[bot]
d4cc16a1c8
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191015.8 ( #15053 )
...
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha1.19515.8
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha1.19515.8
- dotnet-ef - 5.0.0-alpha1.19515.8
- Microsoft.EntityFrameworkCore - 5.0.0-alpha1.19515.8
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha1.19515.8
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha1.19515.8
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha1.19515.8
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19514.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 5.0.0-alpha1.19514.1 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19514.1 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-alpha1.19514.1 (parent: Microsoft.Extensions.Logging)
- Internal.AspNetCore.Analyzers - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 5.0.0-alpha1.19514.8 (parent: Microsoft.EntityFrameworkCore)
2019-10-16 13:37:01 +00:00
Pranav K
504f7f6856
Produce a ModelState error when reading the form throws ( #14994 )
...
* Introduce ValueProviderException analogous to InputFormatterException
* Record ValueProviderException as a model state error
* Fixup bug in reading ProblemDetails \ ValidationProblemDetails using the converter
Fixes https://github.com/aspnet/AspNetCore/issues/10291
2019-10-15 16:46:35 -07:00
Brennan
10863cfaea
Add tests to verify protocol message size ( #15030 )
2019-10-15 16:28:42 -07:00
Artak
666fe9b03c
Added more path mappings to labels ( #15034 )
...
* Added more path mappings to labels
* Update .github/labeler.yml
Co-Authored-By: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2019-10-15 15:38:09 -07:00
Artak
c0aa9b8f52
Adding all the areas in sorted order
2019-10-15 14:04:51 -07:00
Artak
3feb49707a
Added Mvc into the area-mvc labels path
2019-10-15 13:45:17 -07:00
Artak
d40fd322d0
Enabling PR auto-labeling ( #15020 )
...
* Create labeler.yml
Creating the initial label mappings
* Adding the auto-labeler workflow
2019-10-15 13:24:08 -07:00
Pranav K
30b31d7086
Account for Layout ordering in Blazor ( #15001 )
...
The server requires that clients send descriptors in sequence. Since MVC executes
Layouts in an inside-out manner, modify the client to explicitly order descriptors
Fixes https://github.com/aspnet/AspNetCore/issues/14474
2019-10-15 13:17:58 -07:00
Javier Calvarro Nelson
579f30f591
[Blazor][ Fixes #14999 ] Razor Class Library Static Assets with spaces do not resolve ( #15024 )
2019-10-15 22:17:05 +02:00
William Godbe
700f4301ea
Fixup prop
2019-10-15 12:16:07 -07:00
William Godbe
eccabc68ff
Another fixup to item->prop conversion
2019-10-15 11:26:57 -07:00
dotnet-maestro[bot]
c7972d45f8
Update dependencies from https://github.com/aspnet/Blazor build 20191014.2 ( #15013 )
...
- Microsoft.AspNetCore.Blazor.Mono - 5.0.0-alpha1.19514.2
2019-10-15 17:33:07 +00:00
dotnet-maestro[bot]
0dad6fec71
[release/3.1] Update dependencies from dotnet/arcade ( #14982 )
...
* Update dependencies from https://github.com/dotnet/arcade build 20191010.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19510.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19510.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19510.3
* Add 'dotnet-tools' feed
2019-10-15 17:16:21 +00:00
William Godbe
d74a2b00eb
Fix Item->Property conversion in GenerateTestProps.targets
2019-10-15 10:10:24 -07:00
William Godbe
93e9ff312a
Merge pull request dotnet/extensions#2510 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from b3a158ac05
2019-10-15 10:03:15 -07:00
Chris Ross
43bd3a41f2
[3.0] Skip known failure in ShutdownTestWaitForShutdown ( #14744 )
...
- update src/Hosting/test/FunctionalTests/ShutdownTests.cs
Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>
2019-10-15 09:53:08 -07:00
Doug Bunting
faf9a071cb
Merge branch 'master' into merge/release/3.1-to-master
2019-10-15 09:50:16 -07:00
Doug Bunting
83deb43064
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from 3aed3d5f1d
2019-10-15 09:39:49 -07:00
Brennan
d35b33f294
Add user agent header to TS client and normalized the other clients ( #14484 )
2019-10-15 08:36:15 -07:00
dotnet-maestro[bot]
5df73373b5
Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191014.3 ( #15012 )
...
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha1.19514.3
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha1.19514.3
- dotnet-ef - 5.0.0-alpha1.19514.3
- Microsoft.EntityFrameworkCore - 5.0.0-alpha1.19514.3
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha1.19514.3
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha1.19514.3
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha1.19514.3
2019-10-15 13:15:08 +00:00
wtgodbe
1a71156f6a
Fix typo in GenerateTestProps.targets
2019-10-14 15:59:40 -07:00
Pranav K
fe782681b4
Make WASM packages stay preview releases in 3.1. ( dotnet/extensions#2503 )
...
Fixes https://github.com/aspnet/AspNetCore/issues/14623\n\nCommit migrated from b195e40af5
2019-10-14 15:36:50 -07:00
wtgodbe
35f148b7fc
Don't skip RefPack tests
2019-10-14 13:28:08 -07:00
wtgodbe
64ec8d8c34
Fix bad merge in ReferenceAssembly.targets
2019-10-14 13:24:37 -07:00
wtgodbe
8deeed2fa8
Merge branches
2019-10-14 13:21:58 -07:00
William Godbe
649ee1fb8c
Merge pull request #14746 from aspnet/DisableRefPackBuild
...
Disable ref pack build in 3.0
2019-10-14 11:23:01 -07:00
dotnet-maestro[bot]
24ec6ec8d3
[master] Update dependencies from 2 repositories ( #14983 )
...
* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20191013.1
- Microsoft.EntityFrameworkCore.Tools - 5.0.0-alpha1.19513.1
- Microsoft.EntityFrameworkCore.SqlServer - 5.0.0-alpha1.19513.1
- dotnet-ef - 5.0.0-alpha1.19513.1
- Microsoft.EntityFrameworkCore - 5.0.0-alpha1.19513.1
- Microsoft.EntityFrameworkCore.InMemory - 5.0.0-alpha1.19513.1
- Microsoft.EntityFrameworkCore.Relational - 5.0.0-alpha1.19513.1
- Microsoft.EntityFrameworkCore.Sqlite - 5.0.0-alpha1.19513.1
Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 5.0.0-alpha1.19512.1 (parent: Microsoft.EntityFrameworkCore)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191013.1
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 5.0.0-alpha1.19513.1
- Microsoft.AspNetCore.Razor.Language - 5.0.0-alpha1.19513.1
- Microsoft.CodeAnalysis.Razor - 5.0.0-alpha1.19513.1
- Microsoft.NET.Sdk.Razor - 5.0.0-alpha1.19513.1
2019-10-14 17:50:18 +00:00
Doug Bunting
d8ac71a657
Merge branch 'release/3.1' => 'master' ( #2509 )
2019-10-14 10:04:25 -07:00
Doug Bunting
5ae76a5a0b
Merge branch 'release/3.1' => 'master' ( dotnet/extensions#2509 )
...
\n\nCommit migrated from fe3780f9b7
2019-10-14 10:04:25 -07:00
Doug Bunting
16af860cf5
Merge branch 'release/3.0' => 'release/3.1' ( dotnet/extensions#2494 )
...
\n\nCommit migrated from 5a5c71b93a
2019-10-14 09:36:39 -07:00
Doug Bunting
0dedfa95d4
Merge branch 'release/3.1' -> 'master'
2019-10-14 09:32:59 -07:00
Doug Bunting
65916b9c31
Merge branch 'release/3.1' => 'master' ( dotnet/extensions#2508 )
...
\n\nCommit migrated from 0a6ba7a052
2019-10-14 09:15:29 -07:00
Doug Bunting
a8ec741076
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nCommit migrated from d506d7b569
2019-10-14 09:10:43 -07:00