dudu

Results 11 comments of dudu

I followed the reproduction provided by @psylenced then found the threshold is `16K`. ```cs public class FailingViewComponent : ViewComponent { public IHtmlContent Invoke() { return new HtmlString(new string('X', 16385)); //...

It works with async. ```cs public class HomeController : Controller { public IActionResult Fail() { return ViewComponent(typeof(FailingViewComponent)); } } // FailingViewComponent no longer failed public class FailingViewComponent : ViewComponent {...

No. The `DefaultBufferSize` is the limit.

This PR disappeared in the release .NET 7.0.1, please see [CookieHeaderParserShared.cs#L29](https://github.com/dotnet/aspnetcore/blob/v7.0.1/src/Http/Shared/CookieHeaderParserShared.cs#L29)

This is a dev-only warning that caused by [checkNonAnimatableInTimelines](https://github.com/angular/angular/blob/19.0.5/packages/animations/browser/src/dsl/animation_transition_factory.ts#L166) in the angular codebase. See the following links: * https://stackoverflow.com/a/72806007 * https://github.com/angular/angular/pull/48583

在移除 npm 包 `download-chromium` 之后出现的问题 #331

@chrmarti Thanks. I will fix it.

该问题已在 1.8.56 中修复,麻烦大家更新到这个版本试试

您好,请问现在还有这个问题吗?

您好,请问现在还有这个问题吗?