
ASPNET Core Issues
@aspnetissues
Followers
2K
Following
0
Media
0
Statuses
47K
All the hot new issues & PRs from the https://t.co/qKRmcNLmCu Core repo. Maintained by @i3arnon. Inspired by @daveaglick's @dotnetissues.
Joined February 2016
Generate schema for custom configuration propertes to be respected by various IDEs for autocompletion. dotnet/AspNetCore/48783
github.com
Is there an existing issue for this? I have searched the existing issues Is your feature request related to a problem? Please describe the problem. This is basically the continuation of #2867. The ...
0
0
0
Update milestones for August servicing.dotnet/AspNetCore/48782
github.com
To be merged prior to branding in July
0
0
0
QuickGrid event handling on paging buttons.dotnet/AspNetCore/48776
github.com
We should make the methods (event) public to handle the next and previous buttons of QuickGrid's default pagination, this in order to be able to handle a service with pagination since I was tes...
0
0
0
Implement IHostApplicationBuilder on WebApplicationBuilder.dotnet/AspNetCore/48775
github.com
dotnet/runtime#86974 added support for a common interface between HostApplicationBuilder and WebApplicationBuilder. This implements the new interface on WebApplicationBuilder.
0
0
1
Clarify auth in Blazor web project template.dotnet/AspNetCore/48772
github.com
In recent discussions, it was unclear what is committed for delivery here. Will the new Blazor web project template have auth options? If so, which ones? Is any other integration needed between Bla...
0
0
0
Blazor SSR APIs for accessing HttpContext without IHttpContextAccessor.dotnet/AspNetCore/48769
github.com
Ideally we'd support things like: [FromHttpContext] public HttpRequest Request { get; set; } [FromHttpContext] public HttpResponse Response { get; set; } This is useful for things like: Reading...
0
0
0
Make SupplyParameterFromQuery cascade like SupplyParameterFromForm.dotnet/AspNetCore/48770
github.com
... i.e., so it can be accessed anywhere, not only in @page components. @MackinnonBuck Is this covered by your recent work?
0
0
0
Split blazor.web.js into dynamically-loadable bundles.dotnet/AspNetCore/48771
github.com
Ideally, people using SSR only (with progressive enhancement etc) would get a very small blazor.web.js that doesn't include any of the SignalR parts or any of the .NET WebAssembly runtime JS su...
0
0
0
WebAssembly multithreading: prevent invalid usage of Blazor renderer.dotnet/AspNetCore/48768
github.com
As multithreading is added to the core .NET WebAssembly runtime, we need to ensure this doesn't lead to invalid/dangerous scenarios for Blazor components. Min bar: if the renderer is accessed f...
0
0
0
Move Blazor endpoints source generation into Razor compiler.dotnet/AspNetCore/48767
github.com
@javiercn You mentioned this work yesterday. Could you fill in details? Also, in terms of ordering the work, am I right to believe we could schedule this pretty late, since if we don't make it ...
0
0
0
Close circuit when there are no remaining interactive Server components.dotnet/AspNetCore/48765
github.com
Split out from #48396 We don't want to keep the circuit open forever if it's not in use anymore. Need to decide upon the criteria indicating that a circuit should be closed. Waiting until a...
0
0
0
Trigger navigation callbacks in all Blazor hosts.dotnet/AspNetCore/48766
github.com
Location changing handlers may not always be invoked on enhanced navigation. For example, when no interactive router is present, interactive components cannot intercept user-initiated navigations. ...
0
0
0
Don't break interactive components when their parent static content is updated.dotnet/AspNetCore/48764
github.com
When streaming SSR, progressively-enhanced navigation, or progressively-enhanced form posts update part of the DOM dynamically, we have to make sure they behave sensibly when part of that DOM struc...
0
0
0
Start interactive components that were added dynamically.dotnet/AspNetCore/48763
github.com
We add static content dynamically in the following cases: Streaming SSR injecting new content Progressively-enhanced navigation (when implemented in #48761) Progressively-enhanced form posts (when ...
0
0
0
Blazor SSR progressive enhancement integration with navigation.dotnet/AspNetCore/48761
github.com
In scope: Intercepting navigation Performing the navigation using fetch Using the "DOM node preservation mechanism" algorithm (from #47258) to preserve parts of the page ... only doing an...
0
0
0
Blazor SSR progressive enhancement integration with form posts.dotnet/AspNetCore/48762
github.com
Equivalent to #48761 but for form posts
0
0
0