Commit Graph

40929 Commits

Author SHA1 Message Date
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
Doug Bunting 59d43346e6
Update branding to 2.1.12 (#12096)
* also improve PreparingPatchUpdates.md
  - document changes to dependencies.props
  - reflect changes in how Templating is handled
    - e.g. use EF Core examples
  - nit: adjust indentation to avoid markdown warnings
2019-07-11 15:35:47 -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
Doug Bunting 339290dad3
Merge branch 'release/2.2' => 'master' (#12010) 2019-07-10 21:15:04 -07:00
Justin Kotalik 70588c741b
Fail on startup for Http/2 HTTPS on Win7 (#12053) 2019-07-10 20:13:01 -07:00
Justin Kotalik a279af52d2
Make native sln builds opt in rather than always on (#12050) 2019-07-10 20:12:41 -07:00
Ben Adams 3350505f88 Fix spelling 2019-07-11 00:07:21 +01:00
Chris R 8be8e65fcc React to merge conflicts 2019-07-10 16:00:15 -07:00
Doug Bunting 85cd3877a6
Merge branch 'release/2.2' -> 'master'
- remove .NET Framework TFM from src\Shared\test\Shared.Tests\Microsoft.AspNetCore.Shared.Tests.csproj
2019-07-10 10:43:59 -07:00
dotnet-maestro[bot] f9ca0ffd71 [master] Update dependencies from 3 repositories (#11992)
## From https://github.com/aspnet/AspNetCore-Tooling
- **Build**: 20190709.3
- **Date Produced**: 7/10/2019 5:11 AM
- **Commit**: ba1ff5d0bd13bd76c54e2c2c15a5e6bca530406a
- **Branch**: refs/heads/master
- **Updates**:
  - **Microsoft.NET.Sdk.Razor** -> 3.0.0-preview8.19359.3
  - **Microsoft.CodeAnalysis.Razor** -> 3.0.0-preview8.19359.3
  - **Microsoft.AspNetCore.Razor.Language** -> 3.0.0-preview8.19359.3
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions** -> 3.0.0-preview8.19359.3

## From https://github.com/aspnet/EntityFrameworkCore
- **Build**: 20190709.10
- **Date Produced**: 7/10/2019 4:49 AM
- **Commit**: 281e87c409b4b1f593c982ad62f2db800e5dc46c
- **Branch**: refs/heads/master
- **Updates**:
  - **Microsoft.EntityFrameworkCore.Tools** -> 3.0.0-preview8.19359.10
  - **Microsoft.EntityFrameworkCore.SqlServer** -> 3.0.0-preview8.19359.10
  - **dotnet-ef** -> 3.0.0-preview8.19359.10
  - **Microsoft.EntityFrameworkCore** -> 3.0.0-preview8.19359.10
  - **Microsoft.EntityFrameworkCore.InMemory** -> 3.0.0-preview8.19359.10
  - **Microsoft.EntityFrameworkCore.Relational** -> 3.0.0-preview8.19359.10
  - **Microsoft.EntityFrameworkCore.Sqlite** -> 3.0.0-preview8.19359.10

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

## From https://github.com/dotnet/roslyn
- **Build**: 20190707.2
- **Date Produced**: 7/7/2019 7:57 PM
- **Commit**: d93153ce58958911d1d891d78d715a65401d9960
- **Branch**: refs/heads/master-vs-deps
- **Updates**:
  - **Microsoft.Net.Compilers.Toolset** -> 3.3.0-beta2-19357-02
2019-07-10 10:27:49 -07:00
Ryan Brandenburg 6b421fe356
Merge pull request #12014 from isaac2004/11700-work
Reference the minified js files from templates #11700
2019-07-10 09:41:40 -07:00
Kirk Larkin 7a1b867d39 Correct the comment example for AuthenticationSchemeOptions.ForwardSignOut. (#11979) 2019-07-10 09:06:35 -07:00
Rick Anderson 28f9816d46 Remove please from QR code (#11971) 2019-07-10 08:59:34 -07:00
WuYafeng d061d0d95b Resolve #11727 (#11957)
* Resolve #11727

- Add a BuildServiceProviderValidator for checking startup method 'ConfigureServices(IServiceCollection,..)'

* Fix file name and class name not match

* Resolve conversation:
- helpLink point to 'aka.ms'
- Update DiagnosticDescriptor title
- Update DiagnosticDescriptor messageFormat
2019-07-10 08:46:32 -07:00
Doug Bunting 716bc8dce9
Merge branch 'release/2.1' => 'release/2.2' (#12009) 2019-07-09 19:09:40 -07:00
Ryan Nowak 99e99c167a Add some tests for invalid data 2019-07-09 16:57:57 -07:00
Ryan Nowak 138a24c79c Add globalization support for forms
Updates our form controls to behave correctly when used
in non-en-US cultures.

Adds E2E tests for the same
2019-07-09 16:57:57 -07:00
Ryan Nowak 80f71bcd1f Support more cases for date parsing
We didn't have support for DateTimeOffset, nor support for parsing
formats with nullable DateTime.

Added E2E tests for bind + DateTime/DateTimeOffset.

Added E2E tests for 'manual bind' with number and date field. These
can't use `@bind` without a compiler update. This PR will add the
runtime support we need, so we can update the compiler.
2019-07-09 16:57:57 -07:00
Ryan Nowak 1e6739f108 Add globalization tests
Adds tests for current culture bind with text fields

This already functions correctly without new features or modifications.
2019-07-09 16:57:57 -07:00
Ryan Nowak 6d1ef39dcc Add server-side localization test. 2019-07-09 16:57:57 -07:00
N. Taylor Mullen 8c67a6ebc6 Add Components analyzer flag to ensure no analyzer duplicates.
- Chose the name `DisableImplicitComponentAnalyzers` (DICA) to not conflict with `DisableImplicitAspNetCoreAnalyzers` (DIAA). The goal with this flag is that in the SDK we can read its value and do one of the following:

| DICA    | DIAA    | Action                                                                                                     |
|---------|---------|------------------------------------------------------------------------------------------------------------|
| `true`  | `true`  | No component analyzers added from SDK, remove the component analyzers that were added from the package ref |
| `true`  | `false` | No component analyzers added from SDK                                                                      |
| `false` | `true`  | No component analyzers added from SDK                                                                      |
| `false` | `false` | Component analyzers added in SDK                                                                           |

#8825
2019-07-09 16:17:36 -07:00
Doug Bunting c07d39d746
Update dependencies from 5 repositories (#11939)
* Update dependencies from build '20190706.1' of 'https://github.com/dotnet/arcade'
  - 'Microsoft.DotNet.Arcade.Sdk': '1.0.0-beta.19351.4' => '1.0.0-beta.19356.1'
  - 'Microsoft.DotNet.GenAPI': '1.0.0-beta.19351.4' => '1.0.0-beta.19356.1'
  - 'Microsoft.DotNet.Helix.Sdk': '2.0.0-beta.19351.4' => '2.0.0-beta.19356.1'

* Update dependencies from build '20190706.2' of 'https://github.com/dotnet/roslyn'
  - 'Microsoft.Net.Compilers.Toolset': '3.3.0-beta1-19351-01' => '3.3.0-beta2-19356-02'

* Update dependencies from build '20190706.5' of aspnet/AspNetCore-Tooling
  - 'Microsoft.AspNetCore.Mvc.Razor.Extensions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19356.5'
  - 'Microsoft.AspNetCore.Razor.Language': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19356.5'
  - 'Microsoft.CodeAnalysis.Razor': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19356.5'
  - 'Microsoft.NET.Sdk.Razor': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19356.5'

* Update dependencies from build '20190705.1' of 'https://github.com/aspnet/Blazor'
  - 'Microsoft.AspNetCore.Blazor.Mono': '0.10.0-preview8.19351.2' => '0.10.0-preview8.19355.1'

* Update dependencies from from build '20190704.5' of 'https://github.com/aspnet/EntityFrameworkCore'
  - 'Microsoft.EntityFrameworkCore.Tools': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'
  - 'Microsoft.EntityFrameworkCore.SqlServer': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'
  - 'dotnet-ef': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'
  - 'Microsoft.EntityFrameworkCore': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'
  - 'Microsoft.EntityFrameworkCore.InMemory': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'
  - 'Microsoft.EntityFrameworkCore.Relational': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'
  - 'Microsoft.EntityFrameworkCore.Sqlite': '3.0.0-preview8.19353.14' => '3.0.0-preview8.19354.5'

Coherency updates...
  - 'Microsoft.AspNetCore.Analyzer.Testing': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.AspNetCore.BenchmarkRunner.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.ActivatorUtilities.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Caching.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Caching.Memory': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Caching.SqlServer': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Caching.StackExchangeRedis': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.CommandLineUtils.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.AzureKeyVault': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.Binder': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.CommandLine': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.EnvironmentVariables': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.FileExtensions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.Ini': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.Json': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.KeyPerFile': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.UserSecrets': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration.Xml': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Configuration': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.DependencyInjection.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.DependencyInjection': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.DiagnosticAdapter': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Diagnostics.HealthChecks': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.FileProviders.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.FileProviders.Composite': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.FileProviders.Embedded': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.FileProviders.Physical': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.FileSystemGlobbing': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.HashCodeCombiner.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Hosting.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Hosting': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.HostFactoryResolver.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Http': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Localization.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Localization': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.Abstractions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.AzureAppServices': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.Configuration': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.Console': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.Debug': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.EventSource': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.EventLog': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.TraceSource': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Logging.Testing': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.ObjectPool': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Options.ConfigurationExtensions': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Options.DataAnnotations': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Options': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.ParameterDefaultValue.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.Primitives': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.TypeNameHelper.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.ValueStopwatch.Sources': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Extensions.WebEncoders': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Internal.Extensions.Refs': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.JSInterop': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Mono.WebAssembly.Interop': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Internal.AspNetCore.Analyzers': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'
  - 'Microsoft.AspNetCore.Testing': '3.0.0-preview8.19353.10' => '3.0.0-preview8.19354.4'

  - 'Microsoft.Extensions.DependencyModel': '3.0.0-preview8-27903-07' => '3.0.0-preview8-27904-06'
  - 'Microsoft.NETCore.App.Ref': '3.0.0-preview8-27903-07' => '3.0.0-preview8-27904-06'
  - 'Microsoft.NETCore.App.Runtime.win-x64': '3.0.0-preview8-27903-07' => '3.0.0-preview8-27904-06'
  - 'NETStandard.Library.Ref': '2.1.0-preview8-27903-07' => '2.1.0-preview8-27904-06'

  - 'Microsoft.Bcl.AsyncInterfaces': '1.0.0-preview8.19353.3' => '1.0.0-preview8.19354.4'
  - 'Microsoft.CSharp': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'Microsoft.NETCore.Platforms': '3.0.0-preview8.19353.3' => '3.0.0-preview8.19354.4'
  - 'Microsoft.Win32.Registry': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.ComponentModel.Annotations': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Diagnostics.EventLog': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.IO.Pipelines': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Net.Http.WinHttpHandler': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Net.WebSockets.WebSocketProtocol': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Reflection.Metadata': '1.7.0-preview8.19353.3' => '1.7.0-preview8.19354.4'
  - 'System.Runtime.CompilerServices.Unsafe': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Security.Cryptography.Cng': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Security.Cryptography.Pkcs': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Security.Cryptography.Xml': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Security.Permissions': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Security.Principal.Windows': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.ServiceProcess.ServiceController': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Text.Encodings.Web': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Text.Json': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'
  - 'System.Threading.Channels': '4.6.0-preview8.19353.3' => '4.6.0-preview8.19354.4'

* React to new transitive dependencies
- see dotnet/corefx#38908

nit: remove duplicate URL for the dotnet-core blob feed

* Remove `.Layouts` namespace from Blazor (thanks @rynowak)

* fix one more straggler (thanks @rynowak)
2019-07-09 15:19:03 -07:00
John Luo 146a483852 Revert unnecessary change from merge 2019-07-09 15:11:04 -07:00
Hao Kung d48ad7a971
DataProtection: Refresh key rings for a short window (#11987) 2019-07-09 13:42:20 -07:00
Isaac Levin 395be9d851 reference minified js in templates 2019-07-09 14:43:32 -04:00
Doug Bunting ae5b18d459
Merge branch 'release/2.1' into release/2.2 2019-07-09 11:28:17 -07:00
Justin Kotalik 3fd32ac7e1
Make native builds work when launching the IIS repo from VS and speed up local builds (#11805) 2019-07-09 08:21:10 -07:00
Justin Kotalik 401a90633b
Await dispose for inner stream before disposing SslStream. (#11819) 2019-07-09 08:20:10 -07:00
Ryan Nowak 59d636f6bd
Make some MVC routing types public again (#11969)
* Make some types public again

We've heard some demand to make these types public again after trying
them as internal.

API Versioning calls the action selector and handles
AmbiguousActionException to give more specific responses.

API Versioning (and others) look for HttpMethodActionConstraint to
determine the supported HTTP methods of an IRouter-based action method.

* fix the build
2019-07-08 20:59:56 -07:00
Ryan Nowak 69785904cf
Blazor API review changes: CompilerServices (#11911)
* Blazor API review changes: CompilerServices

Fixes: #11907

These are the changes from the compiler-related API review that are safe
to make (these methods are not used).

I'll follow up with `BindMethods.GetValue` separately because that's
used by the compiler.
2019-07-08 20:01:40 -07:00