krtek2k

Results 15 comments of krtek2k

first three are nice to have, rest is not needed at all

I have not experienced any kind of unexpected results on multiple PCs and Windows 10. Might be W11 related.

I am amazed how this is possible, that it is ignored and nobody solves it. Multiple connected OpenApiReferences are refferencing the namespace of the first one; if it is swagger...

cool, so basically "Example 3: Every client gets its own generated ApiException class (in different namespaces)." should be the case. And this is a **MUST** when you are using a...

this can be closed, I used improved version of the mentioned nuget package and its working perfectly fine when used correctly with all the ITusStore interface patterns

thanks for this update. It works, as Example 3 suggests also thanks for this global property settings suggestion ` false ` works like a charm What happens, when you have...

this is a good idea, basically you need only few first bytes of the file to check the file mime signature bits if you use the OnAuthorizeAsync request body reader,...

@smatsson I have an issue while testing this on IIS Express locally (yes its hosted in Kestrel in the end so that may be not an issue there) the MaxReadSizeGuardedPipeReader...

@smatsson Thanks for your time, you are assuming right about the event invocation. Unfortunately my implementation is quite advanced and unique, mostly due the Azure Storage. So I created a...

I had identified that using of my SequencePosition advancing the pipe was incorrect, works like charm. Thank you