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 (Expand)Author
2020-06-24Replat blazor on net5 (#23078)Pranav K
2020-06-19Add support for <BlazorWebAssemblyLazyLoad /> item group (#23071)Safia Abdalla
2020-06-17Add missing doc files and cleanup nits (#22931)Doug Bunting
2020-06-17Quarantined tests which were not running (skipped on Helix) (#23023)Artak
2020-06-12Merge remote-tracking branch 'origin/release/3.1'Pranav K
2020-06-11[Blazor] Fix manifest integrity computation (#22771)Javier Calvarro Nelson
2020-06-05Quarantined flaky RazorSDK tests (#22553)Ajay Bhargav B
2020-06-03Build time changes (#22362)Matt Mitchell
2020-06-03[master] Update dependencies from dotnet/runtime (#22387)dotnet-maestro[bot]
2020-06-02 Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406)Doug Bunting
2020-05-29Changes to build in masterPranav K
2020-05-27Merge blazor-wasm in to masterPranav K
2020-05-27Quality of life improvementsPranav K
2020-05-22Changes to allow building in 3.1 branchPranav K
2020-05-17Merge branch 'blazor-wasm' into prkrishn/merge-blazor-wasmPranav K
2020-05-01Fix intermediate path for service worker assets (#21128)Safia Abdalla
2020-05-01Ensure satellite resources are published when building in VS (#21347)Pranav K
2020-04-23Add an option to allow trimming collation datablazor-wasm-rc1Pranav K
2020-04-21Compute SHA256s for blazor.boot.json in parallel (#21021)Pranav K
2020-04-17Fix typo in ServiceWorkerAssetsManifest.targets (#20944)Javier Calvarro Nelson
2020-04-17Copy I18N assemblies when running without the linker (#20878)Pranav K
2020-04-15[Blazor][Wasm] Build fixes for incrementalism and PWA (#20861)Javier Calvarro Nelson
2020-04-14Add timezone support (#20493)Pranav K
2020-04-14FixupsPranav K
2020-04-14Do not override existing web.config during IIS publishSafia Abdalla
2020-04-14Create a ref-assembly package for HttpHandler (#20382)Pranav K
2020-04-06Cleanup Blazor standalone publish output (#20470)Pranav K
2020-04-06[Fixes #19644][Blazor] Support brotli compression for framework files (#20363)Javier Calvarro Nelson
2020-04-03Remove WebAssemblyLoggerFactory and refactor logging setup (#20432)Safia Abdalla
2020-04-03Move specifying default Blazor linker config to props file (#20458)Pranav K
2020-04-03Apply suggestions from code reviewPranav K
2020-04-03FixupPranav K
2020-04-03Fixup testsPranav K
2020-04-03Remove constraints on WebAssembly.Build packagePranav K
2020-04-03FixupPranav K
2020-04-03Preserve files being published to the publish root and the wwwrootPranav K
2020-04-02Support JsonStringEnumConverter. Fixes #19086 (#20446)Steve Sanderson
2020-04-01Add some extra publish integration tests, plus fix publish-from-VS-with-RID (...Steve Sanderson
2020-03-31Rename site.css to app.css. Fixes #19779Steve Sanderson
2020-03-29Fix missing pdbs in Blazor build (#20257)Pranav K
2020-03-28Fix SWAM hash (#20240)Steve Sanderson
2020-03-26Add support for loading satellite assemblies (#20033)Pranav K
2020-03-26Update to using System.Net.Http.Json (#20195)Pranav K
2020-03-26Update versionsPranav K
2020-03-25Write hash to service worker on publish (#20131)Steve Sanderson
2020-03-12Add support for configuration (#19544)Pranav K
2020-03-10Rename WebAssembly.JSInterop -> Microsoft.JSInterop.WebAssemblyPranav K
2020-03-06Make BlazorLinkerDescriptor public (#19649)Pranav K
2020-03-06React to dotnet.js having a version number (#19603)Pranav K
2020-03-05[Blazor] Fix incrementalism with unlinked files (#19596)Javier Calvarro Nelson