Commit Graph

39206 Commits

Author SHA1 Message Date
Ryan Nowak c5cf99f6a2 Add APIs for conversions
This change adds API surface for performing type conversions in the same
way that `@bind` will perform them. This allows us to centralize these
implementations where it makes sense (form controls).

More critically we need to present a uniform API surface for the
compiler to use in code generation for converting values to strings
using the appropriate culture. Surfacing an API for this and using it
from the compiler is the missing piece for `@bind` and globalization
(number, date).
2019-07-13 16:49:04 -07:00
Dylan Dmitri Gray a5411de678
ConcurrencyLimiter polishing and cleanup (#12127)
* renames and cleanup
2019-07-13 08:08:21 -07:00
David Fowler 87a92e52c8
Make some pubternal types in data protection (#12121)
- Make CngAuthenticatedEncryptorBase internal
- Left IActivator public because they are used in constructors the XmlKeyManager ctor
2019-07-12 22:29:54 -07:00
Brian Chavez 32782cb421 Fixes #11405 - Adds AuthenticationProperties to ExternalLoginInfo (#12074)
* Fixes #11405 - Adds AuthenticationProperties to ExternalLoginInfo in SignInManager.GetExternalLoginInfoAsync().

* Public API changed; ran dotnet msbuild /t:GenerateReferenceSource in src/Identity/Core/src per docs/ReferenceAssemblies.md.

* Add unit test to verify SignInManager.GetExternalLoginInfoAsync() can return CustomValue from ExternalLoginInfo.AuthenticationProperties.Items.
2019-07-12 16:01:12 -07:00
Chris Ross 5458a102e6
Danielmartin/update to jwt bearer events (#12133)
* Updated Jwt Bearer Events to inlcude event for if the request is unauthorized

* added forbidden as exception

* updated reference assemblies

* Updated code based on feedback from PR.

* added empty line between methods

* removed exception from ForbiddenContext based on response from pr.

* added unit tests

* re-generated the reference sources after removal of the exception from the forbidden context

* removed failing test that was used for validation on the tests

* Fixed tests.  This was fixed before but i think during a merge i removed the updated code for the test.  This is just adding it back

* updated tests based on feedback in PR.

* Removed extra line from csproj file

* Revert ref csproj change
2019-07-12 14:35:13 -07:00
Ryan Brandenburg fb5da88b25
Merge pull request #11550 from isaac2004/10348-work
Rename Blazor Templates(#10348)
2019-07-12 13:42:49 -07:00
Ben Adams 7e9de494b7 Use task.IsCompletedSuccessfully rather than ReferenceEquals (#11606) 2019-07-12 12:47:32 -07:00
Luke Latham 9c69287ed0 ToList over casting tokens in External Auth sample (#10159) 2019-07-12 11:28:55 -07:00
Isaac Levin ea63490c0f fix failed tests 2019-07-12 14:11:42 -04:00
Justin Kotalik ec519bf1d5
Skip IIS tests that shouldn't be run (#12123) 2019-07-12 11:05:59 -07:00
Javier Calvarro Nelson 6e53dac454
[Blazor] Adds E2E reliability tests for JS interop (#11958)
* Adds tests using ignitor to cover a variety of JS interop scenarios.
* Validates that these errors don't bring down the circuit.
2019-07-12 19:58:12 +02:00
Arthur Vickers 840c226e28 Fix MusicStore tests
Fixes #12097

The issue here is that the tests were incorrectly creating multiple instances of the same entity. This was being masked by a bug in EF which has just been fixed. The fix here is to not try to track multiple instances with the same ID.
2019-07-12 10:30:31 -07:00
N. Taylor Mullen a2e26434aa Don't apply analyzer restrictions to cascading parameters.
- Today all of our analyzer warnings only operate on `[Parameter]` properties.
- Updated existing test to not expect `CascadingParameter` as a possible error case.
- Added a new test to ensure we skip `CascadingParameter`s.

#8825
2019-07-12 10:28:27 -07:00
Isaac Levin df360cdd1a remove redundant files 2019-07-12 12:53:32 -04:00
Javier Calvarro Nelson 8fa4df9bda
[Fixes #11454] Fix encoding bug on prerendering (#11504)
We replace double dash sequences with double dots sequences as double dash sequences are not allowed into HTML.
2019-07-12 18:53:21 +02:00
Isaac Levin 520f85696b fix baseline missing files 2019-07-12 12:49:38 -04:00
David Fowler 72f91b8507
Correctly check for limits in the split buffer case (#12117)
- We were looking all total consumed bytes instead of bytes consumed since the last time we parsed a form value. This resulted in thinking that the key or value was too long if it couldn't be parsed after having parsed a bunch of data in the same read.
- Added tests
2019-07-12 09:46:35 -07:00
Alessio Franceschelli dfe159023a Test ControllerActionInvoker logs and fix log for empty RouteValues 2019-07-12 08:32:32 -07:00
Isaac Levin 320c08cd86 add BOM 2019-07-12 09:36:38 -04:00
Isaac Levin fba8683719 Update vs-2017.3.host.json 2019-07-12 09:34:56 -04:00
Isaac Levin 48371c23c7 Update _Imports.razor 2019-07-12 09:34:55 -04:00
Isaac Levin 3dd85520ae Update vs-2017.3.host.json 2019-07-12 09:34:55 -04:00
Isaac Levin ae4dffacaf Updated name 2019-07-12 09:34:54 -04:00
Isaac Levin a4543ff0bf Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Shared/NavMenu.razor
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
2019-07-12 09:34:53 -04:00
Isaac Levin c070e25621 Update src/Components/Blazor/Templates/src/content/BlazorWasm-CSharp/.template.config.src/vs-2017.3.host.json
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
2019-07-12 09:34:08 -04:00
Isaac Levin 23ba4c02fc update VS template title 2019-07-12 09:34:08 -04:00
Isaac Levin 900c6adff9 changes to wasm template per Dan Roth 2019-07-12 09:34:08 -04:00
Isaac Levin 592bb681d1 remove test configs 2019-07-12 09:26:56 -04:00
Isaac Levin ceecc98023 updates to blazorwasm 2019-07-12 09:26:55 -04:00
Isaac Levin 3a37455067 update to server-side blazor csproj 2019-07-12 09:20:51 -04:00
Isaac Levin 5b254a9d32 completed hosted template work 2019-07-12 09:20:08 -04:00
Isaac Levin 264b11c36c Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
2019-07-12 09:16:44 -04:00
Isaac Levin 3243df1384 Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
2019-07-12 09:16:44 -04:00
Isaac Levin 7a435bc997 Revert "pointed all js references to minified version per 11700"
This reverts commit a1fd2ccd3d8c9f4c81f7f38621e0733ec6fab762.
2019-07-12 09:16:44 -04:00
Isaac Levin 2a24ab8d46 Revert "added Error page to Server Blazor"
This reverts commit 68039699fdd5123d62a0d5ad57a6fe4f3228a115.
2019-07-12 09:16:44 -04:00
Isaac Levin 3b88d2aa35 added Error page to Server Blazor 2019-07-12 09:16:44 -04:00
Isaac Levin 49fe6631b0 Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Shared/NavMenu.razor
Co-Authored-By: Daniel Roth <daroth@microsoft.com>
2019-07-12 09:16:42 -04:00
Isaac Levin 8f207cce61 Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json
Co-Authored-By: Ryan Brandenburg <rybrande@microsoft.com>
2019-07-12 09:13:26 -04:00
Isaac Levin 276fbd779d Rename RazorComponents template directory to BlazorServer 2019-07-12 09:09:05 -04:00
Isaac Levin df316e32f6 updates to blazorwasm 2019-07-12 09:08:33 -04:00
Isaac Levin 6c963a8cc9 rename RazorComponents project 2019-07-12 08:48:56 -04:00
Ryan Nowak a27b9fc335
Blazor API Review: Design concept for Dispatcher (#11930)
* Design concept for Dispatcher

Part of: #11610

This change brings forward the Dispatcher as a more primary and more
expandable concept.
- Dispatcher shows up in more places
- Dispatcher is an abstract class for horizontal scalability
- Dispatcher has parallels with S.Windows.Threading.Dispatcher where
possible

Looking for feedback on this approach. I feel pretty strongly that
making this an abstract class is the right choice, I want to see
opinions on how much to push it into people's faces.

* WIP

* PR feedback
2019-07-11 17:31:57 -07:00
dotnet-maestro[bot] 62f00a77e6 [master] Update dependencies from 3 repositories (#12042)
* Update dependencies from https://github.com/dotnet/roslyn build 20190709.5
- Microsoft.Net.Compilers.Toolset - 3.3.0-beta2-19359-05

* Skip three failing MusicStore tests
- see #12097

* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190711.5
- Microsoft.NET.Sdk.Razor - 3.0.0-preview8.19361.5
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview8.19361.5
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview8.19361.5
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview8.19361.5

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190711.7
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview8.19361.7
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview8.19361.7
- dotnet-ef - 3.0.0-preview8.19361.7
- Microsoft.EntityFrameworkCore - 3.0.0-preview8.19361.7
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview8.19361.7
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview8.19361.7
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview8.19361.7

Dependency coherency updates
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Hosting - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Http - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Localization - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Console - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.EventLog - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ObjectPool - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Options - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.Primitives - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.WebEncoders - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Internal.Extensions.Refs - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.JSInterop - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Mono.WebAssembly.Interop - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.CSharp - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Win32.Registry - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Win32.SystemEvents - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.ComponentModel.Annotations - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Diagnostics.EventLog - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Drawing.Common - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.IO.Pipelines - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Net.Http.WinHttpHandler - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Net.WebSockets.WebSocketProtocol - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Reflection.Metadata - 1.7.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Runtime.CompilerServices.Unsafe - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Cng - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Pkcs - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Cryptography.Xml - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Permissions - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Security.Principal.Windows - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.ServiceProcess.ServiceController - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Encodings.Web - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Text.Json - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Threading.Channels - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- System.Windows.Extensions - 4.6.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- NETStandard.Library.Ref - 2.1.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19361.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27911-04 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.Logging - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Internal.AspNetCore.Analyzers - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
- Microsoft.AspNetCore.Testing - 3.0.0-preview8.19361.5 (parent: Microsoft.EntityFrameworkCore)
2019-07-11 16:24:55 -07:00
Ryan Brandenburg b395c2e734
Fix weather date (#11983) 2019-07-11 15:03:59 -07:00
Ryan Brandenburg 63640c2886
Improvements to building templates locally (#12022)
Small improvements to building templates locally
2019-07-11 15:02:51 -07:00
Ryan Nowak c41d40c56b Prepare to move `CreateInferred`
Part of: #11907
2019-07-11 11:17:30 -07:00
Ryan Nowak a296e9ad74 PR feedback (test cleanup) 2019-07-11 11:17:30 -07:00
Justin Kotalik 143a3900fb
Fix hanging CORS test (#12006) 2019-07-11 08:40:55 -07:00
juanam 0f02facb04 Copy souces from Versions.props to NuGet.config 2019-07-10 22:07:27 -07:00
Stephen Halter 338b6e01d3
Merge pull request #12072 from benaadams/spelling
Fix spelling
2019-07-10 21:33:22 -07:00