Tanay Parikh

Results 175 comments of Tanay Parikh

> @TanayParikh I imagine this is not for RTM, is it? No not for RTM/GA. This is more of a "nice to have"/enhancement (unless Steve feels differently based on the...

Hello @fingers10. As you mentioned from the docs: > Data binding works with a single DateTime format string using @bind:format="{FORMAT STRING}", where the {FORMAT STRING} placeholder is the format string....

Just some notes; CreateHandler is called here: https://source.dot.net/#Microsoft.Extensions.Http/DefaultHttpClientFactory.cs,143 If `valueFactory` was null we'd get a null ref exception here: https://source.dot.net/#System.Collections.Concurrent/System/Collections/Concurrent/ConcurrentDictionary.cs,1153 We get an `System.InvalidOperationException` instead. Full Exception: ``` crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]...

> can we get some type of response on the current status for planning implementation of alias support? We'll be considering this during .NET 7 planning.

Moving this to .NET 7 planning _if and only if_ this is just a matter of changing the error description. Otherwise, there's limited community engagement for this issue to pursue...