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-06-17catch JS exceptions in InvokeAsync and throw them in .NET (#41916)campersau
2022-06-09Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to latest stable (#41115)Brennan
2022-06-03Enable trim analyzer (#41683)Sven Boemer
2022-06-01Update npm dev dependencies to support Node.js 18 (#41938)Stephen Halter
2022-05-20Add trimming annotations to DotNetObjectReference (#41610)Eric Erhardt
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-04-07Switch to built-in IsTrimmable property (#41021)James Newton-King
2022-03-28[Blazor] Cleanup DotnetDispatcher.cs (#40906)Javier Calvarro Nelson
2022-03-28[Blazor] Handle ValueTask and ValueTask<T> in JS interopBartosz Sendek
2022-03-17Stop using optional catch binding in JSInterop (#40737)Tanay Parikh
2022-03-11`yarn upgrade` Packages (#40641)Tanay Parikh
2022-03-03Revert "Activate components by default" (#40526)Pranav K
2022-02-08Activate components by defaultPranav K
2022-01-29Use non-generic TaskCompletionSource (#39835)Martin Costello
2022-01-16Refactor : Remove unwanted things (#39548)Shreyas Jejurkar
2022-01-03Migrate JSInterop to ESLint (#39162)Tanay Parikh
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-16Stop enforcing JSON read till end if `EndInvokeJS` returns early (#39060)Tanay Parikh
2021-12-14!nits! Build cleanup (#38979)Doug Bunting
2021-11-12[main] Mark 6.0 API surface as shippedDoug Bunting
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-10-28Missed lockfile freezing (#37882)Brennan
2021-10-14Pass IJSVoidResult instead of object to Invoke to indicate void result (#37532)Egil Hansen
2021-08-31Stop Serializing Return Values for `InvokeVoidAsync` (#35807)Tanay Parikh
2021-08-13More line ending renormalization (#35301)Matt Mitchell
2021-08-06.NET to JS Streaming Interop (#34817)Tanay Parikh
2021-08-06Fix event and JS component args serialization (#35038)Steve Sanderson
2021-07-29Fix IJSStreamReference API Param (#34847)Tanay Parikh
2021-07-23Use Visual Studio fix to add missing license headersKevin Pilch
2021-07-23Find and Replace Apache License -> MITKevin Pilch
2021-07-23Update license from Apache -> MITKevin Pilch
2021-07-22Dynamic root components (#34339)Steve Sanderson
2021-07-17Remove no need $ character (#34459)liuchao
2021-07-15Blazor WebAssembly & WebView JS to .NET Streaming Interop Support (#33986)Tanay Parikh
2021-07-09Blazor Server Large File Upload Support (#33900)Tanay Parikh
2021-07-09Enable build time warnings for IDE code analysis rules (#34215)Pranav K
2021-07-09Streaming Interop Followup Items (#33916)Tanay Parikh
2021-06-28Blazor Streaming Interop | `JS` to `DotNet` (#33491)Tanay Parikh
2021-06-23Allow base64 encoded strings to be deserialized as byte arrays in JSInterop (...Pranav K
2021-06-15Enable more code analysis rules (#33303)Pranav K
2021-06-12Avoid byte array allocation in DotNetDispatcher (#33483)Pranav K
2021-06-08WebView Byte Array Interop (#33301)Tanay Parikh
2021-06-04Blazor Byte Array Interop Support (#33015)Tanay Parikh
2021-05-25Prevent JS interop after circuit disposal. Fixes #32808 (#32901)Steve Sanderson
2021-05-21Enable CA1805 diagnostics (#32893)Pranav K
2021-05-18Fix nullable annotations for JSRuntimeExtensions methods (#32752)Gérald Barré
2021-05-17JSInterop: refactor JSON result deserialization (#32768)Steve Sanderson
2021-05-12Update JS dependencies to latest version in semver range (#32577)Safia Abdalla
2021-05-12Clear caches from more places on a hot reload event (#32509)Pranav K