aspnetcore/src
Javier Calvarro Nelson 402dc41d33
[Blazor] Render Blazor Webassembly components from MVC (#25203)
* Server pieces

* Changes for prerendering

* Discover client components

* tmp

* Cleanup

* Cleanups

* Undo changes

* Remove unwanted changes

* Move interop class to its own file

* Cleanup unwanted changes

* Add test rendering multiple client-side components

* Unit tests and E2E tests

* Cleanups

* Addressed feedback

* Rename Client to WebAssembly in RenderMode

* Update generated js files

* Cleaned up JS and addressed feedback

* Client->WebAssembly and other feedback

* Unify component discovery code and use webassembly instead of 'client'

* Update js files

* Fix tests
2020-08-25 09:30:24 -07:00
..
Analyzers Remove Internal.AspNetCore.Analyzers (#24693) 2020-08-11 03:08:55 +00:00
Antiforgery Guard against client disconnect exceptions that appear when reading body (#25146) 2020-08-25 09:29:50 -07:00
Azure
Components [Blazor] Render Blazor Webassembly components from MVC (#25203) 2020-08-25 09:30:24 -07:00
Configuration.KeyPerFile
DataProtection
DefaultBuilder Add nullable annotations to M.A.Hosting and DefaultBuilder (#24571) 2020-08-05 01:07:11 +00:00
Features/JsonPatch
FileProviders Right-size Lists when created (#23714) 2020-08-19 09:45:52 -07:00
Framework Remove Internal.AspNetCore.Analyzers (#24693) 2020-08-11 03:08:55 +00:00
Grpc Fix HTTP/2 tests that use HttpClient and H2C (#24981) 2020-08-18 21:12:52 +12:00
HealthChecks Add HealthChecks to solution and enable nullable in tests (#25059) 2020-08-20 15:04:44 +00:00
Hosting Allow suppressing the use of environment variables (#25136) 2020-08-24 23:28:17 -07:00
Html/Abstractions
Http Identifying if a request has a body #24175 (#24984) 2020-08-24 06:38:40 +00:00
Identity Right-size Lists when created (#23714) 2020-08-19 09:45:52 -07:00
Installers Remove Internal.AspNetCore.Analyzers (#24693) 2020-08-11 03:08:55 +00:00
JSInterop JSObjectReference (#25028) 2020-08-24 21:02:19 -07:00
Localization
Logging.AzureAppServices
Middleware Throw original exception if exception handler is not found (#25062) 2020-08-20 02:45:07 -07:00
MusicStore Convert DatabaseErrorPage to exception filter (#24588) 2020-08-17 11:13:17 -07:00
Mvc [Blazor] Render Blazor Webassembly components from MVC (#25203) 2020-08-25 09:30:24 -07:00
ObjectPool
ProjectTemplates Minor typos (#25140) 2020-08-24 15:51:09 -07:00
Razor Prevent @import in scoped CSS (#25196) 2020-08-25 09:28:14 -07:00
Security Update OAuth providers #4684 (#25112) 2020-08-23 17:04:43 -07:00
Servers Fix MaxRequestBodySize in IIS (#25096) 2020-08-25 09:12:58 -07:00
Shared [Blazor] Render Blazor Webassembly components from MVC (#25203) 2020-08-25 09:30:24 -07:00
SignalR Java client connection state part 1 (#24166) 2020-08-24 16:45:33 -07:00
SiteExtensions Remove ANCM shim and outofprocess handler from Runtime SiteExtension (#24884) 2020-08-13 15:54:43 -07:00
Testing
Tools [Blazor] Render Blazor Webassembly components from MVC (#25203) 2020-08-25 09:30:24 -07:00
WebEncoders
submodules