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
2022-11-12Removing duplicated semi-colons (#45038)HEADmainSébastien Ros
2022-11-11Fix predicate evaluation in OutputCacheAttribute (#45013)Sébastien Ros
Fixes #44739
2022-11-10Fix `Excepted` -> `Expected` typos in repo (#44989)Tanay Parikh
2022-11-10Fixed a concatenation issue in special URIs. (#44968)Kuinox
2022-11-09Sync shared code from runtime (#44964)github-actions[bot]
2022-11-09Bump loader-utils from 2.0.0 to 2.0.3 in /src/SignalR/clients/ts/common (#44939)dependabot[bot]
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.3) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09[main] Remove feeds, add to SiteExtension bundle (#44882)Doug Bunting
- [main] Remove feeds, add to SiteExtension bundle - should no longer need experimental, downlevel non-transport, or VS feeds - add 7.0 bits to the SiteExtension bundle - use latest SiteExtension.7.0 RTM version available in dotnet7-transport for now - Change additional versions - bump SiteExtension.3.1 and SiteExtension.6.0 package versions - downgrade Microsoft.Extensions.DiagnosticAdapter to avoid needing the dotnet5 feed - Bump the Microsoft.TemplateEngine.Tasks version - avoid unreleased version Arcade defaults to
2022-11-09refactor(NavLink): render aria-current attribute (#44913)lonix1
2022-11-09Initial Form-binding support (#44653)Bruno Oliveira
* Adding initial Form-support * clean up * PR feedback * PR feedback * Fix unit test * Adding Form Accepts Metadata later * clean up * Fix warnings * Adding a test for InferMetadata
2022-11-08[main] (deps): Bump src/submodules/googletest (#44916)dependabot[bot]
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `3026483` to `a4f02ef`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/3026483ae575e2de942db5e760cf95e973308dd5...a4f02ef38981350c9d673b9909559c7a86420d7a) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08[main] (deps): Bump src/submodules/spa-templates (#44915)dependabot[bot]
Bumps [src/submodules/spa-templates](https://github.com/dotnet/spa-templates) from `c824ca9` to `57bf5a0`. - [Release notes](https://github.com/dotnet/spa-templates/releases) - [Commits](https://github.com/dotnet/spa-templates/compare/c824ca94c64e8a227e9e3e48e7513abdd2a3cfce...57bf5a0a1bf5d55eb9efefa92dcff6f067d4bfb3) --- updated-dependencies: - dependency-name: src/submodules/spa-templates dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08Fix typo in NavigateToLogin doc comments (#43933)Daniel Roth
2022-11-05Set ApiParameterDescription.Type to `string` for Simple Types (#44747)Bruno Oliveira
* Checking if IsPrimitive * Fix comment * Experimenting with additional types * Adding DateTimeOffset * clean up * Adding unit test * Using UnderlyingOrModelType * Adding tests with nullable * Adding primitive parsable types test * Fix nullable warnings * Adding checks to EndpointMetadataAPI * Clean up * clean up * Adding using back * Adding Timespan * Adding more tests
2022-11-04Make Kestrel prefer on-disk cert for macOS bind. (#44835)Aditya Mandaleeka
2022-11-03Remove unnecessary ToArray call (#44864)Brennan
2022-11-03Fix invalid redirection after 2FA signin (#44395) (#44435)Vladislav Moiseev
2022-11-03Update for more accessible colors in dev exception page (#44798)Patrick Westerhoff
Update the colors used in the developer exception pages to ensure higher contrast ratios for better accessibility. This introduces CSS variables to the styling in order to provide a better maintainability of the colors for both light and dark mode. - Introduce CSS variables for all used colors, to be overwritten in dark mode with dark mode specific values. - Restructure the CSS file to keep related components closer together, and add comments to provide guidance. - Remove unused CSS rules and classes.
2022-11-02Produce arch-specific ANCM redist packages (#44647)William Godbe
2022-11-01Support side-by-side transports in Kestrel (#44657)James Newton-King
2022-11-01[AuthZ] Add IRequirementData (#44342)Hao Kung
2022-11-01Enable CA1854 (#44799)Martin Costello
2022-10-31Catch JSDisconnectedException during disposal (#44800)Mackinnon Buck
2022-10-31Use TryGetValue() for dictionary lookup (#44791)Martin Costello
Use `TryGetValue()` instead of `ContainsKey()` and the indexer.
2022-10-31[main] Update dependencies from dotnet/runtime dotnet/efcore (#44777)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/runtime build 20221030.1 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.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.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , Microsoft.Extensions.Logging , 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.Internal.Runtime.AspNetCore.Transport , Microsoft.NET.Runtime.MonoAOTCompiler.Task , Microsoft.NET.Runtime.WebAssembly.Sdk , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , System.Configuration.ConfigurationManager , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Reflection.Metadata , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.AccessControl , System.Threading.Channels , System.Threading.RateLimiting From Version 8.0.0-alpha.1.22526.6 -> To Version 8.0.0-alpha.1.22530.1 * Update dependencies from https://github.com/dotnet/efcore build 20221031.2 dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 8.0.0-alpha.1.22526.1 -> To Version 8.0.0-alpha.1.22531.2 * Preserve transitive generic attrbutes Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Chris R <Tratcher@outlook.com>
2022-10-31Build public redist for source-build (#44780)Michael Simons
2022-10-31[main] (deps): Bump src/submodules/spa-templates (#44792)dependabot[bot]
Bumps [src/submodules/spa-templates](https://github.com/dotnet/spa-templates) from `6a0e1ae` to `c824ca9`. - [Release notes](https://github.com/dotnet/spa-templates/releases) - [Commits](https://github.com/dotnet/spa-templates/compare/6a0e1aec5f831bd73bc0c0e7374c654a2eba9425...c824ca94c64e8a227e9e3e48e7513abdd2a3cfce) --- updated-dependencies: - dependency-name: src/submodules/spa-templates dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-31[main] (deps): Bump src/submodules/googletest (#44793)dependabot[bot]
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `e07617d` to `3026483`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/e07617d6c692a96e126f11f85c3e38e46b10b4d0...3026483ae575e2de942db5e760cf95e973308dd5) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-29Add more granular tests for HeaderUtilities.TryParseQualityDouble (#44574)David Acker
2022-10-28improve xml docs of some hard to read lists (#44775)Tom Vervoort
Co-authored-by: Tom Vervoort <tomv@infosupport.com>
2022-10-28Merge pull request #44779 from surayya-MS/deleteBowerFromMvcSurayya Huseyn Zada
Deleted bower from Mvc
2022-10-28deleted bower from MvcSurayya Huseyn Zada
2022-10-28Merge pull request #44728 from surayya-MS/guideBuildWebJSSurayya Huseyn Zada
Added a guide to build src\Components\Web.JS
2022-10-27Raise field size limit to 32kb #12213 (#44689)Chris Ross
2022-10-27Send 431 when HTTP/2&3 headers are too large or many #17861 #33622 (#44668)Chris Ross
2022-10-26Update src/Components/README.mdSurayya Huseyn Zada
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
2022-10-26Update src/Components/README.mdSurayya Huseyn Zada
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
2022-10-26Remove trim attributes from AddEndpointFilter extensions (#44738)David Fowler
2022-10-26Update README.mdSurayya Huseyn Zada
2022-10-26Update README.mdSurayya Huseyn Zada
2022-10-26Updating SDK version (#44734)Bruno Oliveira
* Update SDK (#44601) * Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Bruno Oliveira <brunolins16@users.noreply.github.com> Co-authored-by: Bruno Oliveira <brolivei@microsoft.com> * Adding nuget --version workaround Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com> Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
2022-10-26Fix the tooltip for the `SupportPagesAndViews` option (#44731)Artak
2022-10-25Revert "Update SDK (#44601)" (#44730)Bruno Oliveira
This reverts commit 1e8fe7e4ba93935ebc10aee6ef2a4d2b3b0c05d9.
2022-10-25Update SDK (#44601)Mackinnon Buck
* Update SDK * Update global.json * Trying previous version * Update global.json * Updating 8.0.100-alpha.1.22524 * Updating MicrosoftNetCompilersToolsetVersion to 4.5.0-1.22517.9 * Fix CA1507 * Removing EnableAltSvc Co-authored-by: Sébastien Ros <sebastienros@gmail.com> Co-authored-by: Bruno Oliveira <brunolins16@users.noreply.github.com> Co-authored-by: Bruno Oliveira <brolivei@microsoft.com>
2022-10-25Improved the docs for the RedisCacheOptions.InstanceName property (#44711)Tobias Graf
2022-10-24Improve StringBuilder usage (#44691)Brennan
2022-10-24Reference ConnectionId always using same casing in log messages (#44705)Sander Saares
2022-10-24Remove temporary allocations from Identity (#44557)Brennan
2022-10-24Use IndexOfAny(char, char) when possible (#44687)Brennan
2022-10-24Add option to use system culture in RequestLocalizationOptions (#44282)Hisham Bin Ateya
2022-10-24[main] (deps): Bump src/submodules/googletest (#44709)dependabot[bot]
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `a9b2f04` to `e07617d`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](https://github.com/google/googletest/compare/a9b2f0495cabb1ff01b51bcd0625cb1fd82da4ce...e07617d6c692a96e126f11f85c3e38e46b10b4d0) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>