Adrian Wright
e8c9952a2b
Add .sidebar to .nav-item so to just target the nav in the template and not any other .nav-item's in the html
2019-10-17 03:36:08 +01:00
Javier Calvarro Nelson
1046cc2daa
[Blazor] Fix sample and turn debug logs and detailed errors client and server-side on the sample ( #15052 )
2019-10-16 22:12:25 +02:00
Steve Sanderson
d3f1f5a6ea
Make InputBase respond to validation state notifications ( #14818 )
...
* InputBase subscribes to OnValidationStateChanged. Fixes #11914
* E2E test
2019-10-16 11:35:34 -07:00
William Godbe
2c6d7a0cb8
Merge pull request #14602 from dotnet-maestro-bot/merge/release/3.0-to-release/3.1
...
[automated] Merge branch 'release/3.0' => 'release/3.1'
2019-10-16 10:27:06 -07:00
Javier Calvarro Nelson
efc2f024f3
[Blazor][ Fixes #14959 ] Update navlink to perform case-insensitive matches ( #14991 )
...
Otherwise the link doesn't get highlighted even though the route matches (routing is case insensitive).
2019-10-16 19:04:19 +02:00
Javier Calvarro Nelson
cad6e06a83
[Templating][ Fixes #15048 ] Fixes build hang in template tests caused by an unbound blocking collection ( #15058 )
2019-10-16 18:50:08 +02:00
TeBeCo
49191f4d56
Make ApiDescriptionActionData public ( #15023 )
...
* Make ApiDescriptionActionData public
Fixes https://github.com/aspnet/AspNetCore/issues/14954
2019-10-16 08:59:51 -07:00
Pranav K
504f7f6856
Produce a ModelState error when reading the form throws ( #14994 )
...
* Introduce ValueProviderException analogous to InputFormatterException
* Record ValueProviderException as a model state error
* Fixup bug in reading ProblemDetails \ ValidationProblemDetails using the converter
Fixes https://github.com/aspnet/AspNetCore/issues/10291
2019-10-15 16:46:35 -07:00
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
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
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
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