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-07-09Updated API baselines, added XML docs.Mackinnon Buck
2022-07-09Added APIs to block external navigationsMackinnon Buck
2022-07-08New overlapping navigation behavior, changed APIsMackinnon Buck
2022-07-06Prototype for canceling internal navigationsMackinnon Buck
2022-06-29Update MouseEventArgs to include MovementX, MovementY (#42451)Cera Samson
2022-06-28Make virtualization compatible with overflow:scroll on document/body. Fixes #...Steve Sanderson
2022-06-28Support configuring spacer element. Fixes #42206Steve Sanderson
2022-06-27[Blazor] Unquarantine component E2E tests that were quarantined because of an...Javier Calvarro Nelson
2022-06-24Update SDK (#41798)Steve Sanderson
2022-06-23Custom HTML elements rendering Blazor components (#42314)Mackinnon Buck
2022-06-23Bump got from 11.8.3 to 11.8.5 in /src/Components/test/E2ETest (#42353)dependabot[bot]
2022-06-22[Blazor] Compiler runtime APIs needed for bind:get, bind:set, bind:after (#40...Javier Calvarro Nelson
2022-06-21[SignalR] Replace Single(connectionId) with Client(connectionId) and Caller (...Stephen Halter
2022-06-17catch JS exceptions in InvokeAsync and throw them in .NET (#41916)campersau
2022-06-14Update project templates to replace DateTime with DateOnly (#42084)Cera Samson
2022-06-09Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to latest stable (#41115)Brennan
2022-06-03Enable trim analyzer (#41683)Sven Boemer
2022-06-02[SignalR] Update some npm deps (#41270)Brennan
2022-06-02Fixed boot config issue. (#41976)Mackinnon Buck
2022-06-01Update npm dev dependencies to support Node.js 18 (#41938)Stephen Halter
2022-05-27Fix time/datetime-local binding with seconds when there's no step attribute (...Steve Sanderson
2022-05-26Blazor router handle base URLs without trailing slash plus query/hash (#41838)Steve Sanderson
2022-05-25[main] Update dependencies from dotnet/efcore dotnet/runtime (#41801)dotnet-maestro[bot]
2022-05-20Add trimming annotations to DotNetObjectReference (#41610)Eric Erhardt
2022-05-13Fix usage of navigator.userAgentData (#41669)Mackinnon Buck
2022-05-10[Blazor] Updates selenium dependencies #41605Javier Calvarro Nelson
2022-05-10Fix selenium-standalone invocation (#41592)Safia Abdalla
2022-05-10Allow sidebar to scroll for tall menus (#41062)mrlife
2022-05-06[Blazor] Updates selenium dependencies (#41557)Javier Calvarro Nelson
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-05-04Fix Component Governance alerts (#41485)William Godbe
2022-04-28Update SDK (#41158)William Godbe
2022-04-26Change-http-to-https-in-HttpRequestsComponent-exampleJaap
2022-04-22Fix Blazor Wasm benchmarks (#41312)Sébastien Ros
2022-04-20Place XML comment hrefs in see elements (#41254)James Newton-King
2022-04-19Bump async from 2.6.3 to 2.6.4 in /src/Components/test/E2ETest (#41196)dependabot[bot]
2022-04-19Simplify 'Virtualize' when using 'display: flex' on the scroll container (#4...Mackinnon Buck
2022-04-16Update InputFile error message for stale references (#41094)Tanay Parikh
2022-04-07Switch to built-in IsTrimmable property (#41021)James Newton-King
2022-04-05Blazor Prevent Stale Connection Usage Upon Reconnect (#40702)Tanay Parikh
2022-03-30Update WebViewJSRuntime.cs (#40943)Mackinnon Buck
2022-03-30Fix Component Governance bugs (#40915)William Godbe
2022-03-25Don't use yarn.msbuild SDK in source-build (#40864)William Godbe
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/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-23Merge pull request #40771 from adityamandaleeka/add_textjs_mimetypeAditya Mandaleeka
2022-03-23Add `onmouseenter`, `onmouseleave` events (#40829)Tanay Parikh
2022-03-23Forget a suggestionRogier van der Hee