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
2022-10-17Add Uri StringSyntaxAttribute syntaxes (#44570)blouflashdb
2022-09-17Adding WebApplicationBuilderSettingInvalidApplicationDoesNotThrowWhen… (#44...Bruno Oliveira
2022-09-15[main] Update dependencies from dotnet/efcore dotnet/runtime (#44001)dotnet-maestro[bot]
2022-08-12Fix UsePathBase with WAB (#42876)Brennan
2022-08-11Fix check for auth services in middleware auto-registration (#43205)Safia Abdalla
2022-07-07Remove Authentication property from WebApplicationBuilder and fix up middlewa...Safia Abdalla
2022-07-07Trim Microsoft.AspNetCore (#42555)James Newton-King
2022-07-01Small test assert changes for flaky tests (#42419)Brennan
2022-06-21[Route Groups] Support AddFilter, WithOpenApi and other additive conventions ...Stephen Halter
2022-06-18Fix auto-registeration of authN and authZ middlewares (#42250)Safia Abdalla
2022-06-16Fix doc comment typo in WebApplicationBuilder (#42219)Damian Edwards
2022-06-14Add support for reading default scheme from config (#41987)Safia Abdalla
2022-06-01Add dotnet user-jwts tool and runtime support (#41520)Safia Abdalla
2022-03-19Consume HostApplicationBuilder from WebApplicationBuilder (#40459)Stephen Halter
2022-03-18[main] Update dependencies from dotnet/runtime (#40754)dotnet-maestro[bot]
2022-02-17Set WebApplication.New().ServerFeatures (#40183)feiyun0112
2022-02-10Fix diff checks for ContentRoot and WebRoot (#40095)feiyun0112
2022-01-29Use non-generic TaskCompletionSource (#39835)Martin Costello
2022-01-22Add IFeatureCollection.GetRequiredFeature (#39696)Pranav K
2022-01-16Refactor : Remove unwanted things (#39548)Shreyas Jejurkar
2022-01-11Fix some fast up to date check issues in VS (#32140)Kevin Pilch
2022-01-02chore : Remove unwanted `using` statement (#39176)Shreyas Jejurkar
2021-12-23Fixup whitespace issues from top-level statement change (#39161)Pranav K
2021-12-02Improve building ASP.NET Core directly on arm64 machines (#38527)Omair Majid
2021-11-12[main] Mark 6.0 API surface as shippedDoug Bunting
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-11-02Expose Use as a public method on WAB (#38011)David Fowler
2021-10-22Clean up remaining `net461` references (#37731)Doug Bunting
2021-10-19[main] Update dependencies from dotnet/runtime dotnet/efcore (#37552)dotnet-maestro[bot]
2021-10-14Improve project reference consistency (#37338)Doug Bunting
2021-10-11[main] Update dependencies from dotnet/runtime dotnet/efcore (#37353)dotnet-maestro[bot]
2021-10-07Don't allow modifying WebRootPath after initialization (#37147) (#37325)Safia Abdalla
2021-10-06Load IConfigurationProviders once in WebApplicationBuilder (#37039)Stephen Halter
2021-10-04Normalize the content root and improve errors (#36990) (#37226)David Fowler
2021-09-27sealed internal classes in default builder (#36043)Kahbazi
2021-09-23Add the ConfigurationManager to the IServiceCollection (#36832) (#36864)David Fowler
2021-09-21[main] Update dependencies from dotnet/runtime dotnet/efcore (#36328)dotnet-maestro[bot]
2021-09-16Avoid building the configuration sources twice (#36570)David Fowler
2021-09-07Adding test coverage for host builder properties (#36201)David Fowler
2021-09-07Fix how host configuration is handled in WebApplicationBuilder (#36186)David Fowler
2021-09-03Run user defined hosted services before the server starts. (#36122)David Fowler
2021-09-02Quarantine `LoggingConfigurationSectionPassedToLoggerByDefault` (#36080)Tanay Parikh
2021-09-02Throw for bad requests intended for minimal route handlers in development (#3...Stephen Halter
2021-09-02Fix issues with hosting startups (#36055)David Fowler
2021-09-02Improve the errors around UseStartup/Configure (#36047)David Fowler
2021-08-26Added coverage for developer exception page (#35778)David Fowler
2021-08-17Add ability to modify UseRouting/UseEndpoint behavior for WebApplicationBuild...Brennan
2021-08-05Remove GetCallingAssembly usage (#35063)David Fowler
2021-08-05Throw from extension methods not supported by WebApplicationBuilder (#34863)Stephen Halter
2021-08-04Added overload of WebApplication.CreateBuilder (#34972)David Fowler