Surayya Huseyn Zada
Surayya Huseyn Zada
> n It is not possible to set serverTimeoutInMilliseconds in `Program.cs` like so `builder.Services.AddServerSideBlazor() .AddHubOptions(options => ..)` . This is basically what the author of the issue asks us to...
@BrennanConroy , any updates on this API proposal? Do you think this is worth implementing or should we implement the alternative design (https://github.com/dotnet/aspnetcore/pull/44623)?
Included what API will look like for TypeScript and C# clients. Also opened a PR for it. If the proposed design looks good I will proceed with Java client.
Related https://github.com/dotnet/aspnetcore/issues/48675
> Question: this is doing what the bug asked for, which is logging the `.cs` file if it was separate. Looking at it, I wonder if we should try to...
There are some strange fails on Windows Full and Windows Core (Now it is only Windows Full and I didn't change the code). The error message is: ``` Child node...
> I think logging the generated file for `Fragment` and `Method` types would be the most helpful thing, since the interaction of the code we generate and the code from...
> That type of error generally indicates a hard crash in a worker node. In this case it's happening in the post-bootstrap portion of our build, when we build the...
> @surayya-MS have you been able to reproduce? For what it's worth, running `eng\cibuild_bootstrapped_msbuild.cmd` reproduces the crash on my machine. Should the new `LogIncludeFile` call be executed only if `initialized`...
> The changes you made there look fine to me, but what about this PR is triggering the problem? The `LogIncludeFile` call in `TaskRegistry.cs` triggers it. I tried removing this...