Commit Graph

42106 Commits

Author SHA1 Message Date
John Luo 6e691e9f20
Use nuget release of netfx ref package (#10024) 2019-05-07 01:17:14 -07:00
dotnet-bot ff87665cc5 Merge in 'release/2.1' changes 2019-05-07 04:51:54 +00:00
Doug Bunting c7287509a0 Update EF Core submodule for 2.1
- aspnet/AspNetCore-Internal#2474
2019-05-06 21:50:39 -07:00
dotnet-bot 3432b599a5 Merge in 'release/2.2' changes 2019-05-07 01:50:45 +00:00
Doug Bunting fcd96b2fe5 Update EF Core submodule for 2.2
- aspnet/AspNetCore-Internal#2474
2019-05-06 18:49:46 -07:00
Doug Bunting 493e216ca6
Correct `$(StartArguments)` 2019-05-06 18:46:52 -07:00
Ryan Nowak d3400f7cb2
Fix: #6882 - Explode UseBlazor (#9449)
This changes the recipe for client-side blazor to use similar primitives
to server side applications.

---

I ignored auto-rebuild support because it's currently dead code until we
have that in VS. If we add auto-rebuild to ASP.NET Core - we'd probably want
to make that a separate gesture inside `IsDevelopement()` like other
dev-time features anyway.

---

The static files hookup is a special thing because creating the file
server for a client-side Blazor app involves some non-trivial work. We
plan to make this better in the future.

What's nice about this pattern is that the implementation is pretty
simple and literal, and it scales fine if you have multiple Blazor
client-side apps.

I didn't provide a lot of options here, it's pretty much the same as
UseBlazor.

---

I feel pretty good about the wireup with routing to use the
`index.html` from the client app. I think it's pretty to-the-point.
2019-05-06 18:09:26 -07:00
Doug Bunting 1a17bd995a Merge branch 'release/2.2' => 'master' (dotnet/extensions#1683)
\n\nCommit migrated from e926137e2d
2019-05-06 16:15:18 -07:00
Doug Bunting 47866337c9 Merge branch 'master' into merge/release/2.2-to-master\n\nCommit migrated from 7d3f9480c3 2019-05-06 15:46:07 -07:00
Ryan Brandenburg 8fd86c38db
Make some tests Flaky (#9935)
Mark some tests flaky.
2019-05-06 15:33:02 -07:00
dotnet-bot 9bf8f2b9d9 Merge in 'release/2.2' changes
\n\nCommit migrated from 078de340c5
2019-05-06 22:29:20 +00:00
Doug Bunting 90e57d9237 Merge branch 'release/2.1' => 'release/2.2' (dotnet/extensions#1681)
\n\nCommit migrated from 0004308a49
2019-05-06 15:28:41 -07:00
Doug Bunting 2b186421d8
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-05-06 15:18:44 -07:00
Ben Adams bbf7ed2907 Lazy create ExceptionHandlerMiddleware statemachine (#9549) 2019-05-06 15:15:48 -07:00
huysentruitw e436fd9d08 Add support for Redirect preserving method/body (HTTP 307 and 308) (#9968) 2019-05-06 15:07:07 -07:00
dotnet-bot cab367eb5a Merge in 'release/2.1' changes 2019-05-06 22:05:20 +00:00
Doug Bunting 17ea650638
Add `--update` option to BaselineGenerator (#9956)
- aspnet/AspNetCore-Internal#1649
- remove `$(StartArguments}` from project; conflicts with `--update`
- support v3 source _automatically_ when not using `--update`
  - use NuGet's V3 source by default
- update README.md

nits:
- `--source` -> `--package-source` due to conflict with a `dotnet` argument
- address Markdown lint warnings in README.md
- grab a couple of improvements from 'release/2.2'
  - never exit silently
  - remove `first` special case
2019-05-06 15:04:15 -07:00
Doug Bunting b5d4b848f3 Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2\n\nCommit migrated from b9968f9c3e 2019-05-06 12:36:12 -07:00
Hao Kung 0dfe695468
Stop caching policies in AuthorizeFilter (#9957) 2019-05-06 11:59:37 -07:00
Andrew Stanton-Nurse 557bbf7870
fix #7916 by using DOTNET_RUNNING_IN_CONTAINERS env var to detect container (#9903) 2019-05-06 11:55:45 -07:00
Andrew Stanton-Nurse e6db096af5
fix #9130 by fixing source revision embedding (#9902)
We removed our CommitHash property in order to use the built-in SourceRevisionId property but didn't update ANCM
2019-05-06 10:16:15 -07:00
huysentruitw f2f1d77517 TestHost.WebSocketClient should set Request.Host (#9973) 2019-05-06 08:52:56 -07:00
Pavel Krymets fa239f20a5 EnableAzurePipelinesReporter for helix (#8094)
* EnableAzurePipelinesReporter for helix

* Update Helix SDK

* Revert a fix that broke things even more

* Try publishing test assets

* Try fixing Kestrel tests on Helix

* Try a temp file in the working directory

* Skip Http2Spec tests on Debian 8

* Missed update

* Try a different format

* Disable failing test on Fedora

* Mark flaky test
2019-05-05 22:15:10 -07:00
Justin Kotalik aaaaf572fd
Implement MaxRequestBodySize feature for IIS inprocess (#9475) 2019-05-05 19:30:12 -07:00
Doug Bunting 93d82b0883
Merge branch 'release/2.2' => 'master' (#9986) 2019-05-05 12:48:21 -07:00
Doug Bunting ed886c47fe
Merge branch 'release/2.2' -> 'master' 2019-05-05 11:14:25 -07:00
dotnet-bot 9ee1a878fc Merge in 'release/2.2' changes 2019-05-05 17:57:03 +00:00
Doug Bunting f226864cd6
Merge branch 'release/2.1' => 'release/2.2' (#9980) 2019-05-05 10:56:02 -07:00
bordecal 2d33c32187 Allow ValidationVisitor.ValidateComplexTypesIfChildValidationFails to be configured via MvcOptions (#9312)
* Allow ValidationVisitor.ValidateComplexTypesIfChildValidationFails to be configured via MvcOptions (#8519)

* Regenerated reference source for Mvc.Core to add MvcOptions.ValidateComplexTypesIfChildValidationFails

* Simplified functional tests for MvcOptions.ValidateComplexTypesIfChildValidationFails usage scenarios
2019-05-05 07:08:25 -07:00
Howard Richards 77424a6b06 Amend server-side blazor template WeatherForecast TemperatureF to use formula - fixes #9955 (#9981) 2019-05-05 06:19:41 -07:00
Doug Bunting 2000f90e42 Merge branch 'release/2.2' => 'master' (dotnet/extensions#1673)
\n\nCommit migrated from 56bccee5c3
2019-05-04 22:47:06 -07:00
Doug Bunting ec4c3c4f8d
Merge branch 'release/3.0-preview5' => 'master' (#9744) 2019-05-04 22:46:21 -07:00
Doug Bunting 8cb331f8e1
Merge branch 'release/2.1' into release/2.2 2019-05-04 22:43:55 -07:00
dotnet-bot 8aa70f479a Merge in 'release/2.1' changes 2019-05-05 05:24:30 +00:00
Doug Bunting 6a6a119c9a Switch to non `-Int` pools and clear NuGet caches
- aspnet/AspNetCore-Internal#2436
- aspnet/AspNetCore#9767
2019-05-04 22:23:33 -07:00
Doug Bunting 32068a3ef2 Merge branch 'release/2.2' -> 'master'
- update azure-pipelines.yml in 'master'
\n\nCommit migrated from 48e77e4fcb
2019-05-04 22:19:32 -07:00
dotnet-bot ff1142ac94 Merge in 'release/2.2' changes
\n\nCommit migrated from a60e75992f
2019-05-05 05:00:57 +00:00
Doug Bunting d8f9dbc26e Merge branch 'release/2.1' => 'release/2.2' (dotnet/extensions#1672)
\n\nCommit migrated from dfa8cfee0e
2019-05-04 22:00:16 -07:00
John Luo 0ddbd66097 Merge branch 'release/2.2'
\n\nCommit migrated from dcd3285dfa
2019-05-04 20:13:10 -07:00
dotnet-bot ab44b1e154 Merge in 'release/2.2' changes
\n\nCommit migrated from 88db716f07
2019-05-05 03:10:45 +00:00
Doug Bunting 0494ac6b85 Merge branch 'release/3.0-preview5' => 'master' (dotnet/extensions#1525)
\n\nCommit migrated from 729d46f0ba
2019-05-04 19:28:32 -07:00
John Luo 2daa0e934d Merge branch 'release/2.1' into release/2.2
\n\nCommit migrated from 3e8c7892f7
2019-05-04 19:11:27 -07:00
Doug Bunting 26a43cdd00
Merge branch 'master' into merge/release/3.0-preview5-to-master 2019-05-04 19:05:14 -07:00
Doug Bunting 2a056d0d7c Merge branch 'master' into merge/release/3.0-preview5-to-master\n\nCommit migrated from aee3a063c1 2019-05-04 18:59:23 -07:00
Ben Adams 19c9010c2f Read interface IList.Count once rather than per iteration (#9962) 2019-05-04 17:54:12 -07:00
dotnet-bot 883d2ce069 Merge in 'release/2.2' changes
\n\nCommit migrated from 130820ce08
2019-05-05 00:06:30 +00:00
John Luo 3e0afe4029
Update SDK to 3.0.100-preview5-011568 (#9963) 2019-05-04 17:05:34 -07:00
huysentruitw a2effc56e0 Ensure the selected certificate has an accessible private key #9915 (#9965) 2019-05-04 08:14:00 -07:00
Sébastien Ros 3f808160dd
Updating NuGet.config for benchmark apps (#9959) 2019-05-03 17:31:34 -07:00
BrennanConroy f17721299a Use NuGet.Config for SignalR benchmarks (#9958) 2019-05-03 17:31:04 -07:00