Sébastien Ros

Results 1162 comments of Sébastien Ros

I removed the EnableThreadSafetyChecks test: - at first it was actually disabling it, so it could not work - finally it was failing locally with corrupted connection strings, which is...

I also renamed the extension methods as I felt that `Use` was not appropriate. We currently use this for custom implementations of services.

@copilot add a README.MD at the same level as the new project (not the tests) describing its goals and usages.

We have JSON scenarios in MVC that use up to 2MB json payloads in requests and responses.

https://github.com/sebastienros/parlot/tree/sebros/seeker Current issue is that each seeker is context sensitive so we would need a dictionary, or state associated to the ParseContext.

I shared my thoughts on this other issue https://github.com/sebastienros/jint/issues/2092#issuecomment-2815758454

Looks like we need to ignore this argument if tfm is lower than 8 then.

What was your benchmarking protocol exactly? Run from source, nuget packages, did you set the tfm explicitely to net9.0 for both runs? What scenario do you have in mind for...

This is what I think the regression (1.5.3): - Fix stack overflow in Deferred parsers with infinite recursion by @Copilot in https://github.com/sebastienros/parlot/pull/270 Which I fixed in 1.5.6: - Optimize loop...