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-03-26Add UseProgramMain option to SPA templatesdamianedwards/template-toplevelstmts-optionDamian Edwards
2022-03-26Added templates tests for UseProgramMain optionDamian Edwards
2022-03-26Added UseProgramMain option to BlazorWasm templateDamian Edwards
2022-03-26Added UseProgramMain option to WebAPI templateDamian Edwards
2022-03-26Added UseProgramMain option to Worker templateDamian Edwards
2022-03-26Added UseProgramMain option to RazorPages templateDamian Edwards
2022-03-26Add UseProgramMain option to StarterWeb templateDamian Edwards
2022-03-26Added UseProgramMain option for Blazor server templateDamian Edwards
2022-03-26Add UseProgramMain option to grpc templateDamian Edwards
2022-03-25Add UseProgramMain open to EmptyWeb templateDamian Edwards
2022-03-25Switch to dynamic cert gen for tests (#39685)Hao Kung
2022-03-25Don't use yarn.msbuild SDK in source-build (#40864)William Godbe
2022-03-25Update SDK, Unquarantine tests (#40858)William Godbe
2022-03-25Update dependencies from https://github.com/dotnet/runtime build 20220324.7 (...dotnet-maestro[bot]
2022-03-25Included githubactions in dependabot config (#40851)Naveen
2022-03-25Forward Port Update MAUI Exception Handling (#40765) to `main` (#40842)Tanay Parikh
2022-03-25[main] Update dependencies from dotnet/runtime (#40853)dotnet-maestro[bot]
2022-03-24Bump minimist from 1.2.5 to 1.2.6 in /src/ProjectTemplates/test (#40850)dependabot[bot]
2022-03-24Bump minimist in /src/ProjectTemplates/BlazorTemplates.Tests (#40849)dependabot[bot]
2022-03-24Declare readonly members for mutable structs (#39637)James Newton-King
2022-03-24Allow leading CR/LF in HTTP request lines in Kestrel (#40833)Aditya Mandaleeka
2022-03-24Bump minimist from 1.2.5 to 1.2.6 in /src/Components/test/E2ETest (#40848)dependabot[bot]
2022-03-24Bump minimist from 1.2.5 to 1.2.6 in /src/Components/Web.JS (#40847)dependabot[bot]
2022-03-24[main] Update dependencies from dotnet/efcore (#40845)dotnet-maestro[bot]
2022-03-24Adding a new ActionResult to process IResult (#40710)Bruno Oliveira
2022-03-23Merge pull request #40771 from adityamandaleeka/add_textjs_mimetypeAditya Mandaleeka
2022-03-23Add `onmouseenter`, `onmouseleave` events (#40829)Tanay Parikh
2022-03-23Remove outdated YAML for Codespace prebuilds (#40834)Safia Abdalla
2022-03-23Update dependencies from https://github.com/dotnet/runtime build 20220322.7 (...dotnet-maestro[bot]
2022-03-23Forget a suggestionRogier van der Hee
2022-03-23Address PR feedbackRogier van der Hee
2022-03-23Use userAgentData in MonoDebuggerRogier van der Hee
2022-03-23Declare interface for userAgentDataRogier van der Hee
2022-03-23Fix alignment issue on arm64 (#40831)Hao Kung
2022-03-23Add ElementReference to InputRadio (#40828)campersau
2022-03-23Update branding to preview4 (#40812)Doug Bunting
2022-03-22Quarantine Microsoft.AspNetCore.Hosting.FunctionalTests.LinkedApplicationTest...Javier Calvarro Nelson
2022-03-22Update dependencies from https://github.com/dotnet/runtime build 20220321.6 (...dotnet-maestro[bot]
2022-03-22[Infrastructure] Update dotnet sdk version (#40819)Javier Calvarro Nelson
2022-03-22[Blazor] Ignore hash when supplying querystring parameters (#40808)campersau
2022-03-22Avoiding `ParameterBindingMethodCache` exceptions in MVC (#40738)Bruno Oliveira
2022-03-21Merge pull request #40777 from adityamandaleeka/enable_cpp_warningsAditya Mandaleeka
2022-03-21[main] (deps): Bump src/submodules/googletest (#40796)dependabot[bot]
2022-03-21Change wording to be clear and consistent (#40716)Robin Sue
2022-03-21Update dependencies from https://github.com/dotnet/arcade build 20220318.2 (#...dotnet-maestro[bot]
2022-03-21Update dependencies from https://github.com/dotnet/runtime build 20220321.1 (...dotnet-maestro[bot]
2022-03-21Simplify debug/release conditions.Aditya Mandaleeka
2022-03-20[main] Update dependencies from dotnet/runtime (#40784)dotnet-maestro[bot]
2022-03-20Make IResults types public (#40704)Bruno Oliveira
2022-03-19Consume HostApplicationBuilder from WebApplicationBuilder (#40459)Stephen Halter