Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-03[Blazor][Fixes #19503] Exclude gzip files from manifest (#19525)Javier Calvarro Nelson
* Exclude gzip files from manifest * Add a test to validate the service-worker manifest
2020-02-27In debug mode, don't enable the linker by default (plus other minor build ↵Steve Sanderson
fixes) (#19374) * In debug mode, don't enable the linker by default * Fixup * Update Blazor.MonoRuntime.targets * Ensure we have a true/false value. Stop inferring from BlazorLinkOnBuild. * Avoid doing work for ServiceWorkerAssetsManifest when it's not being used * React to BlazorLinkOnBuild->BlazorWebAssemblyEnableLinking rename Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-02-25Fix boot json on mac/linux (#19332)Steve Sanderson
2020-02-21BlazorWASM: API review (#19219)Pranav K
Fixes https://github.com/dotnet/aspnetcore/issues/13174
2020-02-21Blazor WebAssembly caching fixes (#19235)Steve Sanderson
* Support logging errors that happen really early * Tolerate all the ways caching might be unavailable * Include dotnet.js in blazor.boot.json * Reorganize boot manifest to categorize files by role, not just by filename extension * Enable cache-busting and SRI check on dotnet.js * Change cache-busting to vary filename, not using querystring. Needed to make PWA manifest still work.
2020-02-21[Blazor] Adds support for statically pre-compressing assets using gzip (#19157)Javier Calvarro Nelson
* Adds a task to perform gzip compession. * Gzips framework files incrementally * Serves pre-compressed versions of the framework files when possible.
2020-02-21Fixup RuntimeDependenciesResolver test (#19208)Pranav K
Fixes https://github.com/dotnet/aspnetcore/issues/12059
2020-02-19Rename Blazor.Mono -> Components.WebAssembly.Runtime (#19124)Pranav K
* Rename Blazor.Mono -> Components.WebAssembly.Runtime
2020-02-19[Fixes #12588][Blazor] Move Blazor to use Static Web Assets (#18409)Javier Calvarro Nelson
* [Blazor] Move Blazor to use Static Web Assets * Plugs-in Blazor wasm through the static web assets infrastructure. * Avoids the need for a custom Blazor.config file. * Removes broken auto-rebuild and debug support. * Removes unnecessary server-side Blazor helpers.
2020-02-19FixupPranav K
2020-02-19Rename Blazor.Mono -> Components.WebAssembly.RuntimePranav K
2020-02-18Blazor WebAssembly package renames (#19026)Pranav K
Fixes https://github.com/dotnet/aspnetcore/issues/18384