Commit Graph

40275 Commits

Author SHA1 Message Date
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] 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
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
wtgodbe 1a71156f6a Fix typo in GenerateTestProps.targets 2019-10-14 15:59:40 -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
Pranav K d299ae2491
Introduce ComponentTagHelper (#14592)
* Introduce ComponentTagHelper
Fixes https://github.com/aspnet/AspNetCore/issues/13726
2019-10-11 15:59:52 -07:00
Pranav K 6dee2f548a
Ensure Microsoft.AspNetCore.Razor.RuntimeCompilation has the right build targets (#14863)
* Include build and build transitive folders in RuntimeCompilation package
* Use a different folder name to allow GitHub indexing. See https://github.com/aspnet/AspNetCore/issues/14846
* Add a test to verify transitive build targets work

Fixes https://github.com/aspnet/AspNetCore/issues/14813
Fixes https://github.com/aspnet/AspNetCore/issues/12768
2019-10-11 13:53:16 -07:00
Pranav K 79a1769e47
fixup 2019-10-11 13:46:45 -07:00
Pranav K 3fe0e303c6
Make sealed 2019-10-11 13:32:50 -07:00
Pranav K 0557585b0a
More fixups 2019-10-11 13:32:50 -07:00
Pranav K 2e7ff1e9b8
Restore the app element 2019-10-11 13:32:49 -07:00
Pranav K a7d40aeb03
Update ref 2019-10-11 13:32:48 -07:00
Pranav K d1faff4126
Fixup 2019-10-11 13:32:47 -07:00
Javier Calvarro Nelson 80d019d726
Introduce ComponentTagHelper
Fixes https://github.com/aspnet/AspNetCore/issues/13726
2019-10-11 13:32:46 -07:00
Javier Calvarro Nelson 08eafcddbd
[Templating][Fixes #14920] Exclude app.db from publish to single file (#14921)
Otherwise the published application fails when the code tries to
access the missing database.
2019-10-11 18:38:11 +02:00
Brennan Conroy 57e68b069e Merged PR 3557: Revert "Wait to Complete Pipe" 2019-10-11 01:46:11 +00:00
Doug Bunting 87a110aea8
Merge branch 'release/3.1-preview1' => 'release/3.1' (#14845) 2019-10-10 15:02:13 -07:00
Doug Bunting 4d30facbaf
Merge branch 'release/2.2' => 'release/3.0' (#14714) 2019-10-10 14:50:19 -07:00
wtgodbe 62a62fae7d Fix item metadata evaluation 2019-10-10 14:43:16 -07:00
wtgodbe d7faa8fc48 Disable RPMBuild if not building RefPack, fix template test RefPack version 2019-10-10 14:17:15 -07:00
Pranav K 8c39137944 Port Throw when UseAuthorization is incorrectly configured (#14893)
* Port Throw when UseAuthorization is incorrectly configured

* fixup
2019-10-10 14:14:43 -07:00
Pranav K fcc20ace2a
Ensure EnableBuffering works with NewtonsoftJsonInputFormatter (#14870)
Fixes https://github.com/aspnet/AspNetCore/issues/14396
2019-10-10 13:52:02 -07:00
wtgodbe a071e40e34 Disable DebBuild when we're not building targetingPack 2019-10-10 13:41:07 -07:00
Ryan Brandenburg 1377ced819
Fix log levels (#14748) 2019-10-10 13:34:29 -07:00
Adrian Wright 0cf058711f Rename class "error-ui" to "blazor-error-ui" 2019-10-10 19:57:23 +01:00
Artak 1141654673
Fix the TargetFramework for Blazor WASM server app (#14865) 2019-10-09 22:22:24 -07:00
Brennan Conroy 7fd42c4e94 Merged PR 3115: Wait to Complete Pipe
Fixed the `PipeWriterStream` to properly detect a canceled write and throw an `OperationCanceledException` in those cases. And making sure `Complete` is called in a safe manner by ensuring it is in a lock so writes can't be in-progress.
2019-10-10 04:41:00 +00:00
Ryan Brandenburg a68c961a58
Dev exception notifications (#14636)
Blazor dev exception notification
2019-10-09 16:37:57 -07:00
Chris Ross 4fac2918a6
Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0 2019-10-09 16:21:25 -07:00
Chris Ross f3b0fbe207
Allow opt out of HttpSys client cert negotiation #14806 (#14839) 2019-10-09 15:57:11 -07:00
Chris Ross c0a7f04370 [3.0 patch] Re-implement SameSite for 2019 (#13870) 2019-10-09 14:19:33 -07:00
huysentruitw d0de73684d ControllerBase.Problem should also set the StatusCode of the response (#14672)
* ControllerBase.Problem should also set the StatusCode of the response

Fixes https://github.com/aspnet/AspNetCore/issues/14663
2019-10-09 09:29:16 -07:00
William Godbe 84be18b104
Merge pull request #14843 from aspnet/darc-release/3.1-preview1-3382cea8-4ff2-4bfa-97d9-cff4d21e8414
[release/3.1-preview1] Update dependencies from aspnet/AspNetCore-Tooling
2019-10-08 18:34:15 -07:00
dotnet-maestro[bot] 44b834c7dd Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191008.6
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview1.19508.6
- Microsoft.AspNetCore.Razor.Language - 3.1.0-preview1.19508.6
- Microsoft.CodeAnalysis.Razor - 3.1.0-preview1.19508.6
- Microsoft.NET.Sdk.Razor - 3.1.0-preview1.19508.6
2019-10-08 23:40:15 +00:00
wtgodbe 5e2e1cdfd3 disable other targeting pack test 2019-10-08 12:32:37 -07:00
wtgodbe b89103fd5f Fix Xunit skip attribute 2019-10-08 11:44:21 -07:00
William Godbe dd13c8737a Update src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj
Co-Authored-By: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2019-10-08 11:44:19 -07:00
wtgodbe 03b4bcfee8 Test fixes for ref-pack build 2019-10-08 11:44:19 -07:00
wtgodbe 527b4e1c58 Update condition for targetingPackBuilding 2019-10-08 11:44:19 -07:00
wtgodbe 6fc778af6a disable building Microsoft.AspNetCore.App.Ref package in 3.0 2019-10-08 11:44:19 -07:00
John Luo 354d859d50
Manually add TypeForwardedTo in ref assemblies (#14538)
* Manually add TypeForwardedTo in ref assemblies

* Pin ref assembly version to Major.Minor.0.0

* Disable MSB3243 warning

* Pin pinning implementation assembly version

* Use nuget.exe v5.3.0 which support icon metadata

* Fixup nuspec packing
2019-10-07 21:00:34 -07:00
Ryan Brandenburg c3ccf5ba7f
InputNumber Long (#14741)
InputNumber Long
2019-10-07 16:12:48 -07:00
Doug Bunting f335df5d29
Merge branch 'release/3.1-preview1' => 'release/3.1' (#14776) 2019-10-06 15:59:58 -07:00