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-06-24Replat blazor on net5 (#23078)Pranav K
* Replat blazor on net5 * Make all e2e tests pass * Fixup * Update js files * Fixups * Fixup * Fixup * Skip globalization tests * Undo workarounds * PR feedback * Update dependencies from https://github.com/dotnet/runtime build 20200622.6 System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Principal.Windows , System.Security.Permissions , System.Security.Cryptography.Xml , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs From Version 5.0.0-preview.7.20321.2 -> To Version 5.0.0-preview.7.20322.6 * Update js file * Fix version * Fixup Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-19Add support for <BlazorWebAssemblyLazyLoad /> item group (#23071)Safia Abdalla
* Add support for <BlazorLazyLoad /> item group * Respond to feedback from peer review
2020-06-17Add missing doc files and cleanup nits (#22931)Doug Bunting
* nit: Remove useless `$(HasReferenceAssembly)` settings - set in /Directory.Build.targets - `true` only in `$(IsAspNetCoreApp)` projects * nit: Remove useless `$(CompileUsingReferenceAssemblies)` settings - no current versioning differences between ref/ and src/ assemblies when targeting default TFM * Add more `$(GenerateDocumentationFile)` settings - increases the number of generated doc files, mostly without problems - !fixup! correct typo in `DebugProxyHost` doc comments - was not generating a doc file before - remove previous (ineffective) src/Components/Directory.Build.targets setting - nit: remove a duplicate `$(GenerateDocumentationFile)` setting * nit: Remove useless `$(IsPackable)` settings - only analyzers and implementation projects are packable by default - main use case for explicit setting is projects shipping only in shared framework - conditional setting in src/Mvc/Directory.Build.props just subset logic in /Directory.Build.targets * nit: Remove useless `$(IsProjectReferenceProvider)` settings - only implementation projects are providers by default * nit: Remove useless `$(IsTestAssetProject)` settings - set in src/Mvc/test/WebSites/Directory.Build.props * !fixup! Looks like `InProcessNewShimWebSite` must compile w/o ref/ assemblies - restore `$(CompileUsingReferenceAssemblies)` in this one project
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
* [Blazor] Fix manifest integrity computation * Add a couple of tests to validate incrementalism
2020-06-05Quarantined flaky RazorSDK tests (#22553)Ajay Bhargav B
2020-06-03Build time changes (#22362)Matt Mitchell
* Build time changes A few changes for build time - Don't build tests with SkipTestBuild=true and use that for official build legs. This cuts 40%-50% off the msbuild invocations for build. The longest build leg drops by about 30 mins. - Skip logging of some task parameters and their metadata. This reduces overall binlog size, which is a major contributor to build time. Unfortunately, this does not mean we can yet turn binlogs back on. This change can actually increase the overall binlog size due to logging of more project started arguments. There is another optimization for this in progress. Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2020-06-03[master] Update dependencies from dotnet/runtime (#22387)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/runtime build 20200529.7 System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.Drawing.Common , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.IO.Pipelines , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.ServiceProcess.ServiceController , System.Security.Principal.Windows , System.Security.Permissions , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml From Version 5.0.0-preview.6.20278.9 -> To Version 5.0.0-preview.6.20279.7 * Update dependencies from https://github.com/dotnet/runtime build 20200530.5 System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.ServiceProcess.ServiceController , System.Security.Permissions , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Principal.Windows From Version 5.0.0-preview.6.20278.9 -> To Version 5.0.0-preview.6.20280.5 * Update dependencies from https://github.com/dotnet/runtime build 20200531.6 System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.ServiceProcess.ServiceController , System.Security.Permissions , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Principal.Windows From Version 5.0.0-preview.6.20278.9 -> To Version 5.0.0-preview.6.20281.6 * Fixup test * Update dependencies from https://github.com/dotnet/runtime build 20200602.1 System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Hosting , Microsoft.Extensions.Configuration.Json , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.Platforms , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Drawing.Common , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.ServiceProcess.ServiceController , System.Security.Principal.Windows , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions From Version 5.0.0-preview.6.20278.9 -> To Version 5.0.0-preview.7.20302.1 * React to ReferenceHandling rename Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-06-02 Add `SuccessfulTests` to ensure something runs in every non-Helix run (#22406)Doug Bunting
* Remove extra `[SkipOnHelix]` attribute - only need the one compiled into Microsoft.AspNetCore.Testing - update the documentation to reflect this - nit: address Markdown warnings that VS Code showed * Add `SuccessfulTests` to ensure something runs in every non-Helix runs - #22241 - cleans up hundreds of warnings but leaves a couple for the Blazor tests assembly - see comments about xUnit runner command line in the new class
2020-05-29Changes to build in masterPranav K
* Cleanup bad merge * Update to dotnet-serve that supports arbitrary ports
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
* Undo overzealous merge choices * Undo temporary changes applied when part of the repo was building in the blazor-wasm branch * Skip SPA template tests in 3.1
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
* Ensure satellite resources are published when building in VS Fixes https://github.com/dotnet/aspnetcore/issues/21355
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
* Compute SHA256s for blazor.boot.json in parallel
2020-04-17Fix typo in ServiceWorkerAssetsManifest.targets (#20944)Javier Calvarro Nelson
Fixes a typo that prevented the service worker from being removed during publish
2020-04-17Copy I18N assemblies when running without the linker (#20878)Pranav K
* Copy I18N assemblies when running without the linker Fixes https://github.com/dotnet/aspnetcore/issues/20517
2020-04-15[Blazor][Wasm] Build fixes for incrementalism and PWA (#20861)Javier Calvarro Nelson
* Fixes incrementalism issue caused by a wrong up to date check * Fixes PWA template on hosted scenario by removing the 'ServiceWorker' from the content itemgroup in all scenarios.
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
* Create a ref-assembly package for HttpHandler Fixes #19202
2020-04-06Cleanup Blazor standalone publish output (#20470)Pranav K
* Remove stray content from Blazor's publish output. * Introduce BlazorPrunePublishOutput as a way for users to opt-out of this. Fixes https://github.com/dotnet/aspnetcore/issues/17018
2020-04-06[Fixes #19644][Blazor] Support brotli compression for framework files (#20363)Javier Calvarro Nelson
* [Blazor] Support brotli compression for framework files * Adds a new tool to the Blazor.Build package to perform brotli compression. * Performs brotli compression at publish time * Centralizes hashing computation in one place and creates hash files for performing incremental compilations
2020-04-03Remove WebAssemblyLoggerFactory and refactor logging setup (#20432)Safia Abdalla
**Changes in this PR** - Replaces `WebAssemblyLoggerFactory` with `LoggerFactory` from logging extensions package - Moves WebAssemblyConsoleLogger and PrependMessageLogger to provider model Now that we are using the standard `LoggerFactory` support for config options like `SetMinimumLevel` and `AddProvider` is available. Compared to what is currently in the `blazor-wasm` branch, the changes in this PR add an additional 12 kb to the total compressed size. Addresses #19737
2020-04-03Move specifying default Blazor linker config to props file (#20458)Pranav K
Fixes #20443
2020-04-03Apply suggestions from code reviewPranav K
Co-Authored-By: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
2020-04-03FixupPranav K
2020-04-03Fixup testsPranav K
2020-04-03Remove constraints on WebAssembly.Build packagePranav K
Make Blazor-Wasm projects not-packable by default
2020-04-03FixupPranav K
2020-04-03Preserve files being published to the publish root and the wwwrootPranav K
Fixes https://github.com/dotnet/aspnetcore/issues/19926
2020-04-02Support JsonStringEnumConverter. Fixes #19086 (#20446)Steve Sanderson
* Fix serializing enums. Fixes #19086 * Add E2E test
2020-04-01Add some extra publish integration tests, plus fix publish-from-VS-with-RID ↵Steve Sanderson
(#20410) * Add detailed integration tests for publishing service workers, assets manifests, and blazor.boot.json * Fix publishing from VS with non-portable RID
2020-03-31Rename site.css to app.css. Fixes #19779Steve Sanderson
2020-03-29Fix missing pdbs in Blazor build (#20257)Pranav K
* Fix missing pdbs in Blazor build * Allow tests to run in Debug and Release independent of the configuration test project is built in Fixes https://github.com/dotnet/aspnetcore/issues/20242
2020-03-28Fix SWAM hash (#20240)Steve Sanderson
2020-03-26Add support for loading satellite assemblies (#20033)Pranav K
* Add support for loading satellite assemblies Fixes #17016
2020-03-26Update to using System.Net.Http.Json (#20195)Pranav K
2020-03-26Update versionsPranav K
* Update Blazor version to preview4 * Update ASP.NET Core references to 3.1.3 * Remove DisableImplicitComponentsAnalyzers workaround
2020-03-25Write hash to service worker on publish (#20131)Steve Sanderson
* Write SWAM version into service worker output * Update project template * Add publishing test * Update src/Components/WebAssembly/Build/src/targets/ServiceWorkerAssetsManifest.targets Co-Authored-By: Pranav K <prkrishn@hotmail.com> * Add E2E test for hosted PWA too * Avoid test clashes * E2E test fix * E2E test fix * E2E test fix Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-03-12Add support for configuration (#19544)Pranav K
* Add support for configuration Fixes https://github.com/dotnet/aspnetcore/issues/18675
2020-03-10Rename WebAssembly.JSInterop -> Microsoft.JSInterop.WebAssemblyPranav K
2020-03-06Make BlazorLinkerDescriptor public (#19649)Pranav K
This was accidentally made non-public as part of the API review
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