Javier Calvarro Nelson

Results 382 comments of Javier Calvarro Nelson

@guardrex thanks for reporting this. This likely looks like an up-to-date check issue in Razor, since likely VS thinks the assembly is up to date and doesn't need to rebuild...

@vaclavholusa-LTD thanks for contacting us. @DamianEdwards do you have any thoughts?

> Suggestion: let's keep this PR simple as it is, and just eliminate the ComponentPlatform.RenderMode property since it would be misleading (e.g., it would report rendermode null for all components...

> However there is quite a bit more to test, as there are more combinations (e.g., need to cover all the renderers, and each case where it's possible to set...

> Yes exactly. Cool, check if https://github.com/dotnet/aspnetcore/pull/55577/commits/c2b67f90982ed90819d0b3a4eca41e3674bc2ba2 matches your expectations and I'll add more tests.

@danroth27 the reason is this way is because the Task represents the "async ness" of the login process, meaning you can write code like placeholders when the user is in...

@xenophilios thanks for contacting us. Does it work with "in-private" mode?

@Stamo-Gochev has this ever worked in a previous version of Blazor? What I suspect is happening is that the KeyValuePair is being linked out. That's because the constructor and other...