Stanislav Perekrestov

Results 12 comments of Stanislav Perekrestov

Just a nasty workaround in a case if you have to accept XML as a request body ```csharp .UseSwagger(config => { config.PostProcess = (document, request) => { foreach (SwaggerOperationDescription operationDescription...

I just kindly ask you, is it possible to add an ability to specify test methods as a configurable option? So, developers may be able to use their own assert...

Hey. Any updates on the subject? BTW, my team's been using these changes in PROD for two weeks already.

@kroymann Works like a charm! Big Thanks! ```c# public static class QueryableExtension { internal static IEnumerable WhereIn(IQueryable queryable, Expression keySelector, IEnumerable values, int batchSize) { List distinctValues = values.Distinct().ToList(); int...

```var four = await PreCompiledQuery(context, query, cancellationToken);``` @smitpatel So, does EF.CompileAsyncQuery take into consideration a passed cancellation token then? Thanks. PS: From what I've already checked, it seems it does...

Hello, @roji I've been thinking if it's possible to have something like the following Let's assume we have a JSON of the following structure ```json { //...props "lienholder": { "Aba":...

The issue relates to compressed object processing. If you pre-process a pdf file with `qpdf --qdf --object-streams=disable ./100-Fast-Wholesale-Ltd-1.pdf ./test.pdf` the resulting pdf doesn't cause the issue anymore.

I'll working on the PR

Duplicates https://github.com/ststeiger/PdfSharpCore/issues/456