aaronasmith

Results 2 comments of aaronasmith

I'm doing this with NSwag 13.5 and still not seeing it deprecate them. I ended up doing this to fix it for now: ```csharp document.AddOperationFilter(genericContext => { var context =...

The current implementation uses Task.Run which will just spawn a threadpool thread. This is detrimental to some applications.