Justin Kotalik
029a4c0a68
Update check for 413 in IIS ( #14589 )
2019-10-01 16:06:39 -07:00
bkatms
51ae61baca
Support attaching to an existing request queue in HTTP.SYS ( #14182 )
2019-10-01 16:05:52 -07:00
Chris Ross
5df258ae5b
HttpSys GoAway ( #14522 )
2019-10-01 16:05:22 -07:00
dotnet-maestro[bot]
66425a5d26
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20191001.1
...
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.1.0-preview1.19501.1
- Microsoft.AspNetCore.Razor.Language - 3.1.0-preview1.19501.1
- Microsoft.CodeAnalysis.Razor - 3.1.0-preview1.19501.1
- Microsoft.NET.Sdk.Razor - 3.1.0-preview1.19501.1
2019-10-01 23:05:18 +00:00
Chris Ross
12cba32a11
Make UseStatusCodePagesWithReExecute clear Endpoints ( #14531 )
2019-10-01 16:05:08 -07:00
Chris Ross
0a1e208c76
[3.1] Re-implement SameSite for 2019 ( #13776 )
2019-10-01 16:04:59 -07:00
Ryan Brandenburg
92f771f117
Update templates for 3.1 ( #14637 )
2019-10-01 16:00:10 -07:00
Justin Kotalik
cd2983bf41
Merge pull request #14438 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'
2019-10-02 07:52:21 +09:00
Artak
361428ae3b
Updated npm dependencies ( #14595 )
2019-10-01 15:51:59 -07:00
Ryan Brandenburg
8e6cd2c70d
Port https://github.com/aspnet/AspNetCore/pull/12879 to 3.1 ( #14638 )
...
* Port https://github.com/aspnet/AspNetCore/pull/12879 to 3.1
* PR feedback
2019-10-01 15:51:34 -07:00
Brennan
fa93369beb
Fix null reference exception for Streaming null object ( #14004 ) ( #14515 )
2019-10-01 15:41:06 -07:00
Steve Sanderson
00ebfb4811
When using auth, use CascadingAuthenticationState explicitly. Fixes #14566
2019-10-01 14:50:48 -07:00
Steve Sanderson
ebe81c2978
Fix test that was illegally holding ParameterView references
2019-10-01 14:50:25 -07:00
Steve Sanderson
762cbde480
CR: Add some "in" plus clean up "using"
2019-10-01 14:50:25 -07:00
Steve Sanderson
1ac8ff104e
Add specific unit test in ParameterViewTest
2019-10-01 14:50:25 -07:00
Steve Sanderson
9afb1ce6ae
CR: Clarify comment
2019-10-01 14:50:25 -07:00
Steve Sanderson
c2a45b4fd6
Typo
2019-10-01 14:50:25 -07:00
Steve Sanderson
e6656a68ab
Complete test cases
2019-10-01 14:50:25 -07:00
Steve Sanderson
d59baa8a24
Wrap up lifetime concept as a type, and implement expiry
2019-10-01 14:50:25 -07:00
Steve Sanderson
612a6677b1
Have ParameterView track its owning RenderBatchBuilder
2019-10-01 14:50:25 -07:00
Steve Sanderson
2e7c8649b6
Fix comment
2019-10-01 14:50:25 -07:00
Steve Sanderson
206f793fb5
Add unit tests for illegal ParameterView access
2019-10-01 14:50:25 -07:00
Steve Sanderson
2fc604145a
Update ref assembly
2019-10-01 14:49:59 -07:00
Steve Sanderson
428017a181
Regenerate blazor.server.js
2019-10-01 14:49:59 -07:00
Steve Sanderson
aca8db6572
CR: Rename RenderTreeBuilderExtensions to WebRenderTreeBuilderExtensions
2019-10-01 14:49:59 -07:00
Steve Sanderson
0d30083aab
E2E tests for navigation+preventDefault
2019-10-01 14:49:59 -07:00
Steve Sanderson
6f8b31bdb1
Move navigation preventDefault tests to their own page
2019-10-01 14:49:59 -07:00
Steve Sanderson
62f596c2bd
Actual event bubbling E2E tests
2019-10-01 14:49:59 -07:00
Steve Sanderson
eab8ba85b9
Make navigation+bubbling interactions work like native
2019-10-01 14:49:59 -07:00
Steve Sanderson
47d1ffce05
E2E scenario code for preventDefault+navigation
2019-10-01 14:49:59 -07:00
Steve Sanderson
05c284fe26
Add some E2E scenario code for bubbling
2019-10-01 14:49:59 -07:00
Steve Sanderson
2339282e26
Update JS binaries
2019-10-01 14:49:59 -07:00
Steve Sanderson
580184d7de
Rename "stop bubbling" to "stop propagation" for consistency with JS
2019-10-01 14:49:59 -07:00
Steve Sanderson
896feb49e9
Make navigation interception participate in synthetic event bubbling
2019-10-01 14:49:59 -07:00
Steve Sanderson
cdef672310
Fix newly-created bug with 'on' prefix mismatch
2019-10-01 14:49:59 -07:00
Steve Sanderson
d2887ccc1c
Update JS binaries
2019-10-01 14:49:59 -07:00
Steve Sanderson
86a8dcfe10
Implement actual "prevent default"
2019-10-01 14:49:59 -07:00
Steve Sanderson
e7e2dedf5d
Implement actual "stop bubbling"
2019-10-01 14:49:59 -07:00
Steve Sanderson
31ee4a8daf
Simplify: once we start tracking event info for a given element, there's no real value in deleting that tracking info later
2019-10-01 14:49:59 -07:00
Steve Sanderson
3cd4726c76
Keep track of preventDefault/stopBubbling flags on JS side
2019-10-01 14:49:59 -07:00
Steve Sanderson
3249dce498
Refactor EventHandlerInfosForElement storage to avoid ad-hoc assumptions about storage formats
2019-10-01 14:49:59 -07:00
Steve Sanderson
e6f183e39e
Add RenderTreeBuilder extension methods for "prevent default" and "stop bubbling"
2019-10-01 14:49:59 -07:00
Ajay Bhargav Baaskaran
ef8830ffec
Update baselines to unbreak tests ( dotnet/aspnetcore-tooling#1184 )
...
\n\nCommit migrated from 0d1e0d6eba
2019-10-01 13:59:41 -07:00
N. Taylor Mullen
1e9c0f01af
Add Blazor partial class support in Visual Studio. ( dotnet/aspnetcore-tooling#1182 )
...
- No longer mark declaration files as single file generators. Prior to this we relied on SingleFileGenerators to dynamically update the declaration files when .razor files changed. However, to make partial classes work we can no longer depend on declaration files being available because their existence causes us to have to mangle class names for opened documents; otherwise you get two files with same name and result in ambiguous definition errors.
- Stopped including declaration files as part of the users compilation. This was intended to make the design time experience operate more similar to how Blazor apps function at runtime (directly access each component instead of their declarations). We now rely on the background code generation effort built from the find all references work to supply users with strongly typed component names.
- Stop mangling class names for Visual Studio. Razor.VSCode has its own set of configurations which i'm not addressing as part of this changeset.
- Start generating components with the partial modifier to their class name to enable partial class support.
- Updated existing tests to expect partial modifier.
aspnet/AspNetCoredotnet/aspnetcore-tooling#5487\n\nCommit migrated from 73858cdd37
2019-10-01 13:59:33 -07:00
William Godbe
db4087769e
Merge pull request #14535 from aspnet/Baseline30
...
Update package baseline
2019-10-01 12:14:46 -07:00
Doug Bunting
903b9d3333
Undo unintended change to alpha2 branding
2019-10-01 12:12:56 -07:00
Doug Bunting
72107a5d15
Merge branch 'release/3.1' into 'master'
2019-10-01 11:27:50 -07:00
wtgodbe
fa21e53dd9
Revert to GA SDK
2019-10-01 11:01:22 -07:00
William Godbe
25c82efdd3
Merge pull request dotnet/extensions#2411 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from 88641b5021
2019-10-01 10:30:36 -07:00
Doug Bunting
a81b67588a
Update branding to 3.1.0-preview2 ( #14563 )
2019-10-01 09:09:31 -07:00