Doug Bunting
4ed02ebc5c
Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates
...
- revert part of "Remove aspnet/Scaffolding submodule (#7166 )"
- that was commit bb8c6fcd46
2019-02-22 10:58:53 -08:00
dotnet-maestro
f19e8da1da
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190221.3
...
This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview4.19121.3
- Microsoft.NET.Sdk.Razor - 3.0.0-preview4.19121.3
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview4.19121.3
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview4.19121.3
2019-02-22 10:26:11 -08:00
Nate McMaster
d05aa84ec3
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from ce4813df7d
2019-02-22 10:26:10 -08:00
Nate McMaster
61e85256a6
Update dependencies and remove some unused version variable overrides ( dotnet/aspnetcore-tooling#238 )
...
* Update dependencies
* Add workaround for dotnet/sdkdotnet/aspnetcore-tooling#2976
* Remove unused NETStandard package version variable and overrides
* Update xunit to 2.4.1
\n\nCommit migrated from 67082970b7
2019-02-22 10:24:51 -08:00
Nate McMaster
be3f09d085
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from e40ab945be
2019-02-22 10:21:16 -08:00
Steve Sanderson
99d7d34447
In Razor Components template, use <environment> tag helper for bootstrap CSS. Fixes #6886
2019-02-22 17:39:00 +00:00
Chris Ross
7d90d4d1e7
Use friendly obsolete messages ( #7831 )
2019-02-22 08:40:34 -08:00
Justin Kotalik
57092e96ac
Implement Kestrel Request PipeReader ( #7603 )
2019-02-22 08:26:23 -08:00
Steve Sanderson
5315446054
Avoid UI flickering during transition from prerendered to live content
2019-02-22 16:25:44 +00:00
Pranav K
6a57218e14
Remove more references to JSRuntime.Current
2019-02-21 23:11:45 -08:00
Ryan Brandenburg
511538a19e
Revert bad merge in React app ( #7769 )
2019-02-21 21:46:27 -08:00
Nate McMaster
c49b2b8380
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from f717067b6c
2019-02-21 21:43:45 -08:00
Nate McMaster
8a0adf1cfc
Ensure build manifest has a consistent URI, despite what AzDO says ( #7829 )
2019-02-21 16:44:26 -08:00
Javier Calvarro Nelson
2d9cba86fd
[Components] Prerrendering startup experience ( #7770 )
...
[Components] Prerrendering startup experience
* Introduces an IComponentPrerrenderer to handle Prerrendering
* MVC registers a basic static prerrrenderer.
* Components registers a more feature complete prerrender that will
handle reconnection to the original circuit after prerrendering in
the future to allow for prerrendered interactive components.
* Removes UseRazorComponents
* Removes the SPA fallback in favor of a catch all route in
Index.cshtml
* Moves the framework files to be served by the default StaticFiles
middleware in the pipeline by way of plugging specific providers
through options.
* Lifts UseSignalR(r => r.MapHub<ComponentHub>()) into startup and
replaces it with a shorthand for MapHub using endpoint routing.
* Adds extension methods to map components to selectors for a given
hub.
* Updates the razor component templates to include prerendering and use a razor page as the entry
point.
2019-02-21 16:26:44 -08:00
Javier Calvarro Nelson
ea97934127
[Templating]Api authorization spa integration ( #7721 )
...
[Templating] Adds authentication support for the SPA templates
* Adds a new -auth option to the Angular and React templates with None and Individual values.
* When using authentication it configures the server to use the ApiAuthorization support built for 3.0
* For angular it adds an ApiAuthorization Angular module that handles the authentication flows through
a Login and a Logout components and exposes an Http client interceptor, a routing guard and a Login
menu component for the main Angular application to integrate authentication into the app.
* For react it adds a Login and Logout components to handle the authentication flows, an
AuthorizeRoute component to protect access to other routes and a Login menu component to
integrate authentication into the application.
2019-02-21 16:23:55 -08:00
John Luo
2fd9e40b58
Merge branch 'release/3.0-preview3'
2019-02-21 16:01:22 -08:00
Artak Mkrtchyan
26006e5b10
Updated the survey link for 0.9 release
2019-02-21 15:40:16 -08:00
BrennanConroy
6a06bf8532
Skip RunsWithIterationEnvVariable ( #7814 )
2019-02-21 15:31:40 -08:00
Ryan Nowak
81ac40e82d
Fix a bad copy-paste
...
\n\nCommit migrated from d63c6bbc2c
2019-02-21 15:23:43 -08:00
Ryan Brandenburg
ae0c3dc42a
Fix SHA calculations ( #7804 )
...
Fix SHA calculations
2019-02-21 15:19:02 -08:00
John Luo
4c0b114b12
Add gRPC templates ( #7561 )
2019-02-21 15:12:13 -08:00
Pavel Krymets
9355c7c1a5
Add reference assemblies support ( #7764 )
2019-02-21 14:33:35 -08:00
Nathanael Marchand
1f05a66661
Take in account code review for test
...
\n\nCommit migrated from 49bf9920e4
2019-02-21 13:15:27 -08:00
Nathanael Marchand
30c6051d3c
Take in account code review
...
\n\nCommit migrated from ecea8c802e
2019-02-21 13:15:27 -08:00
Nathanael Marchand
d805cf3b2e
Implement parallel health checks
...
\n\nCommit migrated from f14a45e096
2019-02-21 13:15:27 -08:00
Ryan Nowak
ebb527d347
[wip] Update Razor SDK and resolve issues
...
I'm still chasing one more issue.
(cherry picked from commit 616a4a36f5 )
2019-02-21 11:42:23 -08:00
Nate McMaster
4451a80447
Merge branch 'release/3.0-preview3'
2019-02-21 10:30:11 -08:00
Nate McMaster
7a87e8c6a7
Re-enable building runtime packs
...
Also, sort debug output in SharedFx tests for improved readability
2019-02-21 09:38:11 -08:00
JulijaRamoskiene
e5f4400257
FormFeature -Added exception for invalid content-disposition header ( #7525 )
2019-02-21 09:38:06 -08:00
Nate McMaster
fbaa3e8b77
Always kill processes and remove direct reference to component governance task ( #7793 )
2019-02-21 09:29:42 -08:00
Nate McMaster
6252351da7
Targeting pack and shared framework fixups ( #7794 )
...
* Fix package type to match spec ('DotnetPlatform')
* Fix missing metadata in MSI installer
* Fix incorrect target order which caused duplicate assemblies in netcore.app and aspnetcore.app
2019-02-21 09:28:58 -08:00
Ryan Nowak
616a4a36f5
[wip] Update Razor SDK and resolve issues
...
I'm still chasing one more issue.
2019-02-21 09:14:17 -08:00
Pranav K
51e2bea403
Throw if CORS policy is configured to allow credentials and any origin ( #7751 )
...
* Throw if CORS policy is configured to allow credentials and any origin
Fixes https://github.com/aspnet/AspNetCore/issues/3106
2019-02-21 09:06:00 -08:00
Pranav K
5418698f39
Disable CORS functional tests from running in parallel
...
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1845
2019-02-21 06:20:11 -08:00
Doug Bunting
6d8c8f8c64
Update package branding to 3.0.0-preview4 ( #7748 )
2019-02-20 18:28:41 -08:00
Ryan Brandenburg
019a1be305
Make the linter happy
2019-02-20 17:02:56 -08:00
Ryan Brandenburg
918f3d3c40
Fix merge doubling
2019-02-20 16:35:52 -08:00
Pranav K
82c323f599
Merge pull request #7771 from dotnet-maestro-bot/merge/release/2.1-to-release/2.2
...
[automated] Merge branch 'release/2.1' => 'release/2.2'
2019-02-20 16:28:35 -08:00
Ryan Brandenburg
b2ee8e6b66
Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into merge/release/2.2-to-master
2019-02-20 16:21:24 -08:00
Pranav K
cc60fa9a18
Ensure templates are packed in the Blazor VSIX
2019-02-20 16:19:45 -08:00
Pranav K
60cf07f4d8
Update Blazor to 0.9
2019-02-20 16:19:45 -08:00
Ryan Brandenburg
5a7bfbbc01
Use Bootstrap 3.4.1 and 4.3.1 ( #7719 )
...
Use Bootstrap 3.4.1. and 4.3.1
2019-02-20 15:55:49 -08:00
Mikael Mengistu
f33cc20dbf
Add support for Async On Delegates ( #7700 )
2019-02-20 15:44:54 -08:00
Pranav K
b2a84b7b5f
Regenerate baselines for precompilation test ( #7766 )
...
* Regenerate baselines for precompilation test
Fixes https://github.com/aspnet/AspNetCore-Internal/issues/1822
2019-02-20 15:21:45 -08:00
Nate McMaster
e1d506e961
Fix codesign-xplat.yml to use the right API for setting custom build steps
2019-02-20 14:42:07 -08:00
Stephen Halter
001b6ea08a
Use .NET Core SequenceReader ( #7003 )
...
* Use .NET Core SequenceReader
Remove BufferReader and use SequenceReader<T> which now ships in CoreFX.
This is related to https://github.com/aspnet/KestrelHttpServer/pull/3068 which builds on the functionality added to the reader.
* Use var
2019-02-20 14:39:45 -08:00
Nate McMaster
df9d0240b5
Add dependency to MicroBuild.Core 0.3.0
2019-02-20 21:41:41 +00:00
BrennanConroy
e455c2c22b
Add negotiation response support ( #7675 )
2019-02-20 12:38:43 -08:00
Ryan Brandenburg
58ea57e63f
Obsolete ResourceManagerWithCultureStringLocalizer and WithCulture ( dotnet/extensions#1133 )
...
Obsolete ResourceManagerWithCultureStringLocalizer and WithCulture
\n\nCommit migrated from 924015e98b
2019-02-20 11:43:55 -08:00
Nate McMaster
6fea3a6e95
Show error message when activate.sh/ps1 is invoked directly instead of sourced ( #7731 )
...
Helps users avoid a common mistake which is otherwise not obvious.
2019-02-20 11:20:34 -08:00