Sébastien Ros

Results 1060 comments of Sébastien Ros

Other suggestion that was discussed, to have some new properties on the Type to make it behave like an "abstract" type, or base type only, this way it could appear...

First step would be to understand what is the lifetime of a background task and how service provider scopes are managed in this case. That could hint at some bad...

Actually I think the issue is about the localization package we ship (po files + pluralization support) and not the CMS part (or modularity/tenants). For reference, the documentation on how...

I can find of two reasons this would fail: 0. `zh` might not be a known culture on Linux in .NET (but this should be a good fallback value for...

The parts position in the content type definition might not be set correctly when a part is added. We need to compare the json before and after the parts are...

> The creation of index should be managed via an interface Or maybe it should be exposed in an Elasticsearch specific setting.

Instead of using a controller/action, is there a way for you to use a Map call to use a middleware or a lambda directly? Performance testing has shown that using...

@jtkech https://andrewlock.net/under-the-hood-of-the-middleware-analysis-package/ In case it give you some ideas, `IStartupFilter`

I suspect the tracing infrastructure (maybe middleware analysis tool also) is adding some cost for each middleware. You can test it by adding a no-op middleware, which shouldn't take multiple...

so let's not do anything until netcoreapp21 branch is merged