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
path: root/src
AgeCommit message (Collapse)Author
2020-06-29Manual approximations to the optimisations we'll addstevesa/blazor-perf-5.0-baseline-optimizedSteve Sanderson
2020-06-29Blazor grid performance scenarios (#23301)Steve Sanderson
* Add complex table benchmark * Add FastGrid scenario too * Make the two grids consistent with each other * Add scenario for PlainTable * Empty commit to trigger re-rerun on CI. Clicking retry doesn't seem to be working.
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-23Add support for optional FromBody parameters (#22634) (#23246)Pranav K
* Add support for optional FromBody parameters (#22634) * Add support for optional FromBody parameters Fixes https://github.com/dotnet/aspnetcore/issues/6878 * Fixup nullable * Changes per API review * Fixup doc comment (#23229)
2020-06-22Use implicit logging scope for Activity (#22376)Sourabh Shirhatti
* Revert "Hoist activity fields to the logging scope (#11211)" This reverts commit f7a2d3c26cfd821d0740fdf5f5ac26845fcd33d0. * Remove tests with Activity * Remove ActivityId from HostingLogScope * Enable propogation in CreateDefaultBuilder * Clean up * s/logging/loggingBuilder * Enable Activity propogation for generichost * Replace with runtime/pull/37892
2020-06-22Fix binding <select> to a null value (#23221)Steve Sanderson
2020-06-22Render aria-invalid if the state is invalid (#23131)Artak
* Render aria-invalid if the state is invalid Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-06-20Flow endpoint and httpcontext always from authz middleware (#22672)Hao Kung
2020-06-20Change HttpSys default client cert mode to Allow Cert #14840 (#23162)Chris Ross
2020-06-19Add nullable annotations to Microsoft.AspNetCore.Components (#22944)Pranav K
* Add nullable for Microsoft.AspNetCore.Components Contributes to https://github.com/dotnet/aspnetcore/issues/5680 * Fixup
2020-06-19Fix up rendering for select elements with options component (#22978)Safia Abdalla
* Fix up rendering for select elements with options component * Commit updated compiled JS * Update test case with more scenarios
2020-06-19Kestrel Endpoints' "SslProtocols" settable via config (#22663) (#22910)Filip Staffa
2020-06-19Fix Windows 7/8 Kestrel tests (#23069)John Luo
2020-06-19Annotate Authorization.Core, Authorization.Policy with nullable (#22990)Pranav K
Contributes to https://github.com/dotnet/aspnetcore/issues/5680
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-19Enable `/warnAsError` (#23072)Doug Bunting
* Enable `/warnAsError` in Windows builds - already enabled in non-Windows builds because override existed only in build.ps1 * Allow some warnings related to closed issues - common `<NoWarn>$(NoWarn);CS1591</NoWarn>` case unchanged - /Directory.Build.props ensures that warning remains a warning but doesn't hide it * !fixup! Root build.sh _does_ disable warnings as errors - variable eng/common/tools.sh uses named `warn_as_error`
2020-06-19Fix Kestrel HTTP/2 debug assert failure (#23062)Stephen Halter
2020-06-18Fix authorization setup in Razor pages template (#23029)Safia Abdalla
2020-06-18Merge pull request #22902 from dotnet-maestro-bot/merge/release/3.1-to-masterDoug Bunting
[automated] Merge branch 'release/3.1' => 'master'
2020-06-18Fix null reference errors in tests (#23091)Pranav K
Fixes https://github.com/dotnet/aspnetcore/issues/22992
2020-06-18Update FormsTest.csJustin Kotalik
2020-06-18Add sharedfx and targeting pack tests (#23045)John Luo
* Add test for assembly versions * Add test for framework list * Add some hardcoded lists for sharedfx and targeting pack content
2020-06-18Downgrade or throw when HTTP/2 over TLS is configured on older Windows ↵John Luo
versions (#22859) HTTP/2 over TLS is not compatible with Windows versions strictly older than Windows 10 or Windows Server 2016. Update kestrel to: - Downgrade to HTTP/1.1 when Http1AndHttp2 is configured. - Throw NotSupportedException when Http2 is configured. - Allow HTTP/2 over TLS to be enabled if AppContext switch Microsoft.AspNetCore.Server.Kestrel.EnableWindows81Http2 is set. This allows users who have configured cipher suites on Windows 8.1 and Windows Server 2012 R2 to continue using HTTP/2 over TLS.
2020-06-18Fix build issues in Blazor WASM template tests (#23052)Safia Abdalla
2020-06-17Update Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csprojJustin Kotalik
2020-06-17Update Microsoft.AspNetCore.Server.HttpSys.csprojJustin Kotalik
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-17Enable Helix tests for Microsoft.AspNetCore.Mvc.Razor.Extensions.* projects.N. Taylor Mullen
- Enabled Helix for: - `Microsoft.AspNetCore.Mvc.Razor.Extensions.Test` - `Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test` - `Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.Test` - These tests depended on our MVC shim project's deps.json's to exist in the test bin directory during publish. Therefore added an additional target copy over those assets at publish time. - There were some tests that were relying on source positions from a string to match a runtime generated source position. In Helix dll's are built on Windows (string's get compiled with \r\n) and then deployed to potentially non-Windows boxes resulting in mismatches of expectations. To address this I changed the test that had this dependency to dynamically generate the input string. - Our common language test project used to rely on test files being on disk. At some point in the past those test files started being embedded in the assembly but we maintained directory checking logic to ensure various directories existed on disk (no longe required). Changed the logic to not enforce directories to be on disk (they aren't in Helix) and instead only rely on the embedded TestFiles. dotnet/aspnetcore#22100
2020-06-17Quarantine failing test (#23044)Safia Abdalla
2020-06-17[master] Update dependencies from dotnet/runtime (#23040)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/runtime build 20200617.2 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.20315.3 -> To Version 5.0.0-preview.7.20317.2 * null Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: BrennanConroy <brecon@microsoft.com>
2020-06-17Update Microsoft.AspNetCore.Shared.Tests.csprojJustin Kotalik
2020-06-17Update Http2Utilities.csJustin Kotalik
2020-06-17Fix #23038 (#23039)ZeBobo5
2020-06-17adding community identity providers (#17051)David Melendez
Adding Azure Table Storage and CosmosDB SQL providers to the list.
2020-06-17Add SetIsOriginAllowedToAllowWildcardSubdomains_DoesNotAllowRootDomain test ↵Ken Dale
(#23001) This test makes it clear root domains are not included in CORS subdomain wildcards
2020-06-17Link to maintained identity provider (#21015)Dan Friedman
2020-06-17Quarantined tests which were not running (skipped on Helix) (#23023)Artak
2020-06-17BDN workaround for netcoreapp5.0->net5.0 moniker rebranding (#23000)Adam Sitnik
2020-06-17Turn off gRPC interop test console color logging (#22923)James Newton-King
2020-06-17Update PhoneNumberTokenProvider.cs (#22766)Pranav K
* Update PhoneNumberTokenProvider.cs Add license header. Hyphenate two-factor authentication in documentation. Add line breaks before return statements. Use string interpolation instead of string concatenation.
2020-06-17Unquarantine tests that have passed for 30+ days (#23011)Safia Abdalla
2020-06-17Quarantine failing E2E circuit test (#23016)Safia Abdalla
2020-06-17Cookie renew ticket if it already exists (#22732)Hao Kung
2020-06-16Fix helix-matrix tests (#22918)John Luo
* Update SslProtocols to use system defaults
2020-06-16Fixed mistype in the `VarInt` examples (#23007)Luke Pfeiffer
The second `VarInt` example has `0x80 0x25` is represented as (`%10000000 %00101001`) which when decoded becomes 0x1480 (5248) When trying to implement `VarInt` encoding and decoding myself I found that `0x25` is actually `%00100101` instead of `%00101001` which causes the final decoded `VarInt` to be incorrect. The proper hex value for the binary `%00101001` is `0x29`
2020-06-16Annotate ObjectPool with nullable (#22823)Pranav K
* Annotate ObjectPool with nullable * fixup
2020-06-16Update how default auth policy is set in templates (#22884)Safia Abdalla
* Update how default auth policy is set in templates * Respond to feedback from peer review
2020-06-16Quarantine test (#22981)John Luo
2020-06-16Use non-generic TaskCompletionSource in SignalR and Kestrel (#22925)Brennan
2020-06-16Abort request when returning a completed FlushResult (#22086)Stephen Halter